The next table shows the system functions in the library DLILib and is followed by a table that shows the one variable in that library.
System function and invocation | Description |
---|---|
EGLTDLI() (func, pcbrecord, parms...) | Invokes a DL/I function directly using the CBLTDLI interface. |
AIBTDLI() (func, pcbrecord, parms...) | Invokes a DL/I function directly using the AIBTDLI interface. |
The EGL library VGLib contains the function VGLib.VGTDLI(), which differs from DLILib.EGLTDLI() only in that it accesses the PCB with an indexed variable.
The next table shows the one system variable in the library DLILib.
System variable | Description |
---|---|
psbData | Holds the name of the runtime PSB. |
Related reference
VGTDLI()