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.
Type:Numeric, Input
referenceType
returns the type of the reference, the value of which can be HTML or URL.
Type:Character, Output
reference
returns the value of the reference.
Type:Character, Output
rc
receives a return code.
Type:Numeric, Output

Example: Using RETRIEVE_REF

The following example retrieves a reference entry from a package.
refType='';
ref='';
CALL RETRIEVE_REF(rid, refType, ref, rc);