mainframe Online Quiz - 22
Description: mainframe Online Quiz - 22 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which of the following is correct
Which of the following is true about Level numbers?
What is the parameter of REGION to be given to pick maximum space declared
What is the DISP parameter given to append records with existing?
Which of the below lines of PARA-A has COBOL rules missed. PARA-A. IF A=B (Line No.1) NEXT SENTENCE (Line No.2) ELSE (Line No.3) IF C=D (Line No.4) Move 20 to C (Line No.5) Move A B to C (Line No.6) Move B to C D (Line No.7) End-If (Line No.8) Move A to B (Line No.9) Move C to D (Line No.10) PARA-EXIT. EXIT.
Which of the below JCL statement(s) not allowed in Proc.
In the IEBGENER utility, what is the maximum number of datasets can be used in SYSUT1.
Suppose if the Variables A and B are declared as S9(7) and 9(7). Which of the below statement(s) violate COBOL rules.
A KSDS VSAM has both data and index components. Is this statement
VERIFY can be used for Empty datasets. Is this statement
Can a field X(10) be redefined with S9(12).