mainframe Online Quiz - 13
Description: mainframe Online Quiz - 13 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
In what mode the file should be OPENed to Rewrite/ Delete records in a File?
RESULT = 0 PERFORM VARYING C FROM 1 BY 1 UNTIL C = 6 COMPUTE RESULT = RESULT + 1 END-PERFORM What is the content of RESULT, after completion of above statements?
In a COBOL program, the following statements are coded: CALL 'PROGRAMB' USING A, B, C END-CALL. What is the significance of the END-CALL in the above CALL Statement?
A COBOL Program (Program A) calls Program B. What will happen, If STOP RUN is issued at the end of Program B?
What abend will be hit when a COBOL program is trying to move Alphabetic Data into Numeric fields?
Can we execute a COBOL program both from an Online Program (CICS) and Batch Program (JOB)?
How many Bytes will be assigned for a field which is defined with S9(6) COMP usage?
How many bytes will be assigned to a field which is defined with USAGE POINTER?
we can display the index variable like normal cobol variable
we will do the operations on the index variable using:
INITIALIZE statement cannot load a variable-length table (one that was defined using OCCURS DEPENDING ON)
STOP RUN statement closes all files defined in any of the programs
If STOP RUN is not coded in the program,
Which of the following is not a modal command?
Condiser the following statements REPRO can be used for X) Copy one flat to other flat file Y) Copy one PDS(all the members) to other PDS Z) Copy only one member from one PDS to other PDS
Which VSAM clusters support only fixed length records?
What is the DD statement for a output file?
What is S322 abend