Use the following z/VM commands for an IDMSBCF session that will run under the central version.
IDMSBCF (z/VM)
FILEDEF SYSIPT DISK sysipt data a (RECFM F LRECL ppp BLKSIZE ppp EXEC IDMSFD OSRUN IDMSBCF
|
sysipt data a |
Filename, type, and mode of the file containing source statements |
|
ppp |
Record length of the input data file |
|
nnn |
Block size of the input data file |
The IDMSFD exec defines all FILEDEFs, TXTLIBs, and LOADLIBs required by the system.
Note: When executing local mode or batch-to-CV mode execs in CMS, filedefs for CDMSLIB loadlibs are optional. However, if omitted, and multiple EXECOS OSRUN statements are coded in the same EXEC, you must code the following CMS statement prior to the first EXECOS OSRUN statement in the EXEC:
SET STORECLR ENDCMD
You must also code the following CMS statement following the last EXECOS OSRUN statement:
SET STORECLR ENDSVC
IDMSFD references SYSIDMS, a file in which you can specify runtime parameters (such as dictionary and DMCL).
Note: For more information about SYSIDMS parameters, see SYSIDMS Parameter File.
To specify that IDMSBCF is executing in local mode, do one of the following:
OSRUN IDMSBCF PARM='*LOCAL*'
Note: This option is valid only if you issue the OSRUN command from a System Product interpreter or an EXEC2 file.
To create the SYSIPT file, enter these z/VM commands:
XEDIT sysipt data a (NOPROF INPUT . . . source statements . . . FILE
|
Copyright © 2014 CA.
All rights reserved.
|
|