Previous Topic: z/VMNext Topic: Test Database


Usage

Local Mode

To specify that the precompiler is executing in local mode, perform one of the following:

A local mode job should contain file definitions to include the following in the precompile step and the step to create the access module:

Variable Definitions

Variable

Definition

dcmsg

DDname of the system message area (DDLDCMSG)

dictb

DDname of the application dictionary definition area (DDLDML)

dloddb

DDname of the application dictionary definition load area (DDLDCLOD)

idms.appldict.ddldclod

File name of the application dictionary definition load area (DDLDCLOD)

idms.appldict.ddldml

File name of the application dictionary definition area (DDLDML)

idms.sysmsg.ddldcmsg

File name of the system message area (DDLDCMSG)

idms.syssql.ddlcat

File name of the SQL definition area (DDLCAT) of the application dictionary

idms.syssql.ddlcatl

File name of the SQL definition load area (DDLCATLOD) of the application dictionary

idms.syssql.ddlcatx

File name of the SQL definition index area (DDLCATX) of the application dictionary

idms.tapejrnl

File name of the tape journal file

sqldd

DDname of the SQL definition area (DDLCAT) of the application dictionary

sqllod

DDname of the SQL definition load area (DDLCATLOD) of the application dictionary

sqlxdd

DDname of the SQL definition index area (DDLCATX) of the application dictionary

sysjrnl

DDname of the tape journal file

A local mode job should contain file definitions to include the following in the step to create the access module:

SYSIPT File

To create a sysipt file:

  1. Type XEDIT sysipt data a (NOPROF on the z/VM command line and press Enter
  2. Type INPUT on the XEDIT command line and press Enter
  3. Type in the IDMSPASS input parameters in input mode
  4. Press Enter to exit input mode
  5. Type FILE on the XEDIT command line and press Enter

SYSIDMS File

To execute the precompiler and create the access module, you should include these SYSIDMS parameters:

To create a file of SYSIDMS parameters:

  1. Type XEDIT sysidms data a (NOPROF on the z/VM command line and press Enter
  2. Type INPUT on the XEDIT command line and press Enter
  3. Type in the SYSIDMS parameters in input mode
  4. Press Enter to exit input mode
  5. Type FILE on the XEDIT command line and press Enter

Note: For more information about documentation of SYSIDMS parameters,. see the CA IDMS Common Facilities Guide.