Previous Topic: #station-name Segment UsageNext Topic: #END Statement


#RESTART Segment Usage

If the user wants to document recovery or restart instructions for a job, the reserved segment name #RESTART should be used. The restart documentation should be included in the DB.4.1 documentation as follows:

  .
job level documentation
  .
  .
#RESTART
  .
  .
special restart/recovery documentation
  .
  .
#END,RESTART
  .
  .
job level documentation
  .
  .
  .

As with all special documentation, the # sign must be in position 1 of the record as shown.

The system recognizes #RESTART as a system-defined segment name having a special use with the LIST command. It can also be used with the LPROS command, but #RESTART is treated as any other segment name.

When using the LIST command, if PROSE=YES is specified, the #RESTART documentation segment of the job documentation is displayed. PROSE=NO is the default.

With the LPROS command, RESTART has to be specifically requested. For example:

LPROS,JOB=jobname,SEG=RESTART