AIBTDLI()

The system function AIBTDLI()uses the AIBTDLI interface to invoke a DL/I function directly.

  DLILib.AIBTDLI()(
    func CHAR(4) in,
    pcbrecord DB_PCBRecord in
    parms... ANY in)
func
A four-character DL/I function name such as ISRT or GHNP
pcbrecord
The name you assigned to a PCB record within a PSB record in your program
parms...
A complete list of parameters, matching in number and type those that the given DL/I function requires

To invoke a DL/I function using the CBLTDLI interface, use DLILib.EGLTDLI() or VGLib.VGTDLI().

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.