Previous Topic: CA Librarian JCLNext Topic: Delete at Original Site


Add at New Site

If a job has an execution JCL member residing in a CA Librarian library, a set of records, including the JCL, is placed in the LIBRADDS data set as follows:

   -OPT NOINDEX,NORESEQ
   -ADD membername,NOEXEC,NOLIST,NOPUNCH,SEQ=/73,8,10,10/
   .
   .
   .  (JCL statements go here)
   .
   .
   -EMOD

The member name is the same as it was defined in the original database. For the meanings of the various commands and parameters used here, see the CA Librarian publications. -OPT, -ADD, and -EMOD statements are sequence numbered consecutively, in positions 73 through 80. JCL statements, with their own original sequence numbers are interspersed with these in the LIBRADDS data set. If the original sequence numbers are desired at the new site, the user must manually delete the SEQ parameter from the -ADD statement.

-OPT and -ADD statements produced are listed on the SASSDT30-06 control report that is produced on the file referenced by the ddname DT30CR06. The actual JCL statements and the -EMOD statements are not listed.

Any other CA Librarian control statements can be added to this data set prior to using it at the new site. Because CA WA CA 7 Edition does not provide update access to CA Librarian libraries, the user must assemble whatever job is needed to add this JCL to another CA Librarian library at the new site. To determine how this is done, see the CA Librarian publications.

The new library at the new site and the JCLID or JCLLIB values in the JOB commands generated for the jobs that use this JCL must be coordinated to ensure correct definitions.

Only one such set of records is generated for any single member name no matter how many jobs may have used this member name for their JCL.

SASSDT30-06 Librarian JCL Member Adds

SASSDT30-06 CA-7 DATA BASE TRANSPORTABILITY PAGE NO. 48 DATE: mm/dd/yy LIBRARIAN JCL MEMBER ADDS *- COMMANDS GENERATED ------------------------------------------------* SEQ.-NO. -OPT NOINDEX,NORESEQ U7003673 -ADD DUSAXX03,NOEXEC,NOLIST,NOPUNCH,SEQ=/73,8,10,10/ U7003674 -OPT NOINDEX,NORESEQ U7003676 -ADD DUSAXX07,NOEXEC,NOLIST,NOPUNCH,SEQ=/73,8,10,10/ U7003677 -OPT NOINDEX,NORESEQ U7003679 -ADD DUSAXX05,NOEXEC,NOLIST,NOPUNCH,SEQ=/73,8,10,10/ U7003680 -OPT NOINDEX,NORESEQ U7003682 -ADD DUSAXX09,NOEXEC,NOLIST,NOPUNCH,SEQ=/73,8,10,10/ U7003683 NO. OF MEMBERS ADDED- 1,228