CICS TG Statistics API
API v1.1.0.1 - Statistics Protocol v1.0.0.0
Main Page
Data Structures
Files
File List
Globals
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
<copyright
8
notice="rm-source-program"
9
pids="5724-I81,5725-B65"
10
years="2006,2012"
11
crc="1779460530" >
12
Licensed Materials - Property of IBM
13
14
"Restricted Materials of IBM"
15
16
5724-I81,5725-B65
17
18
(C) Copyright IBM Corp. 2006, 2012
19
20
US Government Users Restricted Rights - Use, duplication or
21
disclosure restricted by GSA ADP Schedule Contract with
22
IBM Corp.
23
</copyright>
24
25
Status: Version 9 Release 0
26
27
*/
32
#ifndef CTGSTDAT_H_
33
#define CTGSTDAT_H_
34
35
#define CTG_STAT_PROTOCOL_VER "1_0_0_0"
36
37
/*
38
Return codes from the Gateway Daemon for statistical information
39
*/
40
41
#define CTGSTATS_SUCCESSFUL_QUERY 0
42
#define CTGSTATS_INCOMPLETE_RESULTSET 1
43
#define CTGSTATS_UNKNOWN_STATGROUPID -1
44
#define CTGSTATS_UNKNOWN_STATID -2
45
#define CTGSTATS_DUPLICATE_STATGROUPID -3
46
#define CTGSTATS_DUPLICATE_STATID -4
47
#define CTGSTATS_NULL_ID -5
48
#define CTGSTATS_UPDATE_EXCEPTION -6
49
50
#endif
/*CTGSTDAT_H_*/
source
h
ctgstdat.h