- 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 - What is the length of transaction identifier in CICS?
Answer : A
Explanation
Transaction identifier which is 1 to 4 character long is used to do the identify the transaction which user want to do.
Q 3 - Which table contains File names, File type, record length?
Answer : D
Explanation
FCT is known as File Control Table. FCT contains File names, File type, record length, etc. All the files used in a CICS program must be declared in FCT and they are opened and closed by CICS itself.
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 waits for the user's response?
Answer : B
Explanation
In Conversion Programs, the system sends a message to the screen and waits for the user's response. The time taken by user to respond is known as Think Time. This time is considerably high, so this is a major drawback of conversion programs. The user provides the necessary input and presses a AID key
Q 6 - How to handle a abend in CICS without terminating the program?
Answer : B
Explanation
If a program abends due to some reasons like input-output error, etc, then it can be handled using Handle Abend CICS command.
Answer : B
Explanation
File is not open and you are using it then you will get AEIS error cpde.
Q 8 - It is possible to have 2 or more CICS regions at the same time as CICS runs as a batch job in the operating system at the back-end. 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 error code you will get if program goes in infinite loop?
Answer : A
Explanation
If Program goes in infinite loop, then you will get AICA error code.