The system function VGTDLI()uses the CBLTDLI interface to invoke a DL/I function directly. It differs from the DLILib function EGLTDLI() only in that it uses an index variable to reference the PCB for the call, whereas EGLTDLI() uses the name of the PCB record. EGL includes this function to ensure compatibility with the CSPTDLI() function in VisualAge® Generator.
VGLib.VGTDLI()( func CHAR(4) in, pcbindex SMALLINT in parms... ANY in)
To invoke a DL/I function using the AIBTDLI interface, use DLILib.AIBTDLI().
Related reference
EGL library DLILib
AIBTDLI()
EGLTDLI()