Tag: mainframe

Questions Related to mainframe

  1. Matching string

  2. Positional

  3. Mixed

  4. None of the above


Correct Option: A,B,C

What is no prerequisite for using the EXECIO command?

  1. The dataset must be sequential or a member of a partitioned dataset.

  2. The dataset must be allocated to a file name or DD name.

  3. The dataset must be exclusively enqueued (DISP=OLD or NEW).

  4. TSO or MVS environment must be active.


Correct Option: C

If I want to fill the variable DAY with '01', the variable MONTH with 'January' and the variable YEAR with '2009', which would be a correct way to do so, if the data '01 January 2009' is read from the input screen?

  1. PARSE PULL DAY MONTH YEAR

  2. PULL DATE PARSE VALUE DATE DAY MONTH YEAR

  3. PULL DATE PARSE VALUE DATE WITH DAY MONTH YEAR

  4. PULL DATE PARSE VAR DATE DAY MONTH YEAR


Correct Option: A
  1. This value is stored in the system variable RESULT.

  2. This value is stored in the system variable RC.

  3. This value can be alphanumeric.

  4. This value must be numeric.


Correct Option: A,C
  1. Command level

  2. Macro level

  3. Program level

  4. Transaction level


Correct Option: A,B

Will the user have interaction with CICS Applications.

  1. True

  2. False


Correct Option: A
  1. Transaction

  2. Task

  3. Terminal

  4. Program


Correct Option: B

What are the two types of direct access files supported by CICS?

  1. BDAM

  2. VSAM

  3. QSAM

  4. KSDS


Correct Option: A,B

Who Manages all the control tables to complete various application requests?

  1. CICS Manager

  2. CICS DBA

  3. CICS compiler

  4. None of the above


Correct Option: A
  1. Multi-threading

  2. Multi-tasking

  3. Psuedo Conversational

  4. Non-Psuedo Conversational


Correct Option: B