Subprogram Name | Source Name | Executable Example | Viewable Example |
---|---|---|---|
H3-ANCHOR |
H3ANCHOR |
E3ANCHOR |
E3ANCHOR |
Creates a hyperlink.
All (A250) BY VALUE variables at the interfaces have been changed to (A) DYNAMIC BY VALUE.
There is no need to recatalog the programs, because the old interface (A250) is compatible with the new one.
<A HREF="URL">
</A>
NAME=string
1 H3URL (A) DYNAMIC /* i /m : URL of the Link. Enter * /* 'THIS' to reference * /* the current page as URL. 1 H3NAME (A) DYNAMIC /* i /M : Name of the anchor. 1 H3STRING (A) DYNAMIC /* i /MH: String to be displayed * /* as anchor text.
PERFORM H3-ANCHOR H3URL H3NAME H3STRING