Contents Publish Package Interface Previous Next

RETRIEVE_REF

Retrieves a reference from a package.

Syntax

CALL RETRIEVE_REF(entryId, referenceType, reference, rc);

entryId
Numeric, input.
Identifies the reference entry to be retrieved.

referenceType
Character, output.
Returns the type of the reference, the value of which can be HTML or URL.

reference
Character, output.
Returns the value of the reference.

rc
Numeric, output.
Receives a return code.

Example

The following example retrieves a reference entry from a package.

refType='';
ref='';
CALL RETRIEVE_REF(rid, refType, ref, rc);

Contents Publish Package Interface Previous Next