OpenCOBOL 1.1pre-rel
|
#include <fileio.h>
Data Fields | |
const char * | select_name |
unsigned char * | file_status |
cob_field * | assign |
cob_field * | record |
cob_field * | record_size |
struct cob_file_key * | keys |
void * | file |
void * | linorkeyptr |
const unsigned char * | sort_collating |
void * | extfh_ptr |
size_t | record_min |
size_t | record_max |
size_t | nkeys |
char | organization |
char | access_mode |
char | lock_mode |
char | open_mode |
char | flag_optional |
char | last_open_mode |
char | special |
char | flag_nonexistent |
char | flag_end_of_file |
char | flag_begin_of_file |
char | flag_first_read |
char | flag_read_done |
char | flag_select_features |
char | flag_needs_nl |
char | flag_needs_top |
char | file_version |
void* cob_file::extfh_ptr |
void* cob_file::file |
unsigned char* cob_file::file_status |
struct cob_file_key* cob_file::keys |
void* cob_file::linorkeyptr |
char cob_file::lock_mode |
size_t cob_file::nkeys |
char cob_file::open_mode |
size_t cob_file::record_max |
size_t cob_file::record_min |
const char* cob_file::select_name |
const unsigned char* cob_file::sort_collating |
char cob_file::special |