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

RC=0012 Error with IKJEFT01


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 121
Location: India

PostPosted: Fri Aug 22, 2008 12:10 am
Reply with quote

i AM GETTING THE ERROR RC=0012 FOR THE BELOW STEP, DIAGNOSTICS AND CONTROL CARD INFO IS ALSO PROVIDED.

PLEASE HELP.


[code]/STEP20 EXEC PGM=IKJEFT01
/STEPLIB DD DSN=DB201.SUBSYS.LOADLIB,DISP=SHR
/SYSTSIN DD DSN=PRY.USER.ACTSR.CARDLIB.TST(SDB012U1),DISP=SHR
/SYSIN DD DSN=PRY.USER.ACTSR.CARDLIB.TST(SDB012U2),DISP=SHR
/SYSREC00 DD DSN=PRY.USER.UNLOAD,
/ DISP=(NEW,CATLG,DELETE),
/ DCB=(LRECL=243,RECFM=FB,BLKSIZE=0)
/SYSPUNCH DD DSN=PRY.USER.SYSPUNCH.UNLOAD,
/ DISP=(NEW,CATLG,DELETE),
/ DCB=(LRECL=80,RECFM=FB,BLKSIZE=0)
/SYSPRINT DD SYSOUT=*
/SYSTSPRT DD SYSOUT=*


************************88

14.22.39 JOB46990 IEC030I B37-04,IFG0554A,SSY355AB,STEP20,SYSREC00,CE44,D1LY26,
14.22.39 JOB46990 IEA995I SYMPTOM DUMP OUTPUT 931
931 SYSTEM COMPLETION CODE=B37 REASON CODE=00000004
931 TIME=14.22.39 SEQ=14809 CPU=0000 ASID=0112
931 PSW AT TIME OF ERROR 075C1000 80E41CDE ILC 2 INTC 0D
931 NO ACTIVE MODULE FOUND
931 NAME=UNKNOWN
931 DATA AT PSW 00E41CD8 - 41003846 0A0DB20A 00509808
14.22.39 JOB46990 IEA995I SYMPTOM DUMP OUTPUT 931
931 SYSTEM COMPLETION CODE=B37 REASON CODE=00000004
931 TIME=14.22.39 SEQ=14809 CPU=0000 ASID=0112
931 PSW AT TIME OF ERROR 075C1000 80E41CDE ILC 2 INTC 0D
931 NO ACTIVE MODULE FOUND
931 NAME=UNKNOWN
931 DATA AT PSW 00E41CD8 - 41003846 0A0DB20A 00509808
931 GR 0: 00000000_00E41EE8 1: 00000000_A4B37000
931 2: 00000000_000E0744 3: 00000000_00E416A2
931 4: 00000000_009744A8 5: 00000000_00E58000
931 6: 00000000_0097474C 7: 00000000_009747A4
931 8: 00000000_0097476C 9: 00000000_009763F0
931 A: 00000000_0096A888 B: 00000000_000E0690
931 C: 00000000_0098E09C D: 00000000_00000080
931 E: 00000000_00E41B04 F: 00000010_00000004
931 END OF SYMPTOM DUMP
14.22.43 JOB46990 USRACTRT SSY355AB STEP20 ( 4) PGM=IKJEFT01 RC=0012<==
***********************

SDB012U1--

DSN SYSTEM(AT01)
RUN PROG(DSNTIAUL) PLAN(DSNTIB81) PARM('SQL')



SDB012U2--

SELECT *
FROM DB201.SDBDB2T.ACCT_WIRE
ORDER BY ACCT_ID
WITH UR;



Thanks.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Fri Aug 22, 2008 12:24 am
Reply with quote

I would start here:

Quote:

IEC030I B37-04


go to IBM's Look-At site and enter the IEC030I.

here is the link:

www-03.ibm.com/servers/eserver/zseries/zos/bkserv/lookat/

suggest you bookmark it.

by the way, ?37's are out-of-space. the B, the -04 provide you reason codes
which will tell you exactly what kind of space problem you had with
Quote:
SYSREC00
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 22, 2008 12:26 am
Reply with quote

Quote:
931 SYSTEM COMPLETION CODE=B37 REASON CODE=00000004

search the manuals for the b37 abend with reason code 4 and follow the suggestions for solving the issue
Back to top
View user's profile Send private message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 121
Location: India

PostPosted: Fri Aug 22, 2008 12:39 am
Reply with quote

Thanks.

Could u pls be more specific ?


would appreciate.

Thanks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Aug 22, 2008 1:17 am
Reply with quote

You got an abend... SB37 in this case
read the manual to find out about it,

You might also search the forums for further hints
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: Fri Aug 22, 2008 2:45 am
Reply with quote

Hello,

Do you have this fixed?

If not, go to the "IBM Manuals" link at the top of the pager and click on MVS System Messages (vol 4, i believe) and look at the IEC030I message.

If you find something you do not understand, post what you found and your question about it and someone will be able to clarify.
Back to top
View user's profile Send private message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 121
Location: India

PostPosted: Fri Aug 22, 2008 3:38 am
Reply with quote

Yes, it is fixed.
Back to top
View user's profile Send private message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 121
Location: India

PostPosted: Fri Aug 22, 2008 3:38 am
Reply with quote

Thank u
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: Fri Aug 22, 2008 4:46 am
Reply with quote

You're welcome - good to hear it is working icon_smile.gif

Thank you for telling us,

d
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Aug 22, 2008 2:49 pm
Reply with quote

meenakshi_forum wrote:
Yes, it is fixed.
& for a poor guy (Anuj D.) please post the solution used ..
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Aug 22, 2008 2:57 pm
Reply with quote

My guess.

SB37, a space abend because of the end of volumes. She might have increased the space thereby making it work.

Anyways, Let us wait for meenakshi to post the solution.
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 -> DB2

 


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