ctgstdat.h
Go to the documentation of this file.
1 /*
2  MODULE NAME ctgstdat.h
3 
4  DESCRIPTIVE NAME CICS Transaction Gateway Statistics
5  Application Programming Interface
6 
7  Licensed Materials - Property of IBM
8 
9  "Restricted Materials of IBM"
10 
11  5724-I81,5725-B65,5655-Y20
12 
13  (C) Copyright IBM Corp. 2006, 2014
14 
15  US Government Users Restricted Rights - Use, duplication or
16  disclosure restricted by GSA ADP Schedule Contract with
17  IBM Corp.
18 
19  Status: Version 9 Release 2
20 
21 */
26 #ifndef CTGSTDAT_H_
27 #define CTGSTDAT_H_
28 
29 #define CTG_STAT_PROTOCOL_VER "1_0_0_0"
30 
31 /*
32  Return codes from the Gateway Daemon for statistical information
33 */
34 
35 #define CTGSTATS_SUCCESSFUL_QUERY 0
36 #define CTGSTATS_INCOMPLETE_RESULTSET 1
37 #define CTGSTATS_UNKNOWN_STATGROUPID -1
38 #define CTGSTATS_UNKNOWN_STATID -2
39 #define CTGSTATS_DUPLICATE_STATGROUPID -3
40 #define CTGSTATS_DUPLICATE_STATID -4
41 #define CTGSTATS_NULL_ID -5
42 #define CTGSTATS_UPDATE_EXCEPTION -6
43 
44 #endif /*CTGSTDAT_H_*/