Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

TSO/ISPF :: RE: HLIST Utility In Batch

$
0
0
Author: vasanthz
Posted: Tue Apr 11, 2017 12:18 am (GMT 5.5)

Code:

BACKUP      FROM      BACKUP BACKUP    SYS   GEN
VOLUME     VOLUME   DATE      TIME        CAT    NMBR


You get this because this is from BCDS. Backup control dataset stores information about the HSM backups that have been performed on the dataset.

You need to list the migrated control dataset information - MCDS.
For all MCDS information. use
Code:
hlist level(HLQ) MCDS

For ML1 you can use
Code:
hlist level(HLQ) MCDS select(ml1)

for ML2
Code:
hlist level(HLQ) MCDS select(ml2)

_________________
Strike.. Scream.. Run - Creed Bratton


Viewing all articles
Browse latest Browse all 8500

Trending Articles