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 provide features such as command level translation, CEDF (the debug facility) and CECI (the command interpreter facility)?

A - System Services

B - Data Communication Services

C - Data Handling Services

D - Application Programming Services

Answer : D

Explanation

Application Programming Services interfaces with application programs. The application programming services of CICS provide features such as command level translation, CEDF (the debug facility) and CECI (the command interpreter facility).

Q 2 - Which keys are known as Program Access keys and does not allow transfer of data between terminal and CICS?

A - PF Keys

B - PA Keys

C - Non-AID Keys

D - None of these

Answer : B

Explanation

PA keys are known as Program Access keys. PA keys does not allow transfer of data between terminal and CICS. PA Keys are PA1 to PA3 and CLEAR.

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 - What is value of ATTRB parameter used in DFHMDF macro for a stopper field?

A - ATTRB = (ASKIP)

B - ATTRB = (PROT)

C - ATTRB = (UNPROT)

D - None of these

Answer : B

Explanation

If we place a stopper field after the named unprotected field then while entering the value, once the specified length is reached the cursor will stop its positioning.

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 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 - CICS nucleus is constructed by the control programs and corresponding control tables provides unique advantages. It makes CICS system highly flexible and thus easy to maintain. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 9 - The send map command writes formatted output to terminal. It is used to send the map to the terminal from the application program. 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