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

Abend while executing IK?JEFT01


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suhail_2322
Currently Banned

New User


Joined: 04 Jun 2007
Posts: 10
Location: india(chennai)

PostPosted: Mon Aug 18, 2008 5:17 pm
Reply with quote

Hi,

My problem is the return code of IKJEFT01.
I'm using it to run PLI-DB2-programs. While executiong the program the step IKJEFT01 returns RC=12 & abending with SOC4.

Does anyone know why it is like this? Is there a way to return the "real" abend code?

FYI...

000001 ยป
000002 IKJ56644I NO VALID TSO USERID, DEFAULT USER ATTRIBUTES USED
000003 READY
000004 PROFILE PREFIX(DB2YV001)
000005 IKJ56710I INVALID USERID, DB2YV001
000006 IKJ56701I MISSING PREFIX
000007 READY
000008 DSN SYSTEM(DB28) RETRY(0) TEST(0)
000009 DSN
000010 RUN PROGRAM(YVMNMIS0) PLAN(YVMNMIS0) LIB
('P.BOSSBAC.PGMLIB')
000011 IKJ56641I DSN ENDED DUE TO ERROR+
000012 IKJ56641I SYSTEM ABEND CODE 0C4 REASON CODE [/b]00000004 [/img]
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 18, 2008 5:50 pm
Reply with quote

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C210/3.4.4.1.2?SHELF=&DT=20010706115428&CASE=
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Mon Aug 18, 2008 7:20 pm
Reply with quote

Seems the userid DB2YV001 does not exist. Can you please give the complete run jcl.
Back to top
View user's profile Send private message
suhail_2322
Currently Banned

New User


Joined: 04 Jun 2007
Posts: 10
Location: india(chennai)

PostPosted: Tue Aug 19, 2008 9:58 am
Reply with quote

Srihari Gonugunta wrote:
Seems the userid DB2YV001 does not exist. Can you please give the complete run jcl.

Code:
//SO612KQ  JOB (FM,BOSSBAC,TESTING,,15),'PORMOG',         
// CLASS=B,MSGCLASS=H,NOTIFY=SO612K                       
/*ROUTE  XEQ NHTEST                                       
/*ROUTE  PRINT LOCAL                                     
//STEP01 EXEC PGM=IKJEFT01,                               
//            REGION=4000K,                               
//            DYNAMNBR=23,                               
//            ACCT=STEPSTAT                               
//STEPLIB  DD DSN=SO612K.TEST3.PGMLIB,                   
//            DISP=SHR                                   
//         DD DSN=DB24.REF.SDSNLOAD,                     
//            DISP=SHR                                   
//         DD DSN=DB24.REF.SDSNEXIT,                     
//            DISP=SHR                                   
//DBRMLIB  DD DSN=T.BOSSBAC2.BOSSSN.PLI.DBRMLIB(SOMIS00),
//            DISP=SHR                                   
//SYSTSIN  DD DSN=SO612K.TEST.PARMLIB(SOMIS00),           
//            DISP=SHR                                   
//SYSUDUMP DD SYSOUT=*                                   
//SYSOUT   DD SYSOUT=*                                   
//SYSDBOUT DD SYSOUT=*                                   
//SYSABOUT DD SYSOUT=*                               
//SYSPRINT DD SYSOUT=*                               
//SYSTSPRT DD SYSOUT=*                               
//IGZSRTCD DD DUMMY                                 
//STEP02 EXEC PGM=SOMIS00                           
//STEPLIB DD DSN=SO612K.TEST3.PGMLIB,DISP=SHR       
//SYSPRINT DD SYSOUT=*                               
//SYSIN DD DUMMY                                     
//           



The SO612K.TEST.PARMLIB(SOMIS00) consists

Code:
PROFILE    PREFIX(DB2YV001)             
DSN SYSTEM(DB24) RETRY(0) TEST(0)       
RUN PROGRAM(SOMIS00) PLAN(SOMIS00) -   
  LIB('SO612K.TEST3.PGMLIB')           
END                   



The step01 that is execution PGM=IKJEFT01 returning RC=12 and Step02 is abending with SOC4..
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Tue Aug 19, 2008 12:04 pm
Reply with quote

Plz try by removing the line
Code:
PROFILE    PREFIX(DB2YV001)
Back to top
View user's profile Send private message
suhail_2322
Currently Banned

New User


Joined: 04 Jun 2007
Posts: 10
Location: india(chennai)

PostPosted: Tue Aug 19, 2008 2:01 pm
Reply with quote

I Removed the line u specified...still iam getting same error

FYI the spool information is

*************************** TOP OF DATA ********************
READY
DSN SYSTEM(DB24) RETRY(0) TEST(0)
DSN
RUN PROGRAM(SOMIS00) PLAN(SOMIS00) LIB('SO612K.TEST3.PGMLIB')
DSN ENDED DUE TO ERROR+
SYSTEM ABEND CODE 0C4 REASON CODE 00000004
********************* BOTTOM OF DATA ************************

i guess the bind plan is not succesful , Right............ let me know ur comments...........
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts executing XCTL command in COBOL witho... CICS 10
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
Search our Forums:

Back to Top