Subprogram Name | Source Name | Executable Example | Viewable Example |
---|---|---|---|
H3-HEADER |
H3HEADER |
E3HEADER |
E3HEADER |
Creates a header of a specified level. Levels 1 to 6 are allowed.
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.
<H1> </H1>
or
<H2> </H2>
or
<H3> </H3>
or
<H4> </H4>
or
<H5> </H5>
or
<H6> </H6>
1 H3LEVEL (N2) /* i /m : Level of the header 1 H3HTML (A) DYNAMIC /* i /mH: HTML text to be set
PERFORM H3-HEADER H3LEVEL H3HTML