DL/I controls the execution of the Reporting Facility with DL/I in a z/OS environment. The EXEC statement in the job stream specifies the DL/I initialization module (DFSRRC00) rather than DRREPORT. On the PARM statement, specify the DRREPORT application program and the PSB it uses.
The following is an example of the JCL necessary to execute the Reporting Facility with DL/I (z/OS):
// jobname JOB ... // stepname EXEC PGM=DFSRRC00,PARM=(DL1,DRREPORT,psbname...) . . Other required JCL statements, . Reporting Facility program definition statements, . Input file, if any . /* //
Code the format of the parameter as shown. The psbname is the name by which PSB was generated and is referenced by the application program DRREPORT. You can specify other parameters necessary for execution after the parameters discussed previously.
|
Copyright © 2014 CA.
All rights reserved.
|
|