Multiple choice technology mainframe

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

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

When using VSAM datasets in CICS programs, you must specify them in the File Control Table (FCT). The FCT contains information about files used by CICS including their dataset names and access methods. PCT is for program processing, RCT for resource control, and PPT for program processing table.