How to open VSAM file from 3.4?
i have millions of records and i dont want to use the print
ch ids(/) command bcz it takes to much time.
so if you have any another command to open this plz tell me.

Answers were Sorted based on User's Feedback



How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids..

Answer / sudhakara rao

we cannot open a VSAM file using 3.4 option ,we can open the file in file aid or copy a file to seuential dataset using REPRO command and then open a sequential dataset in 3.4 option

Is This Answer Correct ?    14 Yes 3 No

How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids..

Answer / padma

Type 'f1' to the left of the dataset yo open the beam file in view or browse mode. You can type 'f2' to open the dataset in edit mode.

Is This Answer Correct ?    3 Yes 18 No

Post New Answer

More VSAM Interview Questions

How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?

1 Answers  


can alternate index use in ESDS since it does not contain primary index? if yes can you explain?

3 Answers   Temenos,


What is a vsam dataset?

1 Answers  


Is it slower if you access a record through alt index as compared to primary index?

1 Answers  


how do you create an alternate index ?

1 Answers   IBM,


Tell about the ams used in vsam?

1 Answers  


Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?

1 Answers   IBM,


What does a file status of 02 on a VSAM indicate?

1 Answers   IBM,


What makes vrrds different from vsam?

1 Answers  


What is a ci split?

1 Answers  


what how do you initialize a vsam file before any operation? A vsam with alternate index?

1 Answers   IBM,


if not using the 'commit' when closing VSAM file,what will happend

5 Answers   CSC,


Categories