Previous Topic: Assembling and Link Editing ETOTTBLNext Topic: Loading the Database with ETOTLOAD


Compiling and Link Editing ETOTLOAD

Use the following JCL to compile and link edit ETOTLOAD.

ETOTLOAD (z/VSE)

// LIBDEF *,SEARCH=idms.sublib,CATALOG=user.sublib
// DLBL IJSYSIN,'user.etotload',1,SD
// EXTENT SYSIPT,nnnnnn
   ASSGN SYSIPT,DISK,VOL=nnnnnn,SHR
// OPTION CATAL,NODECK,LIST,NOSYM,NOLISTX
 PHASE etotload,*
// EXEC FCOBOL
/*
 INCLUDE IDMSDBLU
 INCLUDE IDMS
 ENTRY etotload
/*
// EXEC LNKEDT
/*
CLOSE SYSIPT,SYSRDR

idms.sublib

The name of the CA IDMS library

user.sublib

The name of the user sublibrary

user.etotload

Name of the the file containing the customized loader generated by ETOTMAIN

nnnnnn

Volume serial number

etotload

Name of the customized load program

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