Page 1 of 1

cics pgm translates & compiles then crashes

PostPosted: Fri Jun 18, 2010 8:55 pm
by dgraves
Here's a sample output where showing where my problem starts:

8.38.53 JOB04772 -STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK
8.38.53 JOB04772 -COMPLI TRN 00 108 37 .00 .00 .0
8.38.54 JOB04772 -COMPLI COB 00 564 113 .00 .00 .0
8.38.54 JOB04772 IEC141I 013-18,IGG0191B,KC02131C,COPYLINK,SYSUT1,100B,Z9CIC1,
8.38.54 JOB04772 IEA995I SYMPTOM DUMP OUTPUT 714
714 SYSTEM COMPLETION CODE=013 REASON CODE=00000018
714 TIME=08.38.54 SEQ=12035 CPU=0000 ASID=0028
714 PSW AT TIME OF ERROR 075C1000 80DFFFA6 ILC 2 INTC 0D
714 NO ACTIVE MODULE FOUND
714 NAME=UNKNOWN
714 DATA AT PSW 00DFFFA0 - 41003B7A 0A0D41F0 38BE56F0


I'm wondering if the parm value for STUB is out of date.
Thanks

//DFHYITVL PROC SUFFIX=1$, Suffix for translator module
// INDEX='DFH320.CICS', Qualifier(s) for CICS libraries
// PROGLIB='DFH320.CICS.SDFHLOAD', Name of o/p library@BA25137C
// DSCTLIB='DFH320.CICS.SDFHCOB', Private macro/dsect@BA25137C
// AD370HLQ='IGY340', Qualifier(s) for AD/Cycle compiler
// LE370HLQ='CEE', Qualifier(s) for LE/370 libraries
//* LE370HLQ='SYS1', Qualifier(s) for LE/370 libraries
// OUTC=H, Class for print output
// REG=4M, Region size for all steps
// LNKPARM='LIST,XREF,RENT', Link edit parameters
// STUB='DFHEILID', Lked INC. fr DFHELII @BA35295C <=======================
// LIB='SDFHC370', Library @BA35295C
// WORK=SYSDA Unit for work datasets

Re: cics pgm translates & compiles then crashes

PostPosted: Fri Jun 18, 2010 9:18 pm
by Robert Sample
8.38.54 JOB04772 IEC141I 013-18,IGG0191B,KC02131C,COPYLINK,SYSUT1,100B,Z9CIC1,
8.38.54 JOB04772 IEA995I SYMPTOM DUMP OUTPUT 714
shows you have a problem in the COPYLINK step with the SYSUT1 DD statement. From the MAC on the 013-18:
18
An OPEN macro instruction was issued for a partitioned data set. The DSNAME parameter specified a member that could not be found.
so the member specified does not exist. This could be a compile error, a translate error, or a site error with the procedure. You need to review -- carefully -- your translator and compiler output; if they look correct contact your site support group for assistance.