JCL to execute IDMSRADM in local mode ('z/VM')
FILEDEF userdb DISK user db f (RECFM F LRECL pppp BLKSIZE pppp XTENT nnnn Additional database, dictionary file assignments, as required FILEDEF SYS004 TAP1 SL VOLID nnnnnn (BLKSIZE 5492 FILEDEF SYSLST PRINTER FILEDEF sysjrnl TAP1 SL VOLID nnnnnn (RECFM VB LRECL lll BLKSIZE bbb FILEDEF SYSIDMS DISK sysidms input a FILEDEF SYSIPT DISK radm input a GLOBAL LOADLIB dbalib GLOBAL LOADLIB idmslib OSRUN IDMSRADM
|
Item |
Description |
|---|---|
|
userdb |
Ddname of the user database file |
|
user db f |
File identifier of the user database file |
|
nnnnnn |
Volume serial number of the sequential file which can be output to disk and is not required for a DELETE operation |
|
5492 |
Block size of the sequential file which must be a multiple of 5492 |
|
sysjrnl |
File identifier of local mode journal file |
|
sysidms input a |
File identifier of the file containing the input parameters for SYSIDMS |
|
radm input a |
File identifier of the file containing the IDMSRADM input parameters |
|
dbalib |
Filename of load library containing DMCL and DBname table |
|
idmslib |
Filename of CA IDMS/DB load library containing subschema and DMCL load modules |
|
Copyright © 2014 CA.
All rights reserved.
|
|