CICS Programming and Commands

Test your knowledge of CICS (Customer Information Control System) including commands, transactions, tables, ABEND codes, storage management, and program control concepts in mainframe environments.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Suppose pgm A passes 30 bytes to pgm B thru commarea and pgm B has defined its DFHCOMMAREA to be 50 bytes. Is there a problem? a. No, the program runs fine b. Yes, if B tries to access bytes 30-50 c. Yes, if B tries to access bytes 31-50 d. None of the above

  1. A
  2. B
  3. C
  4. D
Question 2 Multiple Choice (Single Answer)

When you do a START, what will the value of EIBCALEN? a. One b. Zero c. Length of DFHCOMMAREA d. None

  1. A
  2. B
  3. C
  4. D
Question 3 Multiple Choice (Single Answer)

When does an ASRA ABEND occur? a. Due to incompatible data types b. when PCT entry is not defined for the program c. undefined plan d. none of the above

  1. A
  2. B
  3. C
  4. D
Question 4 Multiple Choice (Single Answer)

What are the characteristics of Pseudo conversational Program? a. Program ends after it sends data to a terminal b. Program (transaction) remains idle when waiting for user response. c. Program is in storage only when processing data, otherwise storage is released for other transactions/tasks. d. All the Above

  1. A
  2. B
  3. C
  4. D
Question 5 Multiple Choice (Single Answer)

When does an ABMO ABEND occur? a. Cursor positioning beyond the limit of O/P device b. Specified map is not in the mapset c. Task exceeded the execution time (task was looping) d. Program could not be found

  1. A
  2. B
  3. C
  4. D
Question 6 Multiple Choice (Single Answer)

The CICS Service Transaction CEBR is used for a. Command level interpreter b. Testing and Debugging Utility c. The Master Terminal Transaction d. Browse contents of temporary storage queue

  1. A
  2. B
  3. C
  4. D
Question 7 Multiple Choice (Single Answer)

Cobol Statements that cannot be issued in CICS Application Program are a. ACCEPT b. DISPLAY c. DATE d. All the Above

  1. A
  2. B
  3. C
  4. D
Question 8 Multiple Choice (Single Answer)

Any changes to the COMMAREA in the linked program, will be available to the linking program after RETURN a. False b. True

  1. A
  2. B
  3. Can't say
  4. Depends on situations.
Question 9 Multiple Choice (Single Answer)

What is the difference between the XCTL and LINK commands? a. LINK returns to the transaction which is called b. XCTL always returns to CICS region c. Both A and B d. Both commands are the same

  1. A
  2. B
  3. C
  4. D
Question 10 Multiple Choice (Single Answer)

What is the primary function of the Processing Program Table (PPT)? a. All Programs invoked by a Transaction ID b. All BMS map sets and user spaces to register program c. All programs that are invoked by either the EXEC CICS LINK or the EXEC CICS XCTL commands d. All the above

  1. A
  2. B
  3. C
  4. D
Question 11 Multiple Choice (Multiple Answers)

Which of the following is true about SYNCPOINT? a. All the resources maintained by the dynamic log will not be released b. All the updates made by the task so far will be committed c. CICS automatically issues a SYNCPOINT at the end of each task d. All the above

  1. A
  2. B
  3. C
  4. D
Question 12 Multiple Choice (Single Answer)

If we are using VSAM datas in our CICS program where we have to specify? a. PCT b. FCT c. RCT d. PPT

  1. A
  2. B
  3. C
  4. D
Question 13 Multiple Choice (Single Answer)

Which is not a valid CICS command? a. SEND PAGE b. SEND TEXT c. SEND MAPSET d. SEND CONTROL

  1. A
  2. B
  3. C
  4. D
Question 14 Multiple Choice (Single Answer)

What command we used for Dynamic storage allocation in cics? a. GETMAIN b. SETMAIN c. FREEMAIN d. ALLOCATE

  1. A
  2. B
  3. C
  4. D
Question 15 Multiple Choice (Single Answer)

A HANDLE CONDITION remains active until the end of the program or until another HANDLE CONDITION command ? a. True b. False

  1. A
  2. B
  3. CAN'T SAY
  4. ALL
Question 16 Multiple Choice (Single Answer)

What is the command for reading a record form a TSQ? a. GETQ b. READQ c. FROMQ d. READTSQ

  1. A
  2. B
  3. C
  4. D
Question 17 Multiple Choice (Single Answer)

The Correct Syntax to define a Mapset in CICS is a. BMSMAP8 DFHMSD MODE=&SYSPARM,TYPE=INOUT,TERM=ALL, X LANG=COBOL,TIOAPFX=YES,CTRL=AUTO,STORAGE=FREEKB b. BMSMAP8 DFHMSD TYPE=&SYSPARM,MODE=INOUT,TERM=ALL, X LANG=COBOL,TIOAPFX=YES,STORAGE=AUTO,CTRL=FREEKB c. BMSMAP8 DFHMSD TYPE=&SYSPARM,MODE=INOUT,TERM=ALL, X LANG=COBOL,TIOAPFX=YES,CTRL=AUTO,STORAGE=FREEKB d. BMSMAP8 DFHMSD MODE=&SYSPARM,TERM=INOUT,TYPE=ALL, X LANG=COBOL,TIOAPFX=YES,STORAGE=AUTO,CTRL=FREEKB

  1. A
  2. B
  3. C
  4. D
Question 18 Multiple Choice (Single Answer)

Which of the following is true regarding the CICS Concepts? a. Programs running in one region will interfere with programs running in another region b. Only one CICS system (or region) can run on a single computer at a time. c. CICS runs as a batch job and can handle hundreds of interactive users that are using a variety of applications d. All the Above

  1. A
  2. B
  3. C
  4. D
Question 19 Multiple Choice (Single Answer)

What is the starting time for Q1 batch imputation?

  1. 6.00 pm(IST)
  2. 18.00 (CET)
  3. 19.00 (CET)
  4. 10.00 pm(IST)
Question 20 Multiple Choice (Single Answer)

SLA for CICSQ101 to be up is ,

  1. 8.00 am(CET)
  2. 9.00 am(CET)
  3. There is no such time.
  4. None of the above.