Executing Under the Central Version
IDMSDMLP (z/VSE)
* step1 // EXEC PROC=IDMSLBLS // UPSI b // DLBL idmspch,'temp.dmlp',0 // EXTENT sys020,nnnnnn,,,ssss,llll // ASSGN sys020,DISK,VOL=nnnnnn,SHR // EXEC IDMSDMLP DMCL=dmcl-name DICTNAME=dictionary-name Other optional SYSIDMS parameters /* PL/I DML source statements /* * step2 // DLBL IJSYSIN,'temp.dmlp',0 // EXTENT SYSIPT,nnnnnn ASSGN SYSIPT,DISK,VOL=nnnnnn,SHR // OPTION CATAL,NODECK,NOSYM PHASE userprog,* // EXEC PL/I * step3 CLOSE SYSIPT,SYSRDR ENTRY (dmlp) // EXEC LNKEDT /*
Note: You can define a SYSCTL file in the JCL to override the IDMSOPTI statement for the back-end system:
// DLBL sysctl,'idms.sysctl',,DA // EXTENT sys008,nnnnnn // ASSGN sys008,DISK,VOL=nnnnnn,SHR
Procedure containing all of the file definitions required by the system
Note: For a complete listing of IDMSLBLS, see "IDMSLBLS procedure", later in this section.
Appropriate UPSI switch, 1-8 characters, if specified in the IDMSOPTI module
Filename of dataset output from the DML precompiler
File ID of the dataset output from the DML precompiler
Logical unit assignment of DMLP output
Volume serial identifier of appropriate disk volume
Name of the DMCL to access at runtime
Name of the dictionary to access at runtime
Starting track (CKD) or block (FBA) of disk extent
Number of tracks (CKD) or blocks (FBA) of disk extent
Name of program in the library
Name of PL/I DML module
Filename of the SYSCTL file
File ID of the SYSCTL file
Logical unit assignment of the SYSCTL file
|
Copyright © 2014 CA.
All rights reserved.
|
|