Version 4.2.6 for Mainframes
 —  Parameter Reference  —

CD - Color Definition

With this session parameter, you specify the color attributes for fields. If no color screen is used, this parameter will be ignored at runtime.

Related session parameter: AD - Attribute Definition

Possible settings BL blue
GR green
NE neutral
PI pink
RE red
TU turquoise
YE yellow
Default setting NE  
Applicable statements: FORMAT  

DISPLAY
INPUT
PRINT
WRITE

Parameter may be specified at statement level and/or at element level.

ASSIGN
MOVE
REINPUT

Parameter may be specified at statement level.
Applicable command: none

Example:

INPUT (CD=RE) #A #B

Top of page