how many buffers are allocated to vsam ksds and esds?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of linear dataset in vsam?
what do you mean by the cobol record key clause in vsam?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
why do we use vsam file thn seqential files ?
Syntax of AMS modal commands ?
what do you mean by a vsam slot?
On which datasets You can have ALT INDEX?
Using Alternate Indexes in Batch pgms: ?
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 syntax of ams modal commands?
Is CA(Control Area) is part of CI(Control Interval)
Can AMS commands be run from the TSO prompt ?