mainframe Online Quiz - 66
Description: mainframe Online Quiz - 66 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Suppose pgm A passes 30 bytes to pgm B thru commarea and pgm B has defined its DFHCOMMAREA to be 50 bytes. Is there a problem? a. No, the program runs fine b. Yes, if B tries to access bytes 30-50 c. Yes, if B tries to access bytes 31-50 d. None of the above
When you do a START, what will the value of EIBCALEN? a. One b. Zero c. Length of DFHCOMMAREA d. None
What are the characteristics of Pseudo conversational Program? a. Program ends after it sends data to a terminal b. Program (transaction) remains idle when waiting for user response. c. Program is in storage only when processing data, otherwise storage is released for other transactions/tasks. d. All the Above
When does an ABMO ABEND occur? a. Cursor positioning beyond the limit of O/P device b. Specified map is not in the mapset c. Task exceeded the execution time (task was looping) d. Program could not be found
The CICS Service Transaction CEBR is used for a. Command level interpreter b. Testing and Debugging Utility c. The Master Terminal Transaction d. Browse contents of temporary storage queue
Cobol Statements that cannot be issued in CICS Application Program are a. ACCEPT b. DISPLAY c. DATE d. All the Above
What is the difference between the XCTL and LINK commands? a. LINK returns to the transaction which is called b. XCTL always returns to CICS region c. Both A and B d. Both commands are the same
Which is not a valid CICS command? a. SEND PAGE b. SEND TEXT c. SEND MAPSET d. SEND CONTROL
What command we used for Dynamic storage allocation in cics? a. GETMAIN b. SETMAIN c. FREEMAIN d. ALLOCATE
A HANDLE CONDITION remains active until the end of the program or until another HANDLE CONDITION command ? a. True b. False
What is the starting time for Q1 batch imputation?