Multiple choice technology databases

SENSEG NAME=CUSTOMER,PARENT=0, PROCOPT=K Referring to the code above, what is the purpose of the SENSEG statements?

  1. To provide the database name

  2. To name the fields in the DBD

  3. To tell the program the data field segment sense sizes during any process stage

  4. To identify the segments in the database to which the application program is sensitive

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

The SENSEG (Sensitive Segment) statement in a PSB identifies which database segments the application program is sensitive to and can access. It specifies the segment name (NAME), its parent in the hierarchy (PARENT), and the processing options (PROCOPT) permitted on that segment. It does not provide database names, field names within DBD, or segment sense sizes.