Customizing templates with the DFHWBOUT macro
Use the DFHWBOUT macro to add text to the HTML page generated from a BMS map. The text is displayed only as part of the HTML page.
About this task
If the macro is used before the first occurrence of DFHMDF
in a map, the text is placed in the <head> section
of the HTML page. If the macro is used elsewhere in the map, the text
is placed immediately following the text generated by the preceding
DFHMDF macro.
Do not use the DFHWBOUT macro when the application program builds the screen display using multiple BMS maps.
The parameters of this macro are as follows:
- text
- The text that is to be inserted in the HTML page.
- SOSI
- Whether the text contains DBCS characters delimited by shift-out (X'0E') and shift-in (X'0F'). The default is SOSI=NO.
When you use the DFHWBOUT macro, note that the HTML text that you insert might affect the page layout generated from the BMS map fields. You might have to adjust the inserted text to ensure a correct page layout.
