- 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 - In which system user interaction is not possible?
Answer : B
Explanation
In batch system, user interaction is not possible. All the inputs are given before starting the batch execution.
Answer : C
Explanation
CICS provides Inter System Communication (ISC) through which a CICS region in a system can communicate with CICS region on another system.
Q 3 - Which command is used by CICS System Administrators to define CICS table entries and other administration activities?
Answer : B
Explanation
CEDA is known as CICS Execute Definition and Administration.
Answer : C
Explanation
CESF is known as CICS Execute Sign Off.
Q 5 - Which field in EIB stores the Return code of the last transaction?
Answer : C
Explanation
EIBRCODE stores the Return code of the last transaction.
Q 6 - Which CICS copybook we must include to override the attributes of a field?
Answer : A
Explanation
To override the attributes of a field, we must include DFHATTR in the application program. It is provided by CICS.
Answer : C
Explanation
For Map Fail condition you will get AEI9 error code.
Q 8 - The difference between a transaction and a task is that several users can invoke a task but each user initiates his own transaction. State whether true or false?
Answer : A
Explanation
This statement is incorrect. The difference between a transaction and a task is that several users can invoke a transaction but each user initiates his own task.
Q 9 - The ASKTIME command is used to request the current date and time. Whereas, the EIBTIME field have the value at the task initiation time. State whether true or false?
Answer : B
Explanation
This statement is correct.
Q 10 - Which of the CICS command is not associated with temporary storage queue processing?
Answer : D
Explanation
WRITEQ TD is associated with transient data queue processing not with temporary storage queue processing.