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_NewLocalRef

This function generates a new local reference to an object.
It is equivalent to the JNI function NewLocalRef.


Call

CALL 'JCI_NewLocalRef' USING obj newObj

obj

Object reference

newObj

Object reference returned by the function


Arguments

obj

Data field of the type JCI-object
Object reference to the object to which a new reference is to be generated.

newObj

Data field of the type JCI-object
New object reference to the object referenced by obj.


Return value (RETURN-CODE)

JCI-RET-OK

The call was successful.

JCI-RET-ENOVM

No Java VM has been started.