13.4.3 Field Display Attributes
Attributes | Description | *AB | Allow to be blank. | *ME | Mandatory entry check required. | *MF | Mandatory fill check required. | *M10 | Modulus 10 check required. | *M11 | Modulus 11 check required. | *VN | Valid name check required. | *FE | Field exit key required. | *LC | Lowercase entry allowed. If this attribute is NOT specified, refer to PC Locale uppercasing requested in Review or Change a Partition's Multilingual Attributes in the LANSA for i User Guide. | *LCASE |
| *LOWER |
| *LOWERCASE |
| *RB | Right adjust and blank fill. | *RZ | Right adjust and zero fill. | *RL | Move cursor right to left. | *RLTB | Tab cursor right/left top/bottom. Valid in SAA/CUA partitions only. Affects all screen panels in function. | *GRN | Display with color green. | *GREEN |
| *WHT | Display with color white. | *WHITE |
| *RED | Display with color red. | *TRQ | Display with color turquoise. | *TURQ |
| *YLW | Display with color yellow. | *YELLOW |
| *PNK | Display with color pink. | *PINK |
| *BLU | Display with color blue. | *BLUE |
| *BL | Display blinking. | *CS | Display with column separators. | *HI | Display in high intensity. | *ND | Non-display (hidden field). | *RA | Auto record advance field | *SREV | Store in reversed format. This special attribute is provided for bi-directional languages and is not applicable in this context. | SBIN | Store in binary format. This special attribute is provided for repository fields & is not applicable in this context. | |
Example:
Display field #A in blue, #B in green and allow field #C to be entered in lowercase characters:
DISPLAY FIELDS((#A *BLUE)(#B *GRN)(#C *LC))