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

CONVERTER TERMINATED DUE TO SD1A ABEND


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

New User


Joined: 06 Apr 2005
Posts: 3

PostPosted: Tue Jan 27, 2009 7:52 pm
Reply with quote

I recently submitted a simple IMS Job in BMP mode. I encountered the following abend message

Code:
IEFC683I CONVERTER TERMINATED DUE TO SD1A ABEND REASON=000000

Unable to find what is SD1A abend code.

There are no other logs for the job. Even the jcl was not expanded.

My JCL is

Code:
//STEP01 EXEC  PGM=DFSRRC00,                                           
//        PARM='BMP,M8309LN5,M830920,,,C00,,,,,,,,TEST,,,LE,,,60'       
//*                                                                     
//DFSRESLB DD DSN=IMSVST.TEST.RESLIB,DISP=SHR                           
//STEPLIB  DD DSN=SS8309.FEB09.LOAD,DISP=SHR   

Job card

Code:
//CNTLLNX  JOB (XXX,XXX),'XXXX',                           
//  NOTIFY=&SYSUID,MSGCLASS=J,                                         
//   MSGLEVEL=(1,1),CLASS=9


Edited: Please use BBcode when You post some code/error, that's rather readable, Thanks... Anuj
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jan 27, 2009 7:57 pm
Reply with quote

Where have you looked to find an explanation of the abend.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jan 27, 2009 8:01 pm
Reply with quote

Quote:
Unable to find what is SD1A abend code.
maybe You have been looking in the wrong place
the abend has been there for a loong time
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA1H731/2.577?SHELF=EZ2MO901&DT=20000407064116&CASE=

better speak to Your systems support group
Back to top
View user's profile Send private message
nsrinath_sputnik

New User


Joined: 06 Apr 2005
Posts: 3

PostPosted: Wed Jan 28, 2009 10:56 am
Reply with quote

hi expat,

I found the abend message from the only log in the job - "LOG" dd name.
I will post the entire LOG message soon.

However, the same job was submitted from different user ID, and this time it successfully ran.

hi enrico,

Thanks for the D1A info. However as i said, the job didnt had any hint of waiting for resource... etc.. can u explain more on CAS?
Back to top
View user's profile Send private message
nsrinath_sputnik

New User


Joined: 06 Apr 2005
Posts: 3

PostPosted: Wed Jan 28, 2009 11:16 am
Reply with quote

Here is the entire log message that was printed on the spool.

Code:
              J E S 2  J O B  L O G  --  S Y S T E M  1 1 5 1  --  N O D E  HTF1
                                                                               
J0064470 ---- TUESDAY,   27 JAN 2009 ----                                       
J0064470  IEFC683I CONVERTER TERMINATED DUE TO SD1A ABEND REASON=00000000       
JES2 JOB STATISTICS ------                                                       
  63 CARDS READ                                                                 
  12 SYSOUT PRINT RECORDS                                                       
   0 SYSOUT PUNCH RECORDS                                                       
   0 SYSOUT SPOOL KBYTES                                                       
0.00 MINUTES EXECUTION TIME


Edited: Please use BBcode when You post some code/error, that's rather readable, Thanks... Anuj
Back to top
View user's profile Send private message
DB2 Guy

New User


Joined: 28 Oct 2008
Posts: 98
Location: Cubicle

PostPosted: Wed Jan 28, 2009 11:24 am
Reply with quote

Hello,

CAS can have two meanings: 1. Catalog Address Space 2. Coordinating Address Space

In your case first definition seems to be applicable: A separate address space in virtual storage that contains catalog management modules and control blocks.

Quote:
the same job was submitted from different user ID, and this time it successfully ran.
Try to submit with your ID again - it should go fine this time with your ID as well..
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 CICS region is terminated abnormally ... CICS 2
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top