|
|
| Author |
Message |
ursvmg
New User
Joined: 24 May 2007 Posts: 40 Location: Mumbai
|
|
|
|
Hi,
I need to find the properties of some 100 datasets.
I need to find the below for every dataset.
1. LRECL
2. BLKSIZE
3. SPACE
I tried using "LISTCAT ENTRIES(XX.YY.ZZ) ALL" in my IDCAMS SYSIN. But It is not giving the reqd information.
Thank you, |
|
| Back to top |
|
 |
References
|
Posted: Tue Mar 25, 2008 8:53 pm Post subject: Re: Need to get the details of all the datasets |
 |
|
|
 |
Moved: Tue Mar 25, 2008 8:58 pm by superk From JCL to SMS & VSAM |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3014 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
Srinivasa Rao
New User
Joined: 21 Jun 2005 Posts: 48
|
|
|
|
It can be done using LISTDS which lists all the dataset parameters.
Try using LISTDS command |
|
| Back to top |
|
 |
|
|