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 

ADRDSSU Abend

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
abracadabra
Beginner


Joined: 02 Sep 2003
Posts: 101
Topics: 55
Location: India

PostPosted: Wed Apr 13, 2005 9:11 am    Post subject: ADRDSSU Abend Reply with quote

Hi,

I am trying to Test a Dump job using the following code.
Code:

//DUMP1  EXEC PGM=ADRDSSU,REGION=8M,PARM='TYPRUN=NORUN'           
//SYSPRINT DD SYSOUT=*                                           
//SYSUDUMP DD SYSOUT=*                                           
//TAPE1    DD DSN=A.OFFSIT.C,             
//            UNIT=TAPE3,DISP=(,CATLG,DELETE),VOL=(,,,35),       
//            LABEL=RETPD=180                                     
//SYSIN    DD DUMMY                                               
//DUMP1.SYSIN DD *                                               
 DUMP OUTDD(TAPE1) -                                             
 DS(INCL(A.**)  -                                       
    BY(DSCHA EQ YES)) -                                           
 TOL(ENQF)                                                       
/*                   

I am getting a U0012 abend and the message is as follows:
Code:

Fault Analyzer V5R1M0 (UK00113 2005/01/31) invoked by IDIXDCAP using K9799T.IBMFA.V510.PARMLIB(IDICNF00)
 Fault analysis skipped due to: Parmlib config member EXCLUDE option specification

Any idea what the problem could be.

Thanks
_________________
Cheers!
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Wed Apr 13, 2005 9:39 am    Post subject: Reply with quote

abracadabra,

Please post the error messages starting with ADRnnnE

Thanks

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


Joined: 02 Sep 2003
Posts: 101
Topics: 55
Location: India

PostPosted: Wed Apr 13, 2005 10:46 am    Post subject: Reply with quote

Kolusu, the problem has been solved. I had kep the following statement by mistake.

//DUMP1.SYSIN DD *

Thanks for your help.
_________________
Cheers!
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 -> Job Control Language(JCL) 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