MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

S0013 - Abend while Initial Loading of IMS Database

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
ramu_mohan21
Beginner


Joined: 29 Jun 2004
Posts: 106
Topics: 41
Location: Bangalore, INDIA

PostPosted: Sun Apr 17, 2005 9:44 am    Post subject: S0013 - Abend while Initial Loading of IMS Database Reply with quote

Hi Board,
I'm getting S0013 - U0000 abend while initial loading of IMS Database. I looked into the IMS Message Codes...I found that

0013
Explanation: The system log for IMS batch could not
be opened.
System Action: IMS terminates abnormally.
Programmer Response: Make sure the DD statement
for the IEFRDER has been included and is specified
correctly, then resubmit the job.


So I defined the IEFRDR 3 types - as below in RUN JCL:

    1)
    //IEFRDER DD DSN=IMSLOG,DISP=(,KEEP),VOL=(,,,99),
    // DCB=(RECFM=VB,BLKSIZE=1920,
    // LRECL=1916,BUFNO=2),SPACE=(CYL,(10,20),RLSE)
    [In this way i'm getting authorization error]

    2)
    //IEFRDER DD DUMMY
    [In this way I'm getting S0013 abend]

    3)
    //IEFRDER DD DSN=MYTSO.IMS.IMSLOG,DISP=(,KEEP),VOL=(,,,99),
    // DCB=(RECFM=VB,BLKSIZE=1920,
    // LRECL=1916,BUFNO=2),SPACE=(CYL,(10,20),RLSE)
    [In this way I'm getting S0013 abend]


Anyone can help?
_________________
Best Regards,
----------------
Rammohan Pabba
Software Engineer
Back to top
View user's profile Send private message Send e-mail
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12372
Topics: 75
Location: San Jose

PostPosted: Mon Apr 18, 2005 7:32 am    Post subject: Reply with quote

ramu_mohan21 ,

IEFRDER DD is basically a Primary system log dataset. The default for batch log datasets is RECFM=VB, LRECL=4092 and BLKSIZE=4096. The system rounds the BLKSIZE for IEFRDER and IEFRDER2 data sets to a double-word boundary (a multiple of eight).

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ramu_mohan21
Beginner


Joined: 29 Jun 2004
Posts: 106
Topics: 41
Location: Bangalore, INDIA

PostPosted: Tue Apr 19, 2005 2:18 am    Post subject: Reply with quote

Thank you very much Kolusu for giving me reply.

Still I'm getting the same abend after keeping parameters as you suggested.
Now I kept the parameters as shown below...


    1)
    //IEFRDER DD DSN=MYTSOID.***.***,
    // DISP=(,KEEP),VOL=(,,,99),
    // DCB=(RECFM=VB,BLKSIZE=4096,
    // LRECL=4092,BUFNO=2),SPACE=(CYL,(20,20),RLSE)

    2)
    //IEFRDER DD DUMMY,
    // DISP=(,KEEP),VOL=(,,,99),
    // DCB=(RECFM=VB,BLKSIZE=4096,
    // LRECL=4092,BUFNO=2),SPACE=(CYL,(20,20),RLSE)


How can I solve it. Do I need to check any other things?
_________________
Best Regards,
----------------
Rammohan Pabba
Software Engineer
Back to top
View user's profile Send private message Send e-mail
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Tue Apr 19, 2005 8:35 am    Post subject: Reply with quote

Please post the abend messages.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group