The VGLib functions are shown below:
System function/Invocation | Description |
---|---|
result = compareBytes (target, targetSubIndex, targetSubLength, source, sourceSubIndex, sourceSubLength) | Compares two values and returns a value (-1, 0, or 1) to indicate which of the two is greater |
result = concatenateBytes (target , source | Concatenates target and source; places the new value in target; and returns an integer that indicates whether target was long enough to contain the new value |
connectionService()(userID, password, serverName [, product, release [, connectionOption]]) | Provides two benefits:
|
copyBytes (target, targetSubIndex, targetSubLength, source, sourceSubIndex, sourceSubLength) | Copies one value to another |
result = getVAGSysType()() | Identifies the target system in which the program is running. |
VGTDLI() (func, pcbindex, parms...) | Invokes a DL/I function directly using the CBLTDLI interface. |
Related reference
EGL library DLILib
AIBTDLI()
VGTDLI()