![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.h>
Data Fields | |
const char * | report_name |
cob_file * | report_file |
cob_field * | page_counter |
cob_field * | line_counter |
int | def_lines |
int | def_cols |
int | def_heading |
int | def_first_detail |
int | def_last_control |
int | def_last_detail |
int | def_footing |
int | curr_page |
int | curr_lines |
int | curr_cols |
int | curr_status |
int cob_report::curr_cols |
int cob_report::curr_lines |
int cob_report::curr_page |
int cob_report::curr_status |
int cob_report::def_cols |
int cob_report::def_first_detail |
int cob_report::def_footing |
int cob_report::def_heading |
int cob_report::def_last_control |
int cob_report::def_last_detail |
int cob_report::def_lines |
cob_field * cob_report::line_counter |
cob_field * cob_report::page_counter |
cob_file * cob_report::report_file |
const char * cob_report::report_name |