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 : D

Explanation

Payroll system are example of batch programs. They are executed every month in batches.

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 table contains File names, File type, record length?

A - Terminal Control Table

B - Program Control Table

C - Processing Program Table

D - File Control Table

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 - Which command is used to display contents of a temporary storage queue or TSQ?

A - CEDF

B - CMAC

C - CESF

D - CEBR

Answer : D

Explanation

CEBR is known as CICS Execute Temporary storage Browse. It is used while debugging to check if the items of the queue are being written and retrieved properly.

Q 5 - Which field in EIB stores the Return code of the last transaction?

A - EIBTRMID

B - EIBTRNID

C - EIBRCODE

D - EIBCALEN

Answer : C

Explanation

EIBRCODE stores the Return code of the last transaction.

Q 6 - Which command is used to pass the control from one program to another at same level and does not expect the control back?

A - XCTL

B - Link

C - Release

D - Return

Answer : A

Explanation

XCTL command is used to pass the control from one program to another at same level. It does not expect the control back. It is similar to GO TO statement.

Q 7 - What error code you will get for Program ID Error?

A - AEI0

B - AEIS

C - AEI9

D - APCT

Answer : A

Explanation

When Program ID gives error you will get AEI0 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?

A - False

B - True

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 - MRO is the mechanism by which different CICS address spaces with in the same CPU can communicate and share resources. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 10 - What are the parameters we specify in the SEND command to send only the unnamed fields on to the screen?

A - MAPONLY

B - MAPSETONLY

C - Both A & B

D - None of these

Answer : A

Explanation

MAPONLY is used to send only the unnamed fields.

cics_questions_answers.htm
Advertisements