{
{   The purpose of this request is to build a standard NOS/VE page title for
{ either the wide (132 column) format or narrow (80 column) format.  The
{ information included in the title is:  command name, OS version, date and
{ time.  The page number is not included.
{
{       CLP$BUILD_STANDARD_TITLE (WIDE, COMMAND_NAME, WIDE_TITLE,
{         NARROW_TITLE1, NARROW_TITLE2, DISPLAY_CONTROL, STATUS)
{
{ WIDE: (input)  This parameter specifies whether the wide format of title is
{       to be procduced (TRUE) or the narrow format (FALSE).
{
{ COMMAND_NAME: (input)  This parameter specifies the name of the command for
{       which the title is being built.
{
{ WIDE_TITLE: (output)  This parameter specifies the wide format of the title.
{       This parameter is only meaningful if WIDE is TRUE.
{
{ NARROW_TITLE1: (output)  This parameter specifies the first line of the
{       narrow format of the title.  This parameter is only meaningful if WIDE
{       is FALSE.
{
{ NARROW_TITLE2: (output)  This parameter specifies the second line of the
{       narrow format of the title.  This parameter is only meaningful if WIDE
{       is FALSE.
{
{ DISPLAY_CONTROL: (input)  This parameter specifies the display_control
{       variable initialized when the display was opened.
{
{ STATUS: (output)  This parameter specifies the request status.
{
