What is a path?
Answer / guest
A path is a file that allows you to access a file by
alternate index - the path provides an association between
the AIX and the base cluster.
| Is This Answer Correct ? | 1 Yes | 0 No |
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is a lds (linear data set) and what is it used for?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
How to delete a member using JCL.?
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 necessary that all versions of the gdg have to be of the same record length?
what is meant by dirty read in vsam?
Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
How vsam datasets are cataloged?
Is CA(Control Area) is part of CI(Control Interval)
What is the maximum record length for the VSAM dataset?
how many buffers are allocated to vsam ksds and esds?