With this session parameter, you specify which parts of a box are to be displayed for field outlining.
Notes:
%D=.
                  | Possible settings | T |  
                        				  
                        Top horizontal line. See Note 1. | 
|---|---|---|
B |  
                        				  
                        Bottom horizontal line. See Note 1. | |
L |  
                        				  
                        Lefthand vertical line. See Notes 1 and 2. | |
R |  
                        				  
                        Righthand vertical line. See Notes 1 and 2. | |
ON |  
                        				  
                        Corresponds to
                           					 BX=TBLR.
                         |  
                        				
                     |
OFF |  
                        				  
                        Causes no boxes to be drawn around the fields concerned. | |
| Default setting | OFF |  
                        				  
                        |
| Applicable statements | FORMAT |  
                        				  
                        |
| Parameter may be specified at statement level and/or at element level. | ||
| Applicable command | none | 
Notes:
T, B,
                     			 L, R in any order.
                  BX=L or
                     			 BX=R, you should switch off Natural's screen optimization using
                     			 the profile parameter setting DSC=OFF or the Natural
                     			 terminal command %RO.
                  DISPLAY #FIELD1 (BX=RLT) /  
        #FIELD2 (BX=TLRB)