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
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?
how can you load a vsam data set with records ?
how can you copy to a vsam cluster?
What is a vsam dataset?
what do you mean by a vsam split?
what will happen if there is no secondary allocation made for datasets?
to use the rewrite command, how should the vsam file be opened?
Tell me how many alternate indexes you can have on a dataset?
What is the main purpose of having user catalog in vsam?
Discuss record management in vsam?
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?
Why is master catalog used in vsam?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is the use of access method services in vsam?