ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » APPLTYPE integer values

Post new topic  Reply to topic
 APPLTYPE integer values « View previous topic :: View next topic » 
Author Message
blowbeat
PostPosted: Sat Nov 09, 2002 3:27 am    Post subject: APPLTYPE integer values Reply with quote

Apprentice

Joined: 02 Apr 2002
Posts: 49

Hi,

I found a process definition with a APPLTYPE value of '0' (Sun Solaris).

I can only find that this is a system defined value which may differ from platform to platform.

Does anyone have any idea where to find out what this value means ?

Thanks, Jan.
Back to top
View user's profile Send private message
bower5932
PostPosted: Mon Nov 11, 2002 11:24 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

Are you looking for the MQAT_* values from cmqc.h:

Code:

/* Put Application Types */
 #define MQAT_UNKNOWN     (-1L)
 #define MQAT_NO_CONTEXT  0L
 #define MQAT_CICS        1L
 #define MQAT_MVS         2L
 #define MQAT_OS390       2L
 #define MQAT_IMS         3L
 #define MQAT_OS2         4L
 #define MQAT_DOS         5L
 #define MQAT_AIX         6L
 #define MQAT_UNIX        6L
 #define MQAT_QMGR        7L
 #define MQAT_OS400       8L
 #define MQAT_WINDOWS     9L
 #define MQAT_CICS_VSE    10L
 #define MQAT_WINDOWS_NT  11L
 #define MQAT_VMS         12L
 #define MQAT_GUARDIAN    13L
 #define MQAT_NSK         13L
 #define MQAT_VOS         14L
 #define MQAT_IMS_BRIDGE  19L
 #define MQAT_XCF         20L
 #define MQAT_CICS_BRIDGE 21L
 #define MQAT_NOTES_AGENT 22L
 #define MQAT_BROKER      26L
 #define MQAT_JAVA        28L
 #define MQAT_DQM         29L
 #define MQAT_DEFAULT     11L
 #define MQAT_USER_FIRST  65536L
 #define MQAT_USER_LAST   999999999L

There is a discussion on them in the Application Programming Reference.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » APPLTYPE integer values
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.