Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI_GetVersion

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 JCI-int
Data field to which the version number of the JCI is to be transferred.


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.