in what type of vsam datasets can an alternate index be
defined??
Answer Posted / sudharshan.d
In ksds and esds. In esds
(aix) batch cobol cannot be
used but cics cobol can. In
ksds(aix) both batch and
cics.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can you specify some the distinctive features of a ksds, key sequenced dataset?
What is a ca split?
if you wish to use the rewrite command how must the vsam file be opened?
Explain the index set?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Define a path?
what is meant by dirty read in vsam?
what are the idcams commands that can be used for vsam and explain each of them.
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
how do you define an altindx ? How do you use altindxs in batch, cics programs?
how can you copy to a vsam cluster?
Would you specify freespace ce for an esds?
How do you define an altindx?
What are the different parameters that are used in vsam?
what is the purpose of the verify function of idcams?