Multiple choice technology mainframe

How should be VSAM file defined in order that it can be accessed both in CICS and in BATCH environment?

  1. SHAREOPTION (1,3)

  2. SHAREOPTION (2,3)

  3. SHAREOPTION (3,1)

  4. SHAREOPTION (3,2)

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

SHAREOPTIONS(2,3) allows a VSAM dataset to be opened for update by one region (such as CICS) and simultaneously opened for read-only access by other regions or batch jobs, making it ideal for shared CICS and batch environments.