Multiple choice technology databases

wHAT defines the types of access to the database?

  1. PCB

  2. SENSEG

  3. SENFLD

  4. PROCOPT

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

PROCOPT (Processing Options) is the parameter that defines what types of database operations are permitted - such as GET (read), INSERT (create), REPLACE (update), and DELETE. It is specified in the PCB and SENSEG statements to control access rights at the database or segment level. PCB, SENSEG, and SENFLD are structure definitions, not access control specifications.