How do you load a VSAM data set with records ?

Answer Posted / sanjudharan

using the REPRO command

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what does a file status of 02 on a vsam signifies?

642


what is the use of the file status clause in the select statement in vsam?

576


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

575


In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?

1002


what do you mean by a shareoptions parameter (shr) in define cluster command?

615






explain the differences between vsam and non-vsam files

653


what is the meaning of dynamic processing in vsam?

592


What is control interval?

623


What is the main purpose of having user catalog in vsam?

580


Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.

1887


What is the use of access method services in vsam?

601


why ci and ca splits are not possible in esds and rrds?

718


How to get the last record in vsam file in cluster?

591


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2087


Why is master catalog used in vsam?

582