Answer Posted / raghu
255 aix's
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different dataset organizations used in vsam?
what is meant by s0c-07 system abend codes?
explain in brief what are the 3 types of vsam files?
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?
how can you load a vsam data set with records ?
what do you mean by a vsam slot?
what is the meaning of each of the values in shareopts(2 3)?
What is a lds (linear data set) and what is it used for?
What are the building blocks used in vsam datasets?
What are the steps involved in access method services?
what do you mean by a shareoptions parameter (shr) in define cluster command?
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 in brief why do vsam take more disk space than other utilities?
Why is it required to have a keyed directed retrieval?
what do you mean by define model parameter?