What makes vrrds different from vsam?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of the DEFINE MODEL parameter?
On which dataset you can have alt index?
Using alternate indexes in batch program?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What are the different parameters that are used in vsam?
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
What is a VSAM split?
in what type of vsam datasets can an alternate index be defined??
Would you specify FREESPACE for an ESDS?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
How are records stored in an ESDS, entry sequenced dataset?
explain the differences between vsam and non-vsam files