Steps to Follow
To install CA IDMS VSAM Transparency under z/VSEA, complete the following steps:
These procedures are described in CA IDMS Installation and Maintenance Guide—z/VSE.
If using variable-length CA IDMS VSAM Transparency records, there are additional installation considerations. See Variable-Length Record Considerations for a list of these considerations.
Sample JCL Link Edit ESVSSPVT (z/VSE)
// DLBL idmslib,'idms.lib' // EXTENT ,xxxxxx // LIBDEF SEARCH=idmslib.sublib,CATALOG=idmslib.sublib // OPTION CATAL PHASE ESVSSPVT,*,SVA // EXEC ASMA90 ESVSSPVT SVC=nnn END /* // EXEC LNKEDT,SIZE=500K /&
|
idmslib |
Filename of the CA IDMS Library |
|
idms.lib |
File-id of the CA IDMS Library |
|
xxxxxx |
Volume serial number of disk unit |
|
nnn |
This is the number of the Advantage CA IDMS SVC |
You can add these phases in one of two ways:
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|