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.

Questions and Answers

Answer : A

Explanation

BMS stands for Basic Mapping Support which handles the burden of dealing with terminal hardware issues.

Answer : A

Explanation

CICS provides Multi Region Operation (MRO) through which more than one CICS region in the same system can communicate.

Q 3 - Which command is used to manage transactions, tasks, files, programs?

A - CESN

B - CEDA

C - CEMT

D - CECI

Answer : C

Explanation

CEMT is known as CICS Execute Master Terminal. CEMT is used to inquire and update the status of CICS environments and also for other system operations.

Q 4 - Which macro is used to generate map definition?

A - DFHMSD

B - DFHMDI

C - DFHMDF

D - None of these

Answer : B

Explanation

DFHMDI macro generates map definition. It shows that we are starting a new map.

Answer : A

Explanation

Execute Interface Block is a control block which is loaded automatically by CICS for every program.

Q 6 - Which command is used to terminate the task intentionally?

A - Handle Condition

B - Handle Abend

C - Abend

D - Ignore Condition

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 - What error code you will get for File is not open?

A - AEI0

B - AEIS

C - AEI9

D - APCT

Answer : B

Explanation

File is not open and you are using it then you will get AEIS error cpde.

Q 8 - The function of Linkage Editor is to link different object modules to create a single load module. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 9 - The XCTL command transfer control to an application program at the same logical level and do not expect to control back, while the LINK command passes control to an application program at the next logical level and expects control back. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Answer : A

Explanation

We must code EXEC CICS ASSIGN with the OPERID option.

cics_questions_answers.htm
Advertisements