- 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 component in CICS monitors various events within CICS address space?
Answer : D
Explanation
Monitoring Services monitors various events within CICS address space. It provides series of statistical information that can be used for system tuning.
Q 2 - Which CICS program is used to receive messages from terminal?
Answer : A
Explanation
TCP is known as Terminal Control Program. TCP is used to receive messages from terminal. TCP maintains hardware communication requirements.
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 - Which command is used to find the explanation and reasons for CICS Abend Codes?
Answer : B
Explanation
CMAC is known as CICS Messages for Abend Codes.
Q 5 - What is value of ATTRB parameter used in DFHMDF macro for a stopper field?
Answer : B
Explanation
If we place a stopper field after the named unprotected field then while entering the value, once the specified length is reached the cursor will stop its positioning.
Q 6 - Which command is used to terminate the task intentionally?
Answer : C
Explanation
Abend command is use to terminate the task intentionally. Using Abend command we can set a user defined abend code.
Q 7 - Which CICS service transaction is used to gain accessibility to CICS control tables?
Answer : B
Explanation
CEDA transaction is used to gain accessibility to control tables.
Q 8 - CICS nucleus is constructed by the control programs and corresponding control tables provides unique advantages. It makes CICS system highly flexible and thus easy to maintain. State whether true or false?
Answer : B
Explanation
This is self explanatory.
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.
Q 10 - What are the parameters we specify in the SEND command to send only the unnamed fields on to the screen?
Answer : A
Explanation
MAPONLY is used to send only the unnamed fields.