A stand-alone utility program that is invoked through standard z/OS JCL, as follows:
Note: Sample JCL is located in .CAW0JCL(CAS9DCMR).
//jobname JOB job card information //STEP1 EXEC PGM=CAS9DCMR,REGION=0M, // PARM='DCM(dcm1,dcm2,…,dcmn)' //* //STEPLIB DD DSN=common-services-CAW0LOAD,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSPUNCH DD DSN=&&DROPSQL, // DISP=(NEW,PASS), // UNIT=SYSDA, // SPACE=(TRK,(5,1)), // DCB=(LRECL=80,BLKSIZE=800,RECFM=FB) //DCMLIB DD DSN=dcm-library-dataset-name,DISP=SHR //SYSIN DD * utility control statements //
The only allowed utility control statement is the DCM statement which identifies which DCMLIB members are mapped:
DCM(dcm1,dcm2,…,dcmn)
There can be more than one DCM control statement.
Any statement that contains an asterisk (*) in column 1 is treated as a comment. The comment is printed on the input statement report, but the information in the card is ignored.
The DCM control statements can be provided from the following different sources:
The output from the program is divided into four parts:
Note: We recommend that you only use the DROP TABLE SQL commands to REPLACE a DCM.
Note: If the CAIENF DCM (CAS9DCM0) is chosen to report on, no DROP TABLE SQL statements are output for this particular DCM. Because some of the CAS9DCM0 event tables are required for CAIENF to function properly. If you ever replace CAS9DCM0, the replacing code from a PTF or a new CCS release, provides specific instructions and sample JCL to perform the replacement.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|