GnuCOBOL  2.0
A free COBOL compiler
cob_field_attr Struct Reference

#include <common.h>

Data Fields

unsigned short type
 
unsigned short digits
 
signed short scale
 
unsigned short flags
 
const char * pic
 

Detailed Description

Definition at line 940 of file common.h.

Field Documentation

unsigned short cob_field_attr::digits

Definition at line 942 of file common.h.

Referenced by cob_move_all(), and display_common().

unsigned short cob_field_attr::flags

Definition at line 944 of file common.h.

Referenced by cob_cmp(), and display_numeric().

const char* cob_field_attr::pic

Definition at line 945 of file common.h.

signed short cob_field_attr::scale

Definition at line 943 of file common.h.

unsigned short cob_field_attr::type

Definition at line 941 of file common.h.

Referenced by cob_cmp(), cob_move_all(), field_display(), format_field(), and valid_field_data().


The documentation for this struct was generated from the following file: