What is the maximum record length for the VSAM dataset?
Answer Posted / durga
can u explain clearly how repor command is used
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is a base cluste?
in a cobol select statement, can you tell what is the organization for a ksds?
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
Is it slower if you access a record through alt index as compared to primary index?
What is the place for VSAM KSDS?
On which dataset you can have alt index?
State the differences between vsam and non-vsam files?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is the main function of key-sequenced data set?
there are seven idcams commands in vsam. Can you name and explain each of them?
Describe the uses of ams?
Explain the biggest disadvantage of using a vsam dataset?
Why is it required to have a keyed directed retrieval?
What is the main function of key sequenced data set in vsam?
What is the biggest disadvantage of using a vsam dataset?