* NAME: Z6075833 PRODUCT: TOOLKIT CATEGORY: SPEC SYSTEM: MVS * DATE: 04JAN93 STATUS: DZ+UT USAGE-ID: V6-TOOLKIT-5833 * RELEASE: 6.07 TSLEVEL: 301 * * Possible 0C4 abend during grammar generation with TOOLKIT on MSP * * NOTE: The following is a SOURCE UPDATE; to apply, you must * (1) ensure that the target source file has not been re-numbered, * (2) change all occurrences of "*/" back to "./", and * (3) remove all comments before the first "./" card, * before using the MVS IEBUPDTE utility */ //jobname JOB (,acct information),'name',time=(0,5) <=== VERIFY //RLINK EXEC PGM=RLINK,REGION=512K, // PARM='SEL(PREPROC,POSTPROC,SASP),AMODE(24)' //SYSPRINT DD SYSOUT=* //SYSLIST DD SYSOUT=* //LMODLIB DD DSN=input.loadlib,DISP=SHR <=== VERIFY //SYSLMOD DD DSN=output.loadlib,DISP=OLD <=== VERIFY