FDREPORT HEADING Statement
HEADING statement
By default, FDREPORT provides column headings with text that is descriptive of the fields in each column (for example, DSNAME, SIZE). The HEADING statement allows you to specify replacement text of your choosing. It is your responsibility to line up the heading text with the actual columns generated by FDREPORT; this may take some experimentation.
HEADING statement syntax
HEADING | |
---|---|
LINE(1)='1st heading line text' | |
,LINE(2)='2nd heading line text' | |
,LINE(3)='3rd heading line text' |
LINE(n)=
'text'
Specifies the replacement heading text for heading line n (n=1, 2, or 3).
If the heading text cannot be contained in one control statement (columns 1 to 71), it may be continued using the same conventions described for the TITLE statement (see “FDREPORT XSELECT and XEXCLUDE Statement” in FDREPORT-Catalog-Examples).