Loading...
Select Version
This function returns the version of the Java COBOL interface module.
Call
CALL 'JCI_GetVersion' USING
vers
vers | Version |
Arguments
vers | Data field of the type |
Return value (RETURN-CODE)
JCI-RET-OK
The call was successful.
Notes
The version of the COPY elements used in the COBOL application is defined in JCI-CONST as JCI-interface-version
. This may not be greater than the version returned by JCI_GetVersion
.