Steps to Follow
To install CA IDMS VSAM Transparency under z/OS, complete the following steps:
ADD PROGRAM ESVSAMBE LANGUAGE IS ASSEMBLER REENTRANT RESIDENT.
Note: As part of the normal installation process for CA IDMS VSAM Transparency, your system definition will be updated with the definition of all programs required for this product. If you need to add these definitions to another system, source module DLODEVSM in your installed library contains the definition of all the CA IDMS VSAM Transparency programs.
More information:
For more information on the ADD PROGRAM statement, refer to CA IDMS System Generation Guide.
The name of this procedure is assumed to be ESVS in this manual. If you want to use different versions, for example one to test and one for production, then the name of the version on the PROC statement must match the name on the SUBSYS= control statement.
Startup JCL
To set up a startup procedure, use the JCL exactly as shown below. ESVSINIT (z/OS)
//ESVS PROC //STEPESVS EXEC PGM=ESVSINIT,TIME=1440 //STEPLIB DD DSN=idms.apf.loadlib,DISP=SHR,VOL=SER=nnnn, // UNIT=unit //APFLIB DD DSN=idms.apf.loadlib,DISP=SHR,VOL=SER=nnnn, // UNIT=unit
|
idms.apf.loadlib |
Data set name of the APF-authorized CA IDMS/DB load library that includes ESVSINIT and ESVSSSSM |
|
nnnn |
Volume serial number for the APF-authorized CA IDMS/DB load library |
|
unit |
Disk type |
Note: It is not necessary to cycle the system if you reinstall CA IDMS VSAM Transparency.
|
Copyright © 2014 CA.
All rights reserved.
|
|