Specify the following JCL to execute RMOJCS:
Initiates the job.
Specifies the name of the program (PGM=RMOJCS) and, optionally, the high-level name of the database as the PARM parameter.(PARM='DELIVER.SYSTEM1').
To indicate that a test run of the utility is to be made, you can code the keyword TEST as the second subparameter of the PARM field on the EXEC statement, for example, PARM='DELIVER.SYSTEM1,TEST'. A test run scans the JCL and produces a detailed report of the SYSOUT DD statements. However, no data is added to the database.
To compare job definitions in the database to the production JCL, you can code the keyword CHECK as the second subparameter of the PARM field on the EXEC statement, for example, PARM='DELIVER.SYSTEM1,CHECK'. When reports on jobs are found in the JCL but not in the database, and the reverse, an error is flagged.
To specify that the input JCL is to come from an
CA Librarian (AllFusion CA Librarian) library, code the keyword LIB as the third subparameter of the PARM field on the EXEC statement. For example, PARM='DELIVER.SYSTEM1,TEST,LIB' or PARM=',,LIB' tells RMOJCS that the data set specified in the JOBJCL DD statement is a CA Librarian file.
To specify that the input JCL is to come from a
CA Panvalet (AllFusion CA-Panvalet) library, code the keyword PAN as the third subparameter of the PARM field on the EXEC statement. For example, PARM='DELIVER.SYSTEM1,TEST,PAN' or PARM=',,PAN' tells RMOJCS that the data set specified in the JOBJCL DD statement is a CA Panvalet file.
Identifies the load library that contains RMOJCS.
If the program resides in a linklist library, you can omit this statement.
Identifies the sequential output data set (typically the SYSOUT) to which control statements and messages are to be sent.
If you do not specify a SYSOUT data set, specify DCB=BLKSIZE=nnn, where nnn represents a number that is a multiple of 133.
Defines the sequential or partitioned data set, the CA Librarian library, or the CA Panvalet library that contains the JCL for the jobs to be input to RMOJCS.
For a sequential data set, the jobs are stacked together. For a partitioned data set, a CA Librarian library, or a CA Panvalet library, each member contains one job with the member name equal to the name of the job. In both cases, the actual job name used is the one contained on the JCL JOB statement. Do not use the SUBSYS parameter for CA Librarian or CA Panvalet libraries.
If the JOBJCL data set contains members that are JOBs and members that are procedures, then use SELECT statements to insure that you process the JOBs that you want. If you do not use SELECT statements, then CA JCLCheck adds a default JOBCARD to each member that is a procedure that is in the JOBJCL library and then process the procedure as if it were a job with the same name as the procedure. This causes phantom JOB and REPORT definitions to be built in your CA Deliver database.
Defines the cataloged procedure libraries.
Multiple libraries can be specified by concatenating the DD statements for the libraries. Be sure to specify all of the libraries that can be required. The procedure libraries in use at your installation can be determined by examining the JCL procedure in SYS1.PROCLIB for starting JES2 or JES3.
Specifies the name of the card image data set where the control statements you want to input are located.
|
Copyright © 2013 CA.
All rights reserved.
|
|