Programs with calls to HLI procedures can:
access Data Set objects
access Data Index objects
access Schema Definition objects
execute any ACCENT R command
execute any CM object or PM object
In addition:
DBL entries can be accessed as read-only Data Set objects.
There are two features of ACCENT R DB-MACH2 Data Index objects that apply both within ACCENT R and also within the HLI:
If a Data Index is specified in an ACCOPN call, the HLI will normally allow changing the value(s) of field(s) specified as key fields in the DOMAIN ... ON clause. However, if the KEY CHANGE NOT ALLOWED clause was specified when the Data Index was defined in ACCENT R DB-MACH2, the HLI will not allow those field(s) to be changed.
Each HLI procedure is related to an ACCENT R command or Process Module object statement as shown:
HLI Call |
ACCENT
R Statement |
ACCCLS |
CLOSE statement |
ACCCRE |
CREATE statement |
ACCDEL |
DELETE statement |
ACCFRE |
FREE statement |
ACCGET |
GET statement |
ACCPUT |
PUT statement |
ACCRDY |
READY statement |
ACCLOK |
LOCK statement |
ACCOPN |
RELATE statement |
|
OPEN statement |
|
USE DS command |
ACCDBL |
USE DBL command |