Coding the JCL EXEC statement for producing configuration reports
In the EXEC statement, code the name of the IOCP program in the PGM parameter and the following PARM options to produce configuration reports. (The example later in this chapter describes the JOB and DD statements for an IOCP job.)
You must code the REPORT option to receive reports of an IOCDS.
PARM='REPORT=(A|Ax[,Ax...]),LINECOUNT=n|55'
- REPORT=
- specifies
that IOCP read one or more IOCDSs from the Support Element hard disk
to produce configuration reports. You can code more than one REPORT
option. If you code only one option, you can omit the parentheses.
Notes:The valid options for REPORT= are:
- Ax
- specifies the Ax IOCDS, where x is 0, 1, 2, or 3.
- A
- specifies all the Ax IOCDSs. See Table 1 to determine the Ax IOCDSs your CPC supports.
- LINECOUNT=
-
- n
- specifies the number of lines that IOCP is to print on a page of the IOCP output listing and configuration reports, including the heading of the report. Code a decimal value in the range 20-99.
- 55
- Is the default number of lines (including the heading) that IOCP prints on a page of the IOCP output listing and configuration reports.