explain in brief how are different versions of gdg named?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VSAM Interview Questions

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

1 Answers  


If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?

3 Answers  


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

0 Answers  


1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?

3 Answers  


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

5 Answers   CSC,






Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?

2 Answers   IBM,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


What is the use of VSAM files? How to read this ?

3 Answers   CTS,


What are the different dataset organizations used in vsam?

0 Answers  


What is the difference between lds and esds?

0 Answers  


What is control area?

0 Answers  


what are s0c1, s0c4, s0c5, s0c7 abends?

0 Answers   IBM,


Categories