How do I do Macro migration?
EASYTRIEVE REPORT GEN for VSE, release 6.3
The install guide mentions that step 8B creates the EZTPMNT executable phase and it gave some sample JCl.
* $$ JOB jobname
// JOB VSAM INITIALIZATION
// DLBL IJSYSCT,’your.vsam.catalog’,,VSAM
// EXTENT ,catlvol
// DLBL MACFILE,’your.easytrieve.vsam.macro.library’,0,VSAM
// EXTENT ,macfvol
// DLBL OUTDATA,’macro.punch.file’,0,SD
// EXTENT ,puncvol,1,0,start,length
// DLBL EZTPLIB,’your.easytrieve.library’,0,SD
// EXTENT ,eztpvol
// LIBDEF PHASE,SEARCH=EZTPLIB.sublib,TEMP
// EXEC EZTPMNT,SIZE=512K
insert macro maintenance command here
/*
/&
* $$ EOJ
Macro maintenance commands can be found in the Getting Started Guide release 6.4.
They are found in Appendix D Macro Libraries on page D8.
Macros can be punched from the 6.2 macro VSAM file, and then can be ADDED to the new 6.3 macro VSAM file MACFILE.