This session parameter determines the character that is used as underlining character for the following:
column headings generated by DISPLAY statements;
                     
page titles/trailers produced by WRITE TITLE /
                        				WRITE TRAILER
                        				statements with UNDERLINED option.
                     
| Possible settings | any character | See also Note. | |
|---|---|---|---|
OFF |  
                        				
                     |||
| Default setting | - 
                         |  
                        				  
                        Hyphen (-). | |
| Specification within session | yes | ||
| Applicable statements | |||
| Applicable command | none | ||
Note:
 If you do not wish column headers to be underlined, you have the
                     		  following options:
                  
UC= |  
                        				  
                        A blank line will be output instead of underlining. | 
UC=OFF |  
                        				  
                        The field values will be output immediately
                           					 below the heading line, without any blank line in between. 
                           					 
                             You can specify   |  
                        				
                     
FORMAT UC=* DISPLAY (UC= ) NAME AGE (UC=+)
Note:
See also
                     		  Underlining
                        		  Character for Titles and Headers - UC Parameter in the
                     		  Programming Guide.