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 / guest
The maximum condition code generated is returned as the
condition code of the IDCAMS step.
| Is This Answer Correct ? | 2 Yes | 1 No |
what do you mean by idcams? Explain its purpose?
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
Do primary key values have to be unique? Do alternate key values have to be unique?
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?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
What is the meaning of VSAM RETURN-CODE 28?
If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?
What is the maximum no. of records that can be allowed in VSAM ?
what do you mean by the cobol record key clause in vsam?
What is the COBOL RECORD KEY clause?
Explain the catalog?
what do you mean by the repro command?