Kolusu, I checked the first Link and went thru the IBM Manual to read the text, but didnt quite understand it. I will give the second one a try.
I also saw that Jack was out of JOb in the link. A small suggestion, you can allocate a section for MVS related JOBS so that the readers can use this site even when they are out of job . You may even generate revenue which can be used to run this site.
I copied a file to tape. Now i want to bring it back to disk since I want to view the data in it. But when i'm trying the copy it back to disk using IEBGENER, i'm getting error -
DATA SET UTILITY - GENERATE
IEB352I WARNING: ONE OR MORE OF THE OUTPUT DCB PARMS COPIED FROM INPUT
IEB368I SYSTEM DETERMINED BLKSIZE USED FOR OUTPUT
IEB311I CONFLICTING DCB PARAMETERS
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Fri Jun 27, 2008 11:53 am Post subject:
A) This is a different subject
B) You should not use IEBGENER to copy an ADRDSSU - the manual, I believe, says that the results are unpredictable. I believe ADRDSSU has a COPYDUMP, or similar, command to copy a dump. Somewhere there was a long discussion on this exact subject but I do not know if it was this forum or not. _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Sat Jun 28, 2008 7:51 am Post subject:
If your backup - INPUT.BKP is cataloged you only need:
Code:
//TAPE DD DSN=INPUT.BKP,DISP=OLD
If it is not catalogued you will have to supply the volume serial numbers, ignore the SL and EXPDT, do not DEFER mounting - no point unless you make a mistake on your control cards and foget the KEEP - default. _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
All times are GMT - 5 Hours Goto page Previous1, 2, 3
Page 3 of 3
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