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



can i see how many records does a vsam file have without browsing or without using file-aid? and s..

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

can i see how many records does a vsam file have without browsing or without using file-aid? and s..

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

can i see how many records does a vsam file have without browsing or without using file-aid? and s..

Answer / pratap

using repro we can see vsam records

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More VSAM Interview Questions

What are the steps involved in access method services?

0 Answers  


By seeing a program how we findout it is a VSAM program?

6 Answers   TCS,


Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?

1 Answers  


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

0 Answers   IBM,


there are seven idcams commands in vsam. Can you name and explain each of them?

0 Answers   IBM,






What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


What are the different types of VSAM files available?

3 Answers   CSC,


what is buffering and how does it apply to vsam files ?

0 Answers   IBM,


What more info you should give in the DD statement while defining the next generation of a GDG?

1 Answers   IBM,


In vsam why we use export-import utility?

3 Answers  


explain in brief how are different versions of gdg named?

0 Answers   IBM,


what is the use of reuse in vsam?

3 Answers  


Categories