Previous Topic: JCL for z/OSNext Topic: JCL for z/VSE


Commands for z/VM

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

IDMSFD Exec

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
Runtime Parameters

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.

Executing in Local Mode

To specify that IDMSBCF is executing in local mode, do one of the following:

Creating the SYSIPT File

To create the SYSIPT file, enter these z/VM commands:

XEDIT sysipt data a (NOPROF
INPUT
 .
 .
 .
source statements
 .
 .
 .
FILE