Hi,
Can i Use LISTCAT Command to find the Primary and Secondary Space used for a dataset.
If yes , How can i do it ? Does the values stored in SYSPRIMARY and SYSSECONDS as it stores in LISTDSI .
If No, then please tell me how can i Find out the Primary and Secondary Space allocated to a VSAM Dataset.
Yes, therfore you could use IDCAMS/LISTCAT in JCL.
Also you can Type an I before the dsn in TSO3.4. A special panel will be provided to do a bacht submit.
Anyway, in the output you could find what you want.
SPCAE-PRI and SPCE-SEC denotes primary and secondary space. But how can i extract their values with out doing any String calculation.
As if we use LISTDSI the system will assign values in SYSPRIMARY and SYSSECONDS variables.Similiarly do we hav any Sytem varible which denotes the Primary and second space.