TITLE


 

The TITLE compiler directive provides a method of dynamically changing the compilation page heading. After a TITLE directive is encountered, the new page heading appears on all succeeding pages until another TITLE directive occurs. The instruction uses the following format:

 

 

TITLE

{desc}

 

Where:

desc

Required. The new title description or name.

Flags Affected: NONE

Note the following:

  1. Any characters entered as part of {desc} are incorporated into the TITLE description, including quotes.

  2. Any label on the TITLE instruction is ignored.

 

 

See Also: Example Code, SUBTITLE, Compiler Directives

 

 



PL/B Language Reference TABPAGE TRACE