How to declare the EMP Name, EMP No., DOB in VSAM KSDS
file? Please explain.....
Answer Posted / shiva
Gomathi you are 100% correct..
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the process in which flat files are converted into vsam files?
how many buffers are allocated to vsam ksds and esds?
is it necessary that all versions of the gdg have to be of the same record length?
What are the different dataset organizations used in vsam?
explain the information contained in ci
How does control intervals and control areas related to each other?
what are the codes returned by the ams (access method services) command during the execution in vsam?
in a cobol select statement, can you tell what is the organization for a ksds?
explain how can you initialize a vsam file before any operation?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
explain in brief how are different versions of gdg named?
What is the purpose of relative record data set 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
Explain the function of entry-sequenced data set?
what is the syntax of ams modal commands?