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

JCL error: Job not giving MAXCC and just executing


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chhabraravneet

New User


Joined: 04 Oct 2007
Posts: 49
Location: Mumbai

PostPosted: Wed Feb 22, 2012 10:02 pm
Reply with quote

Hi All,

I am getting the below JCL error while trying to submit a job. The job is just executing till infinity and not giving any MAXXCC. so i have to finally cancel the job.

Im using below SYSIN is JCL:
Code:
//NSXSYSIN DD *                                             
 UNLOAD( DBDNAME(PQDA01D2)                                   
  USEREXITOPTIONS( MODULENAME(TW0040PP) COBOL2 INITIALIZE   
    SEGMENTMODIFYOPTION (YES)                               
    INTERFACE(HSSR)                                         
    CONCATENATEDKEYREQUIRED                                 
    SKIPDBR))                                               
//*                                                         
//     


Error from JESYMSG:

Code:
NSXSYSIN control statements follow:                       
 UNLOAD( DBDNAME(PQDA01D2)                                 
  USEREXITOPTIONS( MODULENAME(TW0040PP) COBOL2 INITIALIZE 
    SEGMENTMODIFYOPTION (YES)                             
    INTERFACE(HSSR)                                       
    CONCATENATEDKEYREQUIRED                               
    SKIPDBR))                                             
End of control statements                                 
End of options                                             
ARR entered for recovery routine                           
DUMP suppressed by DAE.                                   
System completion code 0CE reason code 0000000E           
 PSW at abend 477C0F00 9AD69E4A ILC 0 INTC 00 S/Pri/31/EQ 
 Active CSECT module NSXCXIR address 00000000 offset 00018A
 Data at PSW 1AD69E44 - D0886A00 71386000 D08898EF   

 RTEREUS was specified, but ignored. A reusable run-time environment w
 program in the application was not COBOL.       


Can anyone please give me an idea what might be the problem.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 22, 2012 10:15 pm
Reply with quote

since today, wednesday, is psychic day

meditate on the input reference to COBOL
Code:
000046 USEREXITOPTIONS( MODULENAME(TW0040PP) COBOL2 INITIALIZE

and the output complaining about something not being COBOL
Quote:
RTEREUS was specified, but ignored. A reusable run-time environment w
program in the application was not COBOL.


most probably You might want to discuss the topic in some IMS related forum, wouldn' t You?

and ...
the job did not return any RC because it abended!
Back to top
View user's profile Send private message
chhabraravneet

New User


Joined: 04 Oct 2007
Posts: 49
Location: Mumbai

PostPosted: Wed Feb 22, 2012 10:26 pm
Reply with quote

Thanks Enrico..i will go to the IMS forum...
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top