mainframe Online Quiz - 55
Description: mainframe Online Quiz - 55 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Attempted
0/20
Correct 0
Score 0
‹
›
How can a job send a status message to a TSO user at the completion of a job ?
What is the last statement in a COBOL-IMS pgm?
What is the function code for condition checkpoint call?
WS-XYZ PIC S9(5) USAGE COMP-3. How many bytes will this occupy?
WS-COUNT PIC 9 VALUE 1... PERFORM UNTIL WS-COUNT >= 2 DISPLAY WS-COUNT ADD +1 TO WS-COUNTEND-PERFORMWhat will be the output?
CALL 'PGMA' USING WS-XYX. Is this a static call or dynamic call?
Maximum numb of DD statements allowed in a JOB
Maximum number of characters that can be passed to a COBOL program throug PARM?
What is the maximum number of in-stream PROCs allowed in a JCL?