mainframe Online Quiz - 55
Description: mainframe Online Quiz - 55 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
How can a job send a status message to a TSO user at the completion of a job ?
How can a job send a status message to a TSO user at the completion of a job ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the utility to run a COBOL-IMS pgm or COBOL-IMS-DB2 pgm?
What is the DLI function code to restart a program ?
What is the PROCOPT option to use, if you doesn't want IMS to lock the segment?
What is the last statement in a COBOL-IMS pgm?
What are the status codes returned: a) If the IMS database is offline b) Program Attempt to insert a segment with a duplicate key
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?
01 WS-CHECK PIC X 88 TCS VALUE Y . . . MOVE 'T' TO WS-CHECK IF TCS DISPLAY 'T' ELSE DISPLAY 'X' END-IF What will be the output?
01 WS-ABCD PIC X(8) VALUE SPACES . . . INSPECT WS-ABCD TALLYING WS-COUNT FOR ALL SPACES DISPLAY WS-COUNT What will be the output?
CALL 'PGMA' USING WS-XYX. Is this a static call or dynamic call?
Maximum number of Job Steps (EXEC) allowed in a Job
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?
What is the maximum number of statements allowed in one PROC?
What is the maximum number of lines allowed in one JCL statement?