The following is the JCL you use to assemble the CICS/transparency interface (ETOTCINT).
Note: For more information about the ETOTCINT syntax, see the Runtime Operations Phase.
ETOTCINT (z/VSE)
*
// LIBDEF *,SEARCH=(idms.sublib)
// DLBL IJSYSPH,'user.txtfile',0
// EXTENT SYSPCH,nnnnnn,,,ssss,llll
ASSGN SYSPCH,DISK,PERM,VOL=nnnnnn,SHR
// OPTION DECK,NOLINK,NOEDECK,LIST,NORLD,NOXREF
// EXEC ASSEMBLY
PUNCH 'ACCESS SUBLIB=idms.sublib'
PUNCH 'CATALOG etotcint.OBJ REPLACE=YES'
ETOTCINT macro statements
END
/*
CLOSE SYSPCH,00D
// DLBL IJSYSIN,'user.txtfile',0
// EXTENT SYSIPT,nnnnnn
ASSGN SYSIPT,DISK,PERM,VOL=nnnnnn,SHR
// EXEC LIBR,PARM='MSHP'
/*
CLOSE SYSIPT,SYSRDR
/*
|
idms.sublib |
The name of the CA IDMS library |
|
nnnnnn |
Volume serial number |
|
ssss |
Starting track (CKD) or block (FBA) of the disk extent |
|
llll |
Number of tracks (CKD) or blocks (FBA) in the disk extent |
|
etotcint |
Name of the ETOTCINT module |
|
user.txtfile |
Intermediate work file output from the assembly step |
|
Copyright © 2013 CA.
All rights reserved.
|
|