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 interfaces with telecommunication access methods such as BTAM, VTAM and TCAM for handling data communication requests from application programs?

A - System Services

B - Data Communication Services

C - Data Handling Services

D - Application Programming Services

Answer : B

Explanation

Data Communication Services interfaces with telecommunication access methods such as BTAM, VTAM and TCAM for handling data communication requests from application programs.

Answer : A

Explanation

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

Q 3 - In which table entry is made when we login to CICS terminal?

A - Terminal Control Table

B - Program Control Table

C - Processing Program Table

D - File Control Table

Answer : A

Explanation

TCT is known as Terminal Control Table. When we login to CICS terminal an entry is made in the TCT table. TCT contains the terminal ID's that are connected to current CICS region.

Answer : B

Explanation

Map is a single screen format which can be designed using BMS macros. It can have name from 1 to 7 chars.

Q 5 - Which field in EIB stores the value of Terminal Identifier?

A - EIBTRMID

B - EIBTRNID

C - EIBRCODE

D - EIBCALEN

Answer : A

Explanation

EIBTRMID stores the value of Terminal Identifier.

Q 6 - Which command is used to transfer the control of program to a paragraph or a procedure label when the specified exception block arises?

A - Handle Condition

B - Handle Abend

C - Abend

D - Ignore Condition

Answer : A

Explanation

Handle condition is used to transfer the control of program to a paragraph or a procedure label. If the condition name specified in the exception block arises the particular para will be given control and then we can handle that condition.

Q 7 - CICS is an operating system in itself as it manages its own processor storage, has its own task manager which handles execution of multiple programs, provides its own file management functions. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 8 - CICS cannot manage requests from concurrent users in an application. State whether true or false?

A - False

B - True

Answer : A

Explanation

This statement is incorrect as CICS manage requests from concurrent users in an application.

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