Note: IDMSRADM may need to be relink edited with an IDMSDBLP module before being executed.
For information on the IDMSDBLP module, see the z/VSE JCL chapter in CA IDMS Utilities Guide.
JCL to execute IDMSRADM in local mode (z/VSE)
// EXEC PROC=IDMSLBLS // DLBL radmarc,'radm.archive',0 // EXTENT SYS004,nnnnnn,1,,ssss,tttt // ASSGN SYS004,DISK,VOL=nnnnnn,SHR // DLBL SORTWK1,'sort.work1',0 // EXTENT sysnnn,nnnnnn,1,,ssss,tttt // ASSGN sysnnn,DISK,VOL=nnnnnn,SHR // DLBL SORTWK2,'sort.work2',0 // EXTENT sysnnn,nnnnnn,1,,ssss,tttt // ASSGN sysnnn,DISK,VOL=nnnnnn,SHR // LIBDEF *,SEARCH=CA IDMS nn.n libraries // EXEC IDMSRADM put SYSIDMS parameters, as required, here /* put IDMSRADM input parameters here /* /&
|
Item |
Description |
|---|---|
|
IDMSLBLS |
Name of the procedure provided at installation that contains the file definitions for CA IDMS dictionaries and databases. Note: IDMSLBLS, distributed on the installation media, should be tailored to define site-specific files. The proc may be copied and modified under another name so that one set of statements could be invoked for central version execution (include a SYSCTL definition and journal file definitions, for example) and another set of statements could be invoked for local mode execution. For a complete listing of IDMSLBLS, see IDMSLBLS Procedure later in this section. |
|
radmarc |
Filename of the sequential file |
|
radm.archive |
File-ID of the sequential file |
|
nnnnnn |
Volume serial id |
|
ssss |
Starting track or block of disk extent |
|
tttt |
Number of tracks |
|
sys004 |
Logical unit assignment of the sequential file |
|
sort.work1 |
File name of the sort work 1 file |
|
sort.work2 |
File name of the sort work 2 file Note: If executing IDMSRADM for the purpose of reporting on space utilization, two sort work files must be defined. |
|
sysnnn |
Logical unit assignment for first sort work file |
|
CA IDMS nn.n libraries |
CA IDMS libraries established at installation |
Note: SYSIDMS is a parameter file added to the JCL stream of CA IDMS batch jobs that allows you to specify runtime directives such as, the name of the DMCL and database to use at runtime, as well as operating system-dependent file information. SYSIDMS is defined in the IDMSLBLS procedure.
|
Copyright © 2014 CA.
All rights reserved.
|
|