To represent a VSAM data structure in the CA IDMS/DB database, you must specify the area in which you want the data to reside. Additionally, you must associate the area with an CA IDMS/DB file, and assign the file to an external ddname (z/OS) or filename (z/VSE).
More information:
Instructions for defining areas and files are presented in CA IDMS Database Administration Guide.
Design Considerations
The following design considerations apply to schema area and file definitions for VSAM data structures:
Note: For optimal performance, you should put only one CA IDMS VSAM Transparency file in an area.
For example, suppose a VSAM application program contains the following COBOL SELECT statement:
SELECT CUSTFILE ASSIGN TO SYS030.
You could code the following file assignment:
ADD FILE CUSTOMER-FILE ASSIGN TO CSTFILE.
The JCL for running the VSAM application in local mode will include one DD or DLBL statement for each of the files described above:
//SYS030 DD SUBSYS=(ESVS,'FMT=fmtname','SUBSCHEMA=ssname', ... ) //CSTFILE DD DSN=CUST-FILE,DISP=SHR
More information:
For more information on CA IDMS/DB database definition, refer to CA IDMS Database Administration Guide.
|
Copyright © 2014 CA.
All rights reserved.
|
|