IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Compile Facility


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Tue Oct 20, 2009 9:31 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 20, 2009 10:15 pm
Reply with quote

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
View user's profile Send private message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Tue Oct 20, 2009 10:59 pm
Reply with quote

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
View user's profile Send private message
Suryyogi

New User


Joined: 17 Jun 2006
Posts: 27

PostPosted: Tue Oct 20, 2009 11:10 pm
Reply with quote

Problem has been resolved.

Thank you....
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 20, 2009 11:41 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Print out all lines with 'IBM' compil... CLIST & REXX 8
Search our Forums:

Back to Top