Daily_QC
Classes | Macros | Functions | Variables
pcprpt_daily.c File Reference
#include <sqlhdr.h>
#include "prototypes.h"
Include dependency graph for pcprpt_daily.c:

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 
struct  etn_rec
 
struct  pro_hrly_rec
 
struct  pro_dly_rec
 
struct  eens_rec
 
struct  pro_qrtly_rec
 
struct  data_rec
 

Macros

#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Functions

_SQCURSOR * _iqnprep ()
 
void main (int argc, char **argv)
 

Variables

static char * _Cn1 = "stncursor"
 
static _SQCURSOR * _SQ1 = 0
 
struct sqlca_s sqlca
 
long SQLCODE
 
char cs
 
char ce
 
char cp
 
char ty
 
struct etn_rec btn_rec
 
struct pro_hrly_rec hrly_rec
 
struct pro_dly_rec dly_rec
 
struct eens_rec bens_rec
 
struct pro_qrtly_rec qtrly_rec
 
struct data_rec data_record
 

Macro Definition Documentation

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 38 of file pcprpt_daily.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 84 of file pcprpt_daily.c.

Function Documentation

◆ _iqnprep()

_SQCURSOR* _iqnprep ( )

◆ main()

void main ( int  argc,
char **  argv 
)

Definition at line 336 of file pcprpt_daily.c.

Here is the call graph for this function:

Variable Documentation

◆ _Cn1

char* _Cn1 = "stncursor"
static

Definition at line 3 of file pcprpt_daily.c.

◆ _SQ1

_SQCURSOR* _SQ1 = 0
static

Definition at line 3 of file pcprpt_daily.c.

◆ bens_rec

struct eens_rec bens_rec

◆ btn_rec

struct etn_rec btn_rec

◆ ce

char ce

Definition at line 94 of file pcprpt_daily.c.

◆ cp

char cp

Definition at line 94 of file pcprpt_daily.c.

◆ cs

char cs

Definition at line 94 of file pcprpt_daily.c.

◆ data_record

struct data_rec data_record

◆ dly_rec

struct pro_dly_rec dly_rec

◆ hrly_rec

struct pro_hrly_rec hrly_rec

◆ qtrly_rec

struct pro_qrtly_rec qtrly_rec

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

long SQLCODE
extern

◆ ty

char ty

Definition at line 94 of file pcprpt_daily.c.