- CICS Tutorial
- 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 Useful Resources
- CICS - Quick Guide
- CICS - Useful Resources
- CICS - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 - What does BMS stands for?
Answer : A
Explanation
BMS stands for Basic Mapping Support which handles the burden of dealing with terminal hardware issues.
Q 2 - Which CICS program is used to locate and load programs for execution?
Answer : C
Explanation
PCP is known as Program Control Program. PCP is used to locate and load programs for execution. PCP transfers the control between programs and in the end it returns control to CICS.
Q 3 - Which command is used for debugging the program step by step, which helps in finding the errors?
Answer : A
Explanation
CEDF is known as CICS Execute Debug Facility. Type CEDF and press enter in CICS region. The terminal is in EDF mode message will be displayed. Now type the transaction id and press the enter key. After initiation, with each enter key, a line is executed. Before executing any CICS command, it shows the screen in which we can modify the values before proceeding further.
Answer : D
Explanation
CECI is known as CICS Execute Command Interpreter. Type the CECI option on the empty CICS screen after having logged in. It gives you the list of options available.
Q 5 - What type of programs have no human intervention and all the necessary inputs are provided when the program is started?
Answer : A
Explanation
While executing Non conversion programs no human intervention is required. All the necessary inputs are provided when the program is started. They are similar to batch programs that runs in the batch mode. So in CICS they are rarely developed.
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.
Answer : A
Explanation
When Program ID gives error you will get AEI0 error code.
Q 8 - The function of translator is to checks for syntax errors in CICS commands. It translates them into equivalent COBOL statements. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 9 - Any transaction in the CICS region can access Common Work Area and hence the format and use of it must be agreed upon by all transactions in the system that decides to use it. There is only one CWA in the entire CICS region. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Answer : B
Explanation
Size of EIBRCODE is 6. It's PIC clause is X(6) & it contains Return code of the last transaction