|
View previous topic :: View next topic
|
| Author |
Message |
Suryyogi
New User
.jpg)
Joined: 17 Jun 2006 Posts: 27
|
|
|
|
I am using compile facilty to compile a cobol program to xped it further.
| Code: |
//COMPILE EXEC PGM=CWPCMAIN,REGION=4M,COND=(8,LT),
// PARM=('SOURCE,MAP,LIST,NOTEST,NONUM,XREF(FULL)',
// 'PGMNAME(COMPAT)')
//STEPLIB DD DISP=SHR,DSN=K9799T.CSS.SLCXLOAD
// DD DISP=SHR,DSN=SYS1.IGYECBL.SIGYCOMP
//SYSTERM DD SYSOUT=(*)
//SYSPRINT DD SYSOUT=(O)
//CWPERRM DD SYSOUT=(O)
//SYSPUNCH DD DUMMY
//SYSUT1 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT2 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT3 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT4 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT5 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT6 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSUT7 DD SPACE=(CYL,(2,2)),UNIT=MIGM
//SYSLIN DD DISP=(NEW,PASS),
// DCB=(LRECL=80,RECFM=FB,BLKSIZE=4000),
// SPACE=(CYL,(1,1)),UNIT=MIGM
//SYSLIB DD DISP=SHR,DSN=SYS1.CEE.SCEELKED
// DD DISP=SHR,DSN=SYSDB.DB2PROD.DSNEXIT
// DD DISP=SHR,DSN=SYSDB.DB2PROD.DSNLOAD
// DD DISP=SHR,DSN=SYS1.METLINK
// DD DISP=SHR,DSN=SYS1.METSUB
// DD DISP=SHR,DSN=SYS1.METSUB2
// DD DISP=SHR,DSN=SYSCMN.PROD.USERCOPY
// DD DISP=SHR,DSN=SYSCMN.PROD.SYSLIB.DUMMY
//SYSIN DD DISP=(SHR,PASS),
// DSN=H2572AC.A.COBOL(NJAIRE03) |
Code'd
This is first step I can see after submitting the job for compilation using compile facility. But this jobs ends with system abend S002 RSN CODE B0 in this step.
Please help ? What could be the resason ? |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Please use the Code tag when posting jcl, code, control statements, etc.
Do not choose what you believe we need to see - you need to post the abend info including the message id(s). This will show which dd has the problem. . . |
|
| Back to top |
|
 |
Suryyogi
New User
.jpg)
Joined: 17 Jun 2006 Posts: 27
|
|
|
|
| Code: |
JOB09692 ---- TUESDAY, 20 OCT 2009 ----
JOB09692 IRR010I USERID H2506AA IS ASSIGNED TO THIS JOB.
JOB09692 ICH70001I H2506AA LAST ACCESS AT 12:16:11 ON TUESDAY, OCTOBER 20, 200
JOB09692 $HASP373 H2506AAT STARTED - WLM INIT - SRVCLASS TSTBATM1 - SYS F090
JOB09692 IEF403I H2506AAT - STARTED - TIME=12.18.59
JOB09692 IEC036I 002-B0,IGC0005E,H2506AAT,COMPILE,SYSLIB,A5E3,RES21A,SYS1.CEE.S
JOB09692 IEA995I SYMPTOM DUMP OUTPUT 750
SYSTEM COMPLETION CODE=002 REASON CODE=000000B0
TIME=12.19.00 SEQ=52928 CPU=0000 ASID=01A4
PSW AT TIME OF ERROR 075C1000 80E6FCF6 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
|
|
|
| Back to top |
|
 |
Suryyogi
New User
.jpg)
Joined: 17 Jun 2006 Posts: 27
|
|
|
|
Problem has been resolved.
Thank you.... |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
You're welcome. Good to hear it is working. . .
| Code: |
| IEC036I 002-B0,IGC0005E,H2506AAT,COMPILE,SYSLIB,A5E3,RES21A,SYS1.CEE.S |
When things like this happen, the proper manual can be your best friend. At the top of the page is a link to "IBM Manuals". At the bottom of that page is a set of volumes of various system messages. IEC messages are in Vol VII.
This is the link to your particular message:
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/iea2m791/3.21 |
|
| Back to top |
|
 |
|
|
 |
All times are GMT + 6 Hours |
|