Previous Topic: Step 6: Modify the Skeleton JCL

Next Topic: Step 7: Load the Online Panels and JCL Library


Bundle Output Carriage Control

By default, machine carriage control produces batch bundle output for all banner pages and reports within the bundle.

If changes are required, the RMOJCLB skeleton JCL can be modified to instruct the batch bundle program to create batch bundle output with ASA carriage control. You can specify this option by adding ",ASA" after the database index name variable &IDX on the PARM field of the EXEC statement for RMOBBP in the skeleton JCL as follows:

//STEP1    EXEC PGM=RMOBBP,
//         PARM='&IDX,ASA'

Notes:

Define STEPLIBs

The only change yto make to the skeleton JCL is to the STEPLIB DD statement. If you are running CA View out of a separate CVDELOAD, the STEPLIB statement has to concatenate both the CA Deliver and CA View CVDELOADs.

Remove the STEPLIB DD statement if the CVDELOAD (or CVDELOADs) are in your linklist.

Be aware that you must concatenate the CA View load library after the CA Deliver load library in the STEPLIB statement.