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?
In a Proc, if a particular Step is set to execute only on below COND parameter. (4,LT,STEP330),(4,LT,STEP340) What does it mean?
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.
What is the difference between COMP and COMP-3?
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.
What is the syntax to Restart from a particular step in a Proc, but subsequent steps not to be executed. No NULL should be placed in Proc.
Which of the following is true about a VSAM file?
Suppose if the Variables A and B are declared as S9(7) and 9(7). Which of the below statement(s) violate COBOL rules.
Suppose if a Dataset is created with RECFM=FBA, and then if the same is browsed, what is the Total length observed.
A KSDS VSAM has both data and index components. Is this statement
Can a file declared in Cobol program be ran in Jcl without having it.
How do you check syntax of JCL without running it?
Can a field X(10) be redefined with S9(12).