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 a sequence set?
how to view clusters that has more than 10000 records
How is record management performed in vsam?
What is the use of VSAM files? How to read this ?
what is buffering and how does it apply to vsam files ?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
How can you create a VSAM dataset? Can you write a JCL for it?
How do you fix the problem associated with VSAM out of space condition?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
What is the difference between sequential files and ESDS files?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
explain in brief why do vsam take more disk space than other utilities?