The CNTLOVER runtime option lets you specify a control card override library. This runtime option is mutually exclusive with the CNTLOVDD runtime option.
This option has the following format:
CNTLOVER(library[,C])|NOCNTLER
Specifies the data set name of a control card override library. CA JCLCheck allocates the specified data set.
Indicates to issue an information message and continue validation processing when the library is not found.
Usage notes:
Example: Bypass a Missing DSN
In this example, CA JCLCheck attempts to locate TEST.CNTLCRDS. If the library is not found, CA JCLCheck displays an information message and validation processing continues.
CNTLOVER(TEST.CNTLCRDS,C)
Example: Specify the CNTLOVER Runtime Option under EDCHEK
When running CA JCLCheck under EDCHEK, you have the flexibility to specify the CNTLOVER runtime option in one of two places:
EDCHEK PROC(PROC00) - LIST(EDCPRINT) - CNTLOVER(QA.CNTL.CARDS) - CNTLOVER(TEST.CNTLCRDS,C) - CNTLOVER(DEVL.CNTL.CARDS) ALLOC FI(PROC00) DA(SYS1.PROCLIB) ALLOC FI(*) DA(SYS2.PROCLIB) ALLOC FI(*) DA(USER.PROCLIB) GO
Example: Specify the CNTLOVER Runtime Option in Batch
This example shows how to specify the CNTLOVER runtime option in a batch job. Before CA JCLCheck validates the IDCAMS SYSIN DD data set PROD.CNTL.CARDS(PRDCARDS), CA JCLCheck looks for the PRDCARDS member in each library of the override concatenation and uses the first one found for CA JCLCheck validation. If not found in any of these libraries, the PROD.CNTL.CARDS library member PRDCARDS is used for CA JCLCheck validation.
//USERID1J JOB '1234','DEVELOPER',MSGLEVEL=(1,1),CLASS=A, // MSGCLASS=X,REGION=0M,COND=(0,LT),NOTIFY=&SYSUID //JCLCHECK EXEC PGM=JCLCHECK,PARM='OPTIONS(JCLOPTS)',COND=(0,LT) //STEPLIB DD DSN=FID.JCK.CAILOAD,DISP=SHR // DD DSN=FID.JCK.CAIPLD,DISP=SHR //SYSTERM DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSPROC DD DSN=SYS1.PROCLIB,DISP=SHR //SYSIN DD DATA,DLM=FF //IDCAMSTP EXEC PGM=IDCAMS //SYSIN DD DISP=SHR,DSN=PROD.CNTL.CARDS(PRDCARDS) //SYSPRINT DD SYSOUT=* FF //JCLOPTS DD * CNTLOVER(QA.CNTL.CARDS) CNTLOVER(TEST.CNTL.CARDS) CNTLOVER(DEVL.CNTL.CARDS) CTLSCAN LIST //
Note: For information about using the CNTLOVER runtime option in ISPF, see the Control Card Override Panel (JCK12).
Copyright © 2014 CA.
All rights reserved.
|
|