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 ?
Answer Posted / guest
The maximum condition code generated is returned as the
condition code of the IDCAMS step.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the main function of key-sequenced data set?
What are the common vsam error conditions and codes?
What is speed parameters in define cluster command?
name the utility program closely associated with vsam?
what do you mean by a shareoptions parameter (shr) in define cluster command?
what is a base cluster in vsam?
what do you mean by the cobol record key clause in vsam?
what do you mean by gdg in vsam?
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 the information contained in ci
is it necessary that all versions of the gdg have to be of the same record length?
What is control area?
Explain the difference between lds and esds?
how can you load a vsam data set with records ?
What is a ci split? What is a ca split?