Tag: mainframe

Questions Related to mainframe

  1. MRO

  2. ISC

  3. ISO

  4. Neither MRO nor ISC

  5. ISA

  6. Both ISO and ISA


Correct Option: A,B

In MRO, each of the CICS runs by depending on each other?

  1. True

  2. False


Correct Option: B
  1. set the performance parameters

  2. update the status of cics environment

  3. None of the above

  4. Both the above


Correct Option: B
  1. a) interrupt the status of cics environment

  2. b) inquire the status of the cics environment

  3. c) Both (a) and (b)

  4. d) Neither (a) nor (b)


Correct Option: B
  1. By issuing an EXEC CICS ENQ against the resource.

  2. By issuing an EXEC CICS EQN against the resource.

  3. By issuing an EXEC CICS DEQ against the resource.

  4. By issuing an EXEC CICS DQE against the resource.

  5. By issuing an EXEC CICS TDQ against the resource.


Correct Option: A
Explanation:

To answer this question, the user needs to know about Transient Data Queues (TDQs) and how to prevent multiple users from accessing the same TDQ at the same time.

Option A: By issuing an EXEC CICS ENQ against the resource. This option is correct because an ENQ command is used to obtain a lock on a resource, such as a TDQ, to prevent other transactions from accessing it simultaneously. By issuing an ENQ command against the TDQ, a lock is obtained, and other transactions are blocked from accessing the same TDQ until the lock is released with a DEQ command.

Option B: By issuing an EXEC CICS EQN against the resource. This option is incorrect because there is no such command as EQN in CICS.

Option C: By issuing an EXEC CICS DEQ against the resource. This option is partially correct because a DEQ command is used to release a lock on a resource, such as a TDQ, after it has been obtained with an ENQ command. However, it does not prevent multiple users from accessing the same TDQ at the same time.

Option D: By issuing an EXEC CICS DQE against the resource. This option is incorrect because there is no such command as DQE in CICS.

Option E: By issuing an EXEC CICS TDQ against the resource. This option is incorrect because a TDQ command is used to read from or write to a TDQ, but it does not prevent multiple users from accessing the same TDQ at the same time.

Therefore, the correct answer is:

The Answer is: A. By issuing an EXEC CICS ENQ against the resource.

  1. tjmr tdq trnx-name

  2. trjm tdq trnx-name

  3. tmrj tdq trnx-name

  4. tjrm tdq trnx-name

  5. All the above


Correct Option: D