How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum no. of records that can be allowed in VSAM ?
What are the access method services used in vsam?
What is a sequence set?
There are at least seven IDCAMS commands; name and explain each of them ?.
when u r using repro command what happens if both infile and outfile names same
Do primary key values have to be unique? Do alternate key values have to be unique?
How do you fix the problem associated with VSAM out of space condition?
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 meant by dirty read in vsam?
What is VERIFY command ? when do you use this command?? What actually it does ??
What is the VSAM-code field?
what do you mean by gdg in vsam?