Previous Topic: z/VSE Job Control LanguageNext Topic: Assembling and Link Editing ETOTTBL


Generate (ETOTMAIN)

The following is the JCL you use to run the transparency generator (ETOTMAIN).

ETOTMAIN (z/VSE)

// LIBDEF *,SEARCH=idms.sublib
// DLBL   dcmsg,'idms.sysmsg.ddldcmsg',1999/365,DA
// EXTENT SYSnnn,nnnnnn
// ASSGN SYSnnn,DISK,VOL=nnnnnn,SHR
*
// DLBL IDMSPCH,'user.etotschm',1,SD
// EXTENT SYSnnn,nnnnnn,,,ssss,llll
// DLBL SYSPC03,'user.etotsubs',1,SD
// EXTENT SYSnnn,nnnnnn,,,ssss,llll
// DLBL SYSPC04,'user.etottbl',1,SD
// EXTENT SYSnnn,nnnnnn,,,ssss,llll
// DLBL SYSPC05,'user.etotload',1,SD
// EXTENT SYSnnn,nnnnnn,,,ssss,llll
// ASSGN SYSnnn,DISK,VOL=nnnnnn,SHR
*
// DLBL SYSIDMS,'#SYSIPT'
// EXEC ETOTMAIN,SIZE=448K
DMCL=etotdmcl
  FILENAME=SYSPC03 BLKSIZE=80
  FILENAME=SYSPC04 BLKSIZE=80
  FILENAME=SYSPC05 BLKSIZE=80
Input other SYSIDMS parameters, as required
/*
Total DDL source statements
User supplied control statements
ETOTTBL  source statements
ETOTLOAD source statements
/*

idms.sublib

The name of the CA IDMS library

dcmsg

Filename of the system message area (ddldcmsg)

idms.sysmsg.ddldcmsg

File ID of the CA IDMS system message area (DDLDCMSG)

SYSnnn

Logical unit of the volume for which the extent is effective

nnnnnn

Volume serial number

user.etotschm

Dataset name of the file containing the schema source generated by ETOTMAIN. Run this output through the schema compiler (IDMSCHEM).

user.etotsubs

Name of the file containing the subschema source generated by ETOTMAIN. Run this output through the subschema compiler (IDMSUBSC).

ssss

Starting track (CKD) or block (FBA) of the disk extent

llll

Number of tracks (CKD) or blocks (FBA) in the disk extent

nnnnnn

Volume serial number

user.etottbl

Name of the file containing the customized runtime control table generated by ETOTMAIN from the skeleton table, ETOTTBL. Run this output through the assembly and link edit process.

user.etotload

Name of the file containing the customized loader generated by ETOTMAIN from the skeleton loader, ETOTLOAD. Run this output through the COBOL compile and link edit process.

etotdmcl

SYSIDMS parameter specifying the name of the DMCL to be accessed at runtime

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

SYSIDMS parameters

Parameters you specify to establish a runtime environment.

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