The command that was specified: LISTD DSN=SYS2.VPRIM.GPRODT.DMSN.C2014204.T024542 will check for archive and backups of the data set SYS2.VPRIM.GPRODT.DMSN.C2014204.T024542, but not for the archived data sets written inside it.
Normally you would see something like LISTD DSN=SYS1./ to see backups of SYS1.LINKLIB. If you use the LISTV command link this, it will show the generated archive key. LISTV DSN=SYS2.VPRIM.GPRODT.DMSN.C2014204.T024542 The output will show you the archive key on the left, in this case it is #98RQJ. ARCHIV WRITTEN DATA BLOCK K/M KEY DATA SET NAME TIME DATE EXPDATE SETS COUNT BY ------ ---------------------------- ------------- -------- ------- --------- --- #98RQJ QDMSTEST.ARC0.DMSC.D2014203. 2126 2014.203 1999.000 1 1 25 ------------------------------------------------------------------------------- Then you can use the key to use the LISTD command to see the contents of that ARCHVOL LISTD VOL=#98RQJ You can change the order of characters in your SYSPARMS member if you want, using the ARCVOLID entry ARCVOLID#$+-%&ยข@. We did that on our QA system which is why the example shows the # instead of @ as the first character. Bob Longabaugh CA Technologies Quality Assurance Architect - Storage Management San Bernardino, CA -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Craig Pace Sent: Wednesday, July 23, 2014 10:20 AM To: [email protected] Subject: Re: CA-DISK (DMS) QUESTION Yes you can. All DISK (ML1) archives/backups are written with a key starting with @. So, if you know the key, can you use that are if you wish to see all you can use the LISTD keyword with DSN=@/. If you are just wanting to see details of the true file, you use the LISTD procedure with the LISTF keyword. I hope this helps. One Fruit of the Loom Drive PO Box 90015 Bowling Green, KY 42102-9015 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Wednesday, July 23, 2014 12:03 To: [email protected] Subject: Re: CA-DISK (DMS) QUESTION I find that the folks at CA Support very helpful. Or you could go to the MYCA community forum for CA DISK and get quick responses there. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of John Dawes > Sent: Wednesday, July 23, 2014 6:21 AM > To: [email protected] > Subject: CA-DISK (DMS) QUESTION > > G'Day, > > Is there a way of knowing the contents of an archived tape which is written > to disk? > I tried the LISTD which works for an archive tape dsn. I tried the > same by doing the following : > > LISTD DSN=SYS2.VPRIM.GPRODT.DMSN.C2014204.T024542 > > I got the following message : > ADSDM484 3543 NO RECORDS SELECTED > ADSDM484 3544 RECORD NOT FOUND FOR = > SYS2.VPRIM.GPRODT.DMSN.C2014204.T024542 > > Could someone suggest how I could read the contents of an archive tape > which is written to dasd instead of tape? > > Thanks in advance for your support and help. > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, copying or use of this communication or the information in it is strictly prohibited. If you have received this communication in error, please notify the sender immediately and then destroy any copies of it. ________________________________ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
