- CICS - Home
- CICS - Overview
- CICS - Environment
- CICS - Basic Terms
- CICS - Nucleus
- CICS - Transactions
- CICS - COBOL Basics
- CICS - BMS
- CICS - MAP
- CICS - Interface Block
- CICS - Pseudo Programming
- CICS - Aid Keys
- CICS - File Handling
- CICS - Error Handling
- CICS - Control Operations
- CICS - Temporary Storage
- CICS - Intercommunication
- CICS - Status Codes
- CICS - Interview Questions
CICS Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to CICS Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - Which one of these is not an online system?
Answer : D
Explanation
Payroll system are example of batch programs. They are executed every month in batches.
Q 2 - Which CICS program is used to simultaneously control the execution of tasks and its related properties?
Answer : B
Explanation
KCP is known as Task Control Program. KCP is used to simultaneously control the execution of tasks and its related properties. KCP handles all issues related to multi-tasking.
Q 3 - In which table entry is made when we login to CICS terminal?
Answer : A
Explanation
TCT is known as Terminal Control Table. When we login to CICS terminal an entry is made in the TCT table. TCT contains the terminal ID's that are connected to current CICS region.
Q 4 - What is the value of MODE parameter you will use for input & output map in DFHMSD macro?
Answer : C
Explanation
This is self explanatory.
Q 5 - What type of program system sends a message to the screen and terminates the transaction, specifying the transaction to be started when the user input is received?
Answer : C
Explanation
In Pseudo-conversion Programs system sends a message to the screen and terminates the transaction, specifying the transaction to be started when the user input is received.
Q 6 - Which command is used when we want no action should be taken if a particular abend or error occurs?
Answer : D
Explanation
Ignore condition is used when we want no action should be taken if a particular abend or error happens which is mentioned inside the Ignore Condition.
Q 7 - From where a CICS-DB2 program gets the reference for plan?
Answer : B
Explanation
From RCT a CICS-DB2 program gets the reference for plan.
Q 8 - Symbolic Map is a load module in the load library which contains information about how the map should be displayed. State whether true or false?
Answer : A
Explanation
This statement is incorrect as physical Map is a load module in the load library which contains information about how the map should be displayed.
Q 9 - BMS is Basic Map Support. It allows you to code assembler level programs to define screens. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Answer : C
Explanation
Size of EIBTRMIDis 4. It's PIC clause is X(4) & it is Terminal Identifier.