GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cob_report Struct Reference

#include <common.h>

Collaboration diagram for cob_report:

Data Fields

const char * report_name
 
cob_filereport_file
 
cob_fieldpage_counter
 
cob_fieldline_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
 

Field Documentation

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

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