Author: Virendra Shambharkar
Subject: HLIST Utility In Batch
Posted: Fri Apr 07, 2017 3:38 pm (GMT 5.5)
Hi,
I am trying to run HLIST utility in batch mode to identify how many files under an HLQ are on migrate volume1 and on migrate volume 2 , there last reference date and space occupied by these . If I give HLQ.* in the DS name as below it error for Invalid data set name . I remember running like this in the past like giving HLQ.A* , HLQ.B* etc.
Am I missing something now.
/
_________________
Virendra Shambharkar
Subject: HLIST Utility In Batch
Posted: Fri Apr 07, 2017 3:38 pm (GMT 5.5)
Hi,
I am trying to run HLIST utility in batch mode to identify how many files under an HLQ are on migrate volume1 and on migrate volume 2 , there last reference date and space occupied by these . If I give HLQ.* in the DS name as below it error for Invalid data set name . I remember running like this in the past like giving HLQ.A* , HLQ.B* etc.
Am I missing something now.
/
Code: |
/HLIST EXEC PGM=IKJEFT01,DYNAMNBR=30 //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * HLIST DS('HLQ.*') BCDS ODS('output.dataset') |
_________________
Virendra Shambharkar