CICS Manual do Usuário - Field attributes and printer control characters
The standard list DFHBMSCA simplifies the provision of field attributes and printer control characters. Table 29 lists the symbolic names for the various combinations of attributes and control characters. If you need combinations other than those that are listed, you must generate them separately.
Bit map of attributes shows a bit map of attributes to help you do this. Attributes and orders can be set only by their constant names or by their associated graphic values (for example, "A" for unprotected and Modified Data Tag (MDT) set).
You can get the standard attribute and printer character control list by including the DFHBMSCA copybook in your application program.
COPY DFHBMSCA
#include <dfhbmsca.h>
%include DFHBMSCA;
You must use the symbolic name DFHDFT in the application structure to override a map attribute with the default. On the other hand, to specify default values in a Set Attribute (SA) sequence in text build, you should use the symbolic names DFHDFCOL, DFHBASE, or DFHDFHI.
Table 29. Standard Attribute and Printer Control Character List, DFHBMSCA
Notes:
As an alternative to using the symbolic values that are given in Table 29, you can construct attribute bytes by using the following table. For portability of applications between EBCDIC and ASCII systems, the value in the char column should be used. Note that existing applications that have been developed on an EBCDIC system can use the hexadecimal values that are listed in the EBCDIC column. These should be changed to the char values to run on CICS.
The column headings for Table 30 are defined as follows:
Table 30. Bit map of attributes
For further information about Basic Mapping Support (BMS), see Appendix E, Defining BMS mapsets, maps, and fields and the TXSeries for Multiplatforms Application Programming Guide.