comment

Includes comments in a job stream definition and the jobs contained in a job stream.

Syntax

# text

Comments

Inserts a comment line. The first character in the line must be a pound sign #.

You can add comments in a job stream definition immediately after the line with the schedule keyword, or in a job contained in a job stream definition immediately after the job statement line.

Examples

The following example includes both types of comments:

schedule wkend on fr at 1830
##########################
# The weekly cleanup jobs 
##########################
#
carryforward
:
job1
 # final totals and reports
job2 
 # update database
end