mainframe Online Quiz - 72
Description: mainframe Online Quiz - 72 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
COMPUTE A=B is a valid statement
Maximum number of INSTREAM procedures
5 generations of a GDG already exist. Refer 1st generation in the JCL
vsam means virtual storage acess method
Which of the following COBOL EVALUATE statements in syntactically NOT correct?
Take a look at the following COBOL instruction. When will instruction-3 be executed? IF A=B THEN instruction-1 ELSE instruction-2. instruction-3.
Which of the following statements concerning files are true?
What is the content of RESULT after execution of the following COBOL instruction. The start value of RESULT is 0. PERFORM VARYING C FROM 1 BY 1 UNTIL C = 6 COMPUTE RESULT = RESULT + 1 END-PERFORM
Can a SEARCH be applied to a table which does not have an INDEX defined?
What is the maximum length of a field you can define using COMP-3?