Customizing templates with the DFHWBOUT macro

Attention: This topic contains Product-sensitive Programming Interface and Associated Guidance Information.

The DFHWBOUT macro is used to add text to the HTML page generated from a BMS map. The text appears only as part of the HTML page. 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.

Read syntax diagramSkip visual syntax diagram
DFHWBOUT

>>-| DFHWBOUT macro |------------------------------------------><

DFHWBOUT macro

|--DFHWBOUT--'--text--'--+---------------------+----------------|
                         |             .-NO--. |   
                         '-,--SOSI--=--+-YES-+-'   

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, be aware that the HTML text which you insert may affect the page layout generated from the BMS map fields. You may need to adjust the inserted text to ensure a correct page layout.