Multiple choice technology databases

Which of the following tables contains a list of all valid transaction identifiers and their associated Programs for CICS?

  1. Temporary Storage Table (TST)

  2. Program Processing Table (PPT)

  3. Program Control Table (PCT)

  4. File Control Table (FCT)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In IBM CICS, the Program Control Table (PCT) contains definitions of all transaction identifiers and maps them to their respective initial application programs. The PPT lists programs and their locations, the TST defines temporary storage queues, and the FCT defines files and their access characteristics.