CICS Transaction Processing and Mainframe Concepts

Test your knowledge of IBM CICS transaction processing system, including control tables, commands, error handling, file operations, and related mainframe technologies like VSAM, JCL, and COBOL programming on IBM mainframes.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

We know that JOBLIB statement must be placed after the JOB statement and before the first EXEC statement in the job. But, the STEPLIB statement can

  1. be placed only at first DD statement in the step
  2. be placed in the program
  3. be placed anywhere in the particular step’s JCL
  4. not be placed any where in the JOB
Question 2 Multiple Choice (Single Answer)

which specification gives maximum time for a JOB?

  1. TIME=MAX
  2. TIME=UNLIMITED
  3. TIME=MAXIMUM
  4. TIME=NOLIMIT
Question 3 True/False

For KSDS or RRDS , when DELETE statement is used, the file must be opened in I-O Mode.

  1. True
  2. False
Question 4 True/False

SEARCH ALL condition only test an equal condition.

  1. True
  2. False
Question 5 True/False

COBOL Internal SORT and MERGE is actually done by DFSORT

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

How can I replace all the low-values in a file to spaces??

  1. using ALLSPACE CODE
  2. using NOLOW CODE
  3. using CHANGE CODE
  4. using ALTSEQ CODE
Question 7 Multiple Choice (Single Answer)

What is the code for the error condition "Empty File"?

  1. 10
  2. 35
  3. 23
  4. 28
Question 8 Multiple Choice (Single Answer)

DFHMDI is used

  1. To define a mapset
  2. To define a map
  3. to define a field
  4. All of the above.
Question 9 Multiple Choice (Single Answer)

What is meant by enqueuing

  1. It is a technique for reserving a resource and that resource is held exclusively for a specific task.
  2. Placing a user into a queue.
  3. Reserving an entire region for one user.
  4. Connecting to a personal-computer network
Question 10 Multiple Choice (Single Answer)

What is a symbolic map?

  1. A link edit map
  2. A map of all the entry points in the CICS region
  3. A copybook member that is included into the source. It contains code defining the fields on the map.
  4. The load module that is load into the CICS region when a program send a map
Question 11 Multiple Choice (Single Answer)

CICS can be used in the following platforms except

  1. z/OS on IBM Z Series 900
  2. OS/390, MVS on IBM S390
  3. AIX(UNIX) on Windows NT
  4. Windows NT on PC Server
Question 12 Multiple Choice (Single Answer)

What is Execution Interface Block (EIB) ?

  1. An area for an individual program to store all temporary flags.
  2. An area used to pass information between programs.
  3. A CICS area that contains information related to the current t
  4. All of the above.
Question 13 Multiple Choice (Single Answer)

How is an Abend handled in a CICS program ?

  1. By using HANDLE ABEND
  2. By using HANDLE CONDITION
  3. By using ABEND
  4. None of the above
Question 14 Multiple Choice (Single Answer)

EIBCPOSN, EIBRESP, EIBRSRCE fields are available in

  1. DFHBMSCA copybook
  2. DFHEIBLK copy book
  3. SQLCA
  4. None of the above
Question 15 Multiple Choice (Single Answer)

What is the purpose of the FCT?

  1. Keep track of all the programs within CICS and their associated transaction IDs.
  2. The FCT is a list all the Journal logs supported by CICS.
  3. FCT contains a list of all the files use within the CICS region.
  4. All of the above.
Question 16 Multiple Choice (Single Answer)

The DCT is used to determine the characteristics of:

  1. Population density
  2. Intrapartition data queue
  3. Maximum number of terminals supported by the region
  4. None of the above
Question 17 Multiple Choice (Single Answer)

The difference between a LINK and a XCTL is:

  1. The LINK is always more efficient than the XCTL.
  2. LINK returns to the calling program and XCTL will not.
  3. The LINK is not available in the current CICS version.
  4. Link cannot pass values to a subroutine.
Question 18 Multiple Choice (Single Answer)

The name of the library that contains any programs that are to be used during CICS execution is.

  1. CICS System Library (CSL).
  2. The CICS Repository.
  3. Sub directories.
  4. Relocateable Program Library.
Question 19 True/False

A mapset can contain only one map.

  1. True
  2. False
Question 20 True/False

The output of the CICS translator is modified source code and a file with all the CICS commands in an internal CICS format.

  1. True
  2. False