JCL for executing CA IDMS reports in local mode is shown below:
CULPRIT (z/VSE)
// JOB CULPRIT // DLBL idmsnnn,'idmsnnn.library' // EXTENT SYSnnn,nnnnnn,,,ssss,llll // ASSGN SYSnnn,DISK,VOL=nnnnnn,SHR // LIBDEF *,SEARCH=CA IDMS. nn.n libraries // EXEC PROC=IDMSLBLS // OPTION LOG,CATAL,DUMP // ASSGN SYS009,IGN // ASSGN SYS001,nnnnnn,,,ssss,llll // DLBL SORTWK1,'WORK',0 // EXTENT SYS001,nnnnnn,,,ssss,llll // ASSGN SYS004,X'ppp' // ASSGN SYS005,X'ddd' // DLBL SYS005,'PARMS',0 // EXTENT SYS005,nnnnnn,,,ssss,llll // ASSGN SYS006,X'ddd' // DLBL SYS006,'EXTRACT',0 // EXTENT SYS006,nnnnnn,,,ssss,llll // ASSGN SYS007,X'ddd' // DLBL SYS007,'SORTCARD',0 // EXTENT SYS007,nnnnnn,,,ssss,llll // ASSGN SYS008,X'ddd' // DLBL SYS008,'NOSORT',0 // EXTENT SYS008,nnnnnn,,,ssss,llll // ASSGN SYS002,X'ttt' // TLBL SYS002,'user.keyfile' // ASSGN SYS010,X'ttt' // TLBL SYS010,'user.inputfil' // ASSGN SYSPCH,X'ccc' // ASSGN SYS020,X'ttt' // TLBL SYS020,'user.nonprint',15 // EXEC CULPRIT CULPRIT parameters /* user input file, if on cards /* optional restart parameter /* /&
|
idmsnnn |
dtfname of the CA IDMS library |
|
'idmsnnn.library' |
data set name of CA IDMS libraries, as established during installation |
|
SYSnnn |
Logical unit of the volume for which the extent is effective |
|
ccc |
device assignment (channel and unit) for punched output (required for DREPORT 051 and CREPORT 051) |
|
culprit.srclib |
file-id of system library that contains parameters to be copied (ASSGN necessary if USE, =COPY, or =MACRO is used; DLBL and EXTENT necessary if the parameters are maintained on a private library) |
|
ddd |
device assignment (channel and unit) for disk files |
|
IDMSLBLS |
Name of the procedure provided at installation that contains the file definitions for CA IDMS dictionary, database, disk journal, and SYSIDMS file definition Note: For a complete listing of IDMSLBLS, see IDMSLBLS Procedure later in this section |
|
llll |
number of tracks assigned for file |
|
nnnnnn |
serial number for disk storage device |
|
ppp |
device assignment (channel and unit) for printed output |
|
ssss |
starting track of file |
|
SYS009 |
logical unit of the CA IDMS tape journal file |
|
SYS020 |
logical unit for first tape or disk output file |
|
ttt |
device assignment (channel and unit) for tape files (files may use disk instead of tape, in which case a device assignment, DLBL and EXTENT information are also required) |
|
nnnnnn |
volume serial number |
|
user.inputfil |
file-id of the input file (required for JREPORTS and SREPORTS) |
|
user.keyfile |
file-id of the key file (necessary only if a key file is input |
|
user.nonprint,15 |
file-id and retention period for nonprint/nonpunch output (required for SREPORT 099, DREPORT 052, and CREPORT 052; otherwise omitted) |
|
Copyright © 2013 CA.
All rights reserved.
|
|