Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Abend while executing IK?JEFT01

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
suhail_2322

New User


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

PostPosted: Mon Aug 18, 2008 5:17 pm    Post subject: Abend while executing IK?JEFT01
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
References
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1641
Location: germany

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

http://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: 184
Location: Pune

PostPosted: Mon Aug 18, 2008 7:20 pm    Post subject:
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

New User


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

PostPosted: Tue Aug 19, 2008 9:58 am    Post subject:
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: 184
Location: Pune

PostPosted: Tue Aug 19, 2008 12:04 pm    Post subject:
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

New User


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

PostPosted: Tue Aug 19, 2008 2:01 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1