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

STOPS GIVING CONDITON CODE 16


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Wed Sep 07, 2005 9:16 pm
Reply with quote

I HAVE A PROBLEM IN RUNNING THE FOLLOWING JCL

-------------------------------------------------------------------------------------
//BKPHE JOB (),
// 'OPERATOR',
// CLASS=A,
// MSGCLASS=X,
// MSGLEVEL=(1,1),
// TIME=1440
//STEP1 EXEC PGM=ADRDSSU,REGION=32M,COND=(0,LT)
//SYSPRINT DD SYSOUT=*
//D1 DD DISP=OLD,UNIT=3390,VOL=(PRIVATE,SER=SH2205)
//T1 DD DSN=BACKUP.SH2205,
// DISP=(,KEEP),UNIT=(580,,DEFER),
// VOL=(PRIVATE,RETAIN,,20,SER=BK2205),
// LABEL=(,SL)
//SYSIN DD *
DUMP DS ( INCLUDE(SYS1.COOL60HE.*) ) -
INDDNAME(D1) OUTDDNAME(T1)
/*

-------------------------------------------------------------------------------------

WHEN I RUN THIS JOB , IT BEGINS EXECUTION BUT IT STOPS GIVING CONDITON CODE 16 AND THE FOLLOWING MESSAGE


------------------------------------------------------------------------------------
DFSMSDSS FUNCTION TASK ABEND RECOVERY ROUTINE WAS ENTERED. SYSTEM ABEND CODE=0413
------------------------------------------------------------------------------------

PLEASE IF ANYONE KNOWS ANY SOLUTION , INFORM ME AS I NEED TO RUN THIS JOB AS FAST AS POSSIBLE

THKS

ALAA FARRA
Back to top
View user's profile Send private message
spanda

New User


Joined: 31 Aug 2005
Posts: 48
Location: U.K.

PostPosted: Wed Sep 07, 2005 10:06 pm
Reply with quote

Looks like you are trying to dump an entire volume. If that is the case, then you need to specify the FULL keyword alongside DUMP.

Check the relevant reference for the syntax.

Panda.
Back to top
View user's profile Send private message
amfarrag

New User


Joined: 01 Sep 2005
Posts: 41

PostPosted: Thu Sep 08, 2005 3:40 am
Reply with quote

hey everybody
i found my problem!!
it was that i ran this job with a tape that doesn't have the vol serial written in the tape DD statement
as soon as i ran the job after initializing a tape with the same vol ser , the job was like a piece of cake :)
thks for everybody's help and i really appreciate the discussions and guide done in this forum
Alaa Farrag
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top