The PRINT statement tells CAZPRINT to write the report in conventional
line printer format - a sequential file with ANSI carriage
control characters. The report will contain each of the sections specified
in SECTION statements. The sections are arranged in the report in
the same sequence in which the SECTION statements appeared.
An example of a PRINT statement is shown here:
PRINT DDNAME=PRINT1 MLD=N
PRINT statement parameters
- DDNAME
- The DDNAME keyword parameter is mandatory. This specifies the
DD name for the report output. A corresponding DD statement must be
provided in the JCL.
- LANG
- The LANG keyword parameter is optional. If omitted it defaults
to ENU to indicate the reports are to be created in the English language.
Other acceptable values are JPN for Japanese and KOR for Korean.
- MLD
- The MLD keyword parameter is optional, if omitted it defaults
to Y. This specifies whether or not Multi-Line Descriptions should
be printed (Y=Yes, N=No). This is similar to the PREF option in Application Performance Analyzer ISPF: "Show
long descriptions on multiple lines," and when generating JCL
with Application Performance Analyzer ISPF , the PREF setting will be used to set MLD.
[ Top of Page | Previous Page | Next Page | Contents | Index ]