abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Wed Apr 13, 2005 9:11 am Post subject: ADRDSSU Abend |
|
|
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! |
|