How do you load a VSAM data set with records ?

Answers were Sorted based on User's Feedback



How do you load a VSAM data set with records ?..

Answer / felix

two way are available to load vsam file

1. using REPRO command
2. Using COBOL program

Is This Answer Correct ?    10 Yes 0 No

How do you load a VSAM data set with records ?..

Answer / sanjudharan

using the REPRO command

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VSAM Interview Questions

By seeing the file itself how can we identify whether it is A vsam file or flat file

7 Answers   IBM,


What is the meaning of dynamic processing?

2 Answers  


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

6 Answers   TCS,


Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.

1 Answers  


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.

2 Answers   HSBC,


How is the sorting of vsam files carried?

0 Answers  


What are the information stored in ci?

0 Answers  


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


Is CA(Control Area) is part of CI(Control Interval)

3 Answers  


what is a Base Cluster?

3 Answers   HSBC, TCS,


differentiate between sequential files and esds files in vsam?

0 Answers   IBM,


What is the Difference between LDS & ESDS ?

3 Answers  


Categories