CICS MCQ Questions And Answers - Mainframe Development
CICS MCQs : This section focuses on "basics" of CICS. These Multiple Choice Questions (MCQ) should be practiced to improve the CICS skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. CICS stands for?
A. Control Information Customer System
B. Customer Identifier Control System
C. Customer Information Control System
D. Customer ID Control System
View Answer
Ans : C
Explanation: CICS stands for Customer Information Control System and happens to be software that monitors telecommunications from IBM. The mainframe operating systems of IBM are time-sharing and batch.
2. Which of the following are the primary aspect of CICS?
A. CICS basically deals with the execution as well as development of online applications.
B. It establishes a communication channel through the terminal and facilitates the receiving as well as sending of data that is formatted.
C. The accessibility of database as well as the files that they contain
D. All of the above
View Answer
Ans : D
Explanation: CICS basically deals with the execution as well as development of online applications. It establishes a communication channel through the terminal and facilitates the receiving as well as sending of data that is formatted. One of the primary aspects of CICS is the accessibility of database as well as the files that they contain.
3. Which of the following has a complete list of transaction identifiers that are paired to respective corresponding programs?
A. FCT
B. PCT
C. TCT
D. RCT
View Answer
Ans : B
Explanation: PCT stands for Program Control Table and it has a complete list of transaction identifiers that are paired to respective corresponding programs.
4. A CICS task is a one-time execution of a certain CICS transaction.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, A CICS task is a one-time execution of a certain CICS transaction. This process starts when the key is entered into the transaction, and the enter key is pressed. The execution process continues till the program returns the control back to CICS.
5. ______________ is commonly termed as a communication area as it happens to be for temporary storage area.
A. TRANSID
B. CEMT
C. COMMAREA
D. RCT
View Answer
Ans : C
Explanation: COMMAREA is commonly termed as a communication area as it happens to be for temporary storage area. It is used as a passing medium for data amongst multiple programs that are loaded by a set of transactions or a particular transaction.
6. Which command is used to check the syntax?
A. CESN
B. CEDA
C. CEMT
D. CECI
View Answer
Ans : D
Explanation: CECI is known as CICS Execute Command Interpreter. Type the CECI option on the empty CICS screen after having logged in. It gives you the list of options available.
7. Which command is used to terminate the task intentionally?
A. Handle Condition
B. Handle Abend
C. Abend
D. Ignore Condition
View Answer
Ans : C
Explanation: Abend command is use to terminate the task intentionally. Using Abend command we can set a user defined abend code.
8. _________________ the data is sent without the layout. It is used in order to refresh the data that comes to the screen.
A. SEND MAP MAPONLY
B. SEND MAP DATAONLY
C. Both A and B
D. None of the above
View Answer
Ans : B
Explanation: SEND MAP DATAONLY: Through this, the data is sent without the layout. It is used in order to refresh the data that comes to the screen.
9. Which are the contents that are present inside a PPT?
A. Source
B. Length
C. Use Count
D. All of the above
View Answer
Ans : D
Explanation: Source, Length, Lang, Use Count, Rescount DFHRPL number are the contents that are present inside a PPT.
10. DCTs stands for Destination Control Tables that are aesthetically used in CICS to define TDQs.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, DCTs stands for Destination Control Tables that are aesthetically used in CICS to define TDQs.
Discussion