Previous Topic

Next Topic

Book Contents

Book Index

Using CADJOUTP

Job CADJOUTP activates program CADSOUTP to build the new Control-D OUTPARMS members. The source code of this program resides in the IOA SAMPLE library and can be locally tailored.

The job consists of the following steps:

  1. Defines all the files needed by the conversion program.
  2. Sorts the file created by the job CADCPERM according to RECIPIENT NAME (in ascending order) and REPORT NAME (in ascending order). This sort also eliminates blank records. This step is supplied for the method of using the CA-DISPATH Maildrop for the Control-D Recipient name. If the CA-DISPATCH Recipient name is used for the Control-D Recipient name, this step must be adjusted as it is described in the JCL comments.
  3. Creates the OUTPARMS parameter members in the Control-D OUTPARMS library. This step is supplied for the method of using the CA-DISPATH Maildrop for the Control-D Recipient name. If the CA-DISPATCH Recipient name is used for the Control-D Recipient name, the PARM='RECIP' parameter must be added to the EXEC statement.

The CA-DISPATCH report contains CLASS DEFAULT and SPECIFIC CLASS fields. To support these fields, the last step uses an input parameter, CLASS DEFAULT, assigned using DD statement INPUT. If this input parameter contains a value and the SPECIFIC CLASS field in the CA-DISPATCH report does not, the value specified for input parameter CLASS DEFAULT is assigned to parameter CLASS. If input parameter CLASS DEFAULT is not assigned a value, then parameter CLASS is not added to the OUTPARMS member.

The OUTPARMS library supports JOBNAME in addition to USERNAME and REPORT NAME.

Parent Topic

Creating Printing Parameters