how to print the listing of files which backup in a tape file?
for example. I use adrdssu to backup the following files to test.tapeout1.
test.a
test.b
several days after, I forget what is in test.tapeout1.
how to scan the the content of the tape file
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: how to scan the the content of the tape file
You can do a trial restore run. Refer to manual for parameter needed to do this.
Save the output from this so that you do not need to do it again. And save the output from your next backup run.
Save the output from this so that you do not need to do it again. And save the output from your next backup run.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
Re: how to scan the the content of the tape file
NicC wrote:You can do a trial restore run. Refer to manual for parameter needed to do this.
Save the output from this so that you do not need to do it again. And save the output from your next backup run.
Thanks Nicc. I searched in the "DFSMSdss Storage Administration Guide" but couldn't find any information related to 'trial restore'. Could you give me more hints? thanks a lot.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: how to scan the the content of the tape file
Code: Select all
//DSS EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN'
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Sending o/p file's content to spool withot adding extra step
by Misha786 » Tue Jan 12, 2021 6:51 pm » in JCL - 4
- 2013
-
by sergeyken
View the latest post
Tue Jan 12, 2021 11:28 pm
-
-
- 6
- 1854
-
by sergeyken
View the latest post
Wed Apr 13, 2022 7:01 pm
-
-
How to add new TAPE=359L into OAM,RMM.
by curious_man » Thu Nov 04, 2021 8:02 pm » in All other IBM Tools - 1
- 2092
-
by curious_man
View the latest post
Mon Nov 08, 2021 8:15 pm
-
-
- 1
- 5319
-
by Robert Sample
View the latest post
Tue Oct 04, 2022 7:36 pm
-
-
EZIOE004 Logical I/O error on file occurred reading VB file
by savitha_y » Mon Feb 15, 2021 7:54 pm » in CA-Easytrieve - 3
- 4949
-
by savitha_y
View the latest post
Wed Feb 17, 2021 5:02 am
-