How do you initialize a VSAM file before any operation? a
VSAM with alternate index?

Answer Posted / rogerio coelho

The solution is in that URL
http://system-support.com/vsaminit.asm

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access method services used in vsam?

804


What are the different parameters that are used in vsam?

946


Explain the biggest disadvantage of using a vsam dataset?

802


What is speed parameters in define cluster command?

751


What is the purpose of relative record data set used in vsam?

889


What are the common vsam error conditions and codes?

849


What are the steps involved in access method services?

739


Define dynamic processing?

773


what do you mean by a upgrade set in vsam?

837


what do you mean by a vsam split?

850


explain how many ways you can load data in a vsam cluster?

806


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

2313


explain how do you define a gdg in vsam?

792


What is a ci split? What is a ca split?

925


Define free space?

793