mainframe Online Quiz - 115
Description: mainframe Online Quiz - 115 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Attempted
0/20
Correct 0
Score 0
‹
›
What do you do if you do not want characters entered by the user to be folded to uppercase?
How do you read from a TSQ?
Which control statements be used to reformat the file using DFSORT ?
State TRUE or FALSE. "File Status 42 corresponds to a CLOSE operation has been tried on file already closed."
Which of the following are Data Manipulation Statements in COBOL?
What will be the value of B after executing the below code snippet? 77 A PIC 9(4)V999 VALUE 9902.852. 77 B PIC 9(4)V9(2) VALUE 99.85. PROCEDURE DIVISION. MULTIPLY A BY 30.5 GIVING B ROUNDED STOP RUN.
What is the function of a precompiler ?
What is SPUFI ?