How did you refresh a VSAM file and how frequently you do
it ?
Answer Posted / joseph
thru VERIFY command
in TSO
Verify vsam file name
thanks
joseph
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how can you load a vsam data set with records ?
What is control interval?
What is a lds (linear data set)?
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
State the differences between vsam and non-vsam files?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
How do you define an altindx?
Using alternate indexes in batch program?
Explain the function of the relative record data set?
Describe the uses of ams?
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?
Explain the significance of the shareoptions parameter?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what do you mean by recovery and speed parameters in define cluster command?
What is a lds (linear data set) and what is it used for?