|  | GnuCOBOL
    2.0
    A free COBOL compiler | 
#include <common.h>
| Data Fields | |
| unsigned short | type | 
| unsigned short | digits | 
| signed short | scale | 
| unsigned short | flags | 
| const char * | pic | 
| unsigned short cob_field_attr::digits | 
Referenced by cob_move_all(), and display_common().
| unsigned short cob_field_attr::flags | 
Referenced by cob_cmp(), and display_numeric().
| const char * cob_field_attr::pic | 
| signed short cob_field_attr::scale | 
| unsigned short cob_field_attr::type | 
Referenced by cob_cmp(), and cob_move_all().