Previous Topic: IDMSDDDL Under z/VSENext Topic: Syntax Converters for COBOL and PL/I


IDMSDDDL Under z/VM

Executing Under the Central Version

The z/VM commands you use to run IDMSDDDL under the central version follow:

IDMSDDDL (z/VM)

FILEDEF SYSIPT DISK sysipt data a (RECFM F LRECL ppp BLKSIZE nnn
FILEDEF SYSIDMS DISK sysidms parms a (RECFM F LRECL ppp BLKSIZE nnn
EXEC IDMSFD
OSRUN IDMSDDDL

sysipt data a

Filename, type, and mode of the file containing DDDL statements

sysidms parms a

Filename, type, and mode of the file containing SYSIDMS parameters (parameters you use to specify your runtime environment)

ppp

Record length of the file

nnn

Block size of the file

IDMSFD

Exec which defines all FILEDEFs, TXTLIBs, and LOADLIBs required by the system

IDMSDDDL

Program to be executed from the z/VM LOADLIB

Executing in Local Mode

To specify that IDMSDDDL 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
 .
 .
 .
DDDL source statements
 .
 .
 .
FILE

Editing the SYSIDMS File

To edit the SYSIDMS file, enter these z/VM commands:

XEDIT sysidms parms a (NOPROF
INPUT
 .
 .
 .
SYSIDMS parameters
 .
 .
 .
FILE

More information: For more information on SYSIDMS parameters you can specify, refer to CA IDMS Common Facilities Guide.