What is the utility program closely associated with VSAM?
Answer Posted / guest
IDCAMS, the access method services utility.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the different parameters that are used in vsam?
what do you mean by recovery and speed parameters in define cluster command?
name a few common vsam status codes?
How to get the last record in vsam file in cluster?
what is the syntax of ams modal commands?
if you wish to use the rewrite command how must the vsam file be opened?
What are the different commands used in idcams for 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 the probability of a complete system distortion under high end low performing multiprocessor job?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
Explain the purpose of the file status clause in the select statement?
What is control area?
How do you calculate record size of an alternate cluster?
Explain the difference between lds and esds?
there are seven idcams commands in vsam. Can you name and explain each of them?