//JOBNAME JOB YOUR.JOBCARD.INFORMATION //JOBLIB DD DISP=SHR,DSN=usercv.loadlib // DD DISP=SHR,DSN=ndvrdb.loadlib // DD DISP=SHR,DSN=idms.loadlib //* //**************************************************************** //* //* JOB: SAMPMISB //* //* PURPOSE: RUN CA-ENDEVOR/DB BATCH COMMANDS. //* //* STEP: FUNCTION: //* ===== ========= //* //* GOMISB RUNS CA-ENDEVOR/DB BATCH UPDATE. //* //**************************************************************** //* //GOMISB EXEC PGM=NDVRMISB,REGION=640K //SYSCTL DD DISP=SHR,DSN=idms.sysctl //NDVRPCH DD DISP=OLD,DSN=your.punch.dataset //NDVRLST DD SYSOUT=* //NDVRERR DD SYSOUT=* //SYSIDMS DD * DMCL=dmcl-name DICTNAME=dictionary-name Other Optional SYSIDMS Parameters /* //NDVRIPT DD * SIGNON USER = youruserid PASSWORD = yourpswd DICTNAME userdict. *+ PUT YOUR CA-ENDEVOR/DB BATCH COMMANDS HERE. +* /*
The following table describes the substitution parameters above.
|
Field |
Description |
|---|---|
|
usercv.loadlib |
Dataset name of user loadlib. This library contains DMCL and subschema load modules. It is not needed for CA IDMS Central Version, but is required for local mode. |
|
ndvrdb.loadlib |
Dataset name of loadlib containing CA Endevor/DB software. |
|
idms.loadlib |
Dataset name of loadlib containing CA IDMS software. |
|
640k |
Size of region to run CA Endevor/DB Batch under the CA IDMS Central Version. |
|
your.punch.dataset |
Dataset name of the CA Endevor/DB Batch punched output. This dataset will be used to write detail CA Endevor/DB Batch command syntax in PUNCH mode. This dataset will contain 80 character card images and must be large enough to contain all commands punched by CA Endevor/DB. |
|
youruserid |
Your userid. |
|
yourpswd |
Your password. |
|
idms.sysctl |
Dataset name of the CA IDMS Central Version SYSCTL file. |
|
userdict |
Name of the dictionary to which you are signing on. |
|
dmcl-name |
Name of the DMCL used by the CA IDMS Central Version. |
|
dictionary-name |
DICTNAME of the CCDB against which you are running the batch update. |
|
Copyright © 2013 CA.
All rights reserved.
|
|