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

Q 1 - Which component in CICS maintains control functions to manage the allocation or de-allocation of resources with in the system ?

A - System Services

B - Data Communication Services

C - Data Handling Services

D - Application Programming Services

Answer : A

Explanation

System services are responsible for managing allocation and de-allocation of resources.

Q 2 - Alphabets, numeric, punctuation comes under which type of category?

A - PF Keys

B - PA Keys

C - Non-AID Keys

D - None of these

Answer : C

Explanation

All other keys for alphabets, numeric, punctuation etc. are Non-Aid keys. When the user types text, numbers etc. using non-aid keys CICS will not even know if the user is typing anything or not.

Q 3 - Which command is used for debugging the program step by step, which helps in finding the errors?

A - CEDF

B - CMAC

C - CESF

D - CEBR

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.

Q 4 - Which command is used to Sign Off from CICS region?

A - CEDF

B - CMAC

C - CESF

D - CEBR

Answer : C

Explanation

CESF is known as CICS Execute Sign Off.

Q 5 - Which field in EIB stores the value of length of DFHCOMMAREA?

A - EIBTRMID

B - EIBTRNID

C - EIBRCODE

D - EIBCALEN

Answer : D

Explanation

EIBCALEN contains length of DFHCOMMAREA.

Answer : C

Explanation

We can override it by both the methods mentioned in A & B option.

Q 7 - What error code you will get for Map Fail condition?

A - AEI0

B - AEIS

C - AEI9

D - APCT

Answer : C

Explanation

For Map Fail condition you will get AEI9 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?

A - False

B - True

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?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 10 - What is the size of EIBRCODE?

A - 8

B - 6

C - 7

D - 10

Answer : B

Explanation

Size of EIBRCODE is 6. It's PIC clause is X(6) & it contains Return code of the last transaction

cics_questions_answers.htm
Advertisements