HEADER

The HEADER option lets you control what type of information (the name of the source file or the first line after any *PROCESS statements) and where it should appear in the middle of each header line in the compiler listing.

Read syntax diagramSkip visual syntax diagramHEADER( ALLFIRSTSOURCEFILE )
Type of the information to appear in the middle of each header line in compiler listing:
  • Specifying HEADER(FILE) causes the compiler to use the name of the source file.

  • Specifying HEADER(SOURCE) causes the compiler to use the text in the first source line after any *PROCESS statements.

In which header lines the information to appear in compiler listing:
  • Specifying HEADER(ALL) causes the compiler to put the text in all the header lines in the compiler listing.

  • Specifying HEADER(FIRST) causes the compiler to put the text in only the first header line in the compiler listing.

The default is HEADER(SOURCE ALL).