Version 4.2.6 for Mainframes
 —  Parameter Reference  —

FC - Filler Character for DISPLAY Statement

 With this session parameter, you specify the filler character which will appear on either side of a heading produced by a DISPLAY statement across the full column width.

Unlike the GC parameter, which applies to headings across a group of columns, the FC parameter applies to individual columns.

Possible settings any character Filler character for individual headings.

FC only applies if the column width is determined by the field length and not by the header (see also session parameter HW); otherwise the FC setting will be ignored.

Default setting blank  
Specification within session yes Applicable Statements:

DISPLAY
FORMAT

Applicable Command: none

Example:

DISPLAY (FC=*)

Top of page