RETRIEVE_REF
Retrieves a reference from a package
Syntax
CALL RETRIEVE_REF(entryId, referenceType, reference, rc);
Required Arguments
- entryId
-
identifies the reference
entry to be retrieved.
- referenceType
-
returns the type of
the reference, the value of which can be HTML or URL.
- reference
-
returns the value of
the reference.
- rc
-
receives a return code.
Example: Using RETRIEVE_REF
The following example
retrieves a reference entry from a package.
refType='';
ref='';
CALL RETRIEVE_REF(rid, refType, ref, rc);