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

problem when recovering gdgs from a tape


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

New User


Joined: 24 Nov 2005
Posts: 49
Location: chennai

PostPosted: Mon Nov 28, 2005 11:53 am
Reply with quote

hi,

iam recovering gdgs from tape ,using IEBGENER iam taking their backups,iam frequently facing S813 ,SA13 abends and also flushed is coming...plz tell whts the reason behind it

regards,
akash
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Nov 28, 2005 3:57 pm
Reply with quote

Post your job & abending messages here...

Why dont you give a try thru IDCAMS.

Code:
//COPY   EXEC PGM=IDCAMS                             
//INDD DD DSN=HLQ.DSNAME.TAPE,DISP=SHR
//OUTDD DD DSN=HLQ.DSNAME.DISK,       
//      DCB=(BLKSIZE=XXXX,LRECL=XXX,RECFM=XX),     
//      DISP=(,CATLG,DELETE)                       
//SYSPRINT DD SYSOUT=*                             
//SYSIN DD *                                       
 REPRO INFILE(INDD) OUTFILE(OUTDD)
/*               


Regards,

Priyesh.
Back to top
View user's profile Send private message
sbalajibe

New User


Joined: 15 Aug 2005
Posts: 62

PostPosted: Tue Nov 29, 2005 12:00 pm
Reply with quote

hi ,
please find the reasons for the abends mentioned

S813

The data set name in the JCL did not match the data set name on the tape.
1. The JCL volume serial number was wrong.
2. The data set name in the JCL was misspelled.
3. The wrong tape was mounted.
4. The incorrect data set sequence number was specified in the label parameter.
5. The data set does not exist on the magnetic tape.
Verify that the JCL is correct, and resubmit the job.

SA13

An error occurred in opening a tape data set.
1. The file sequence number was wrong on a multi-volume tape data set.
2. The file sequence number was wrong, or it was less than that of the first data set on the tape.
3. The volume serial number was wrong.
4. The job which wrote the tape did not write all the data sets.

1. Verify that the JCL is correct, and resubmit the job.
2. If the desired data set does not exist on the tape, recreate the tape.


u can also use sort utility to copy from tape to dasd
Back to top
View user's profile Send private message
rhutwik.mokashi

New User


Joined: 16 Nov 2005
Posts: 1

PostPosted: Wed Nov 30, 2005 5:54 pm
Reply with quote

hi man

use ERROR ASSIST ti solve any difficulty in error codes it is very good tool in this context.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Deleting a Tape file JCL & VSAM 14
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
Search our Forums:

Back to Top