can i see how many records does a vsam file have without
browsing or without using file-aid? and same for ps file?
Answers were Sorted based on User's Feedback
Answer / rajkanya
Use the LC (ListCat) command in TSO besides the required
dataset. The information listed with this includes number of
records.
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / raghu
print char(/) ids
by using abas above command infornt of a vasm dataset,
we can find how many rec are there in a that file.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the concept of IMPORT in vsam??
what is meant by s0c-07 system abend codes?
Tell me how many alternate indexes you can have on a dataset?
can we create PS file using IDCAMS utility?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Would you specify FREESPACE for an ESDS?
What's a LDS (Linear Data Set) and what's it used for?
what is the use of reuse in vsam?
If you wish to use the REWRITE command haw must the VSAM file be opened?
Why is it required to have a keyed directed retrieval?
What is the upgrade set?