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 IndexGeneral IBM MQ SupportSomething about process

Post new topicReply to topic
Something about process View previous topic :: View next topic
Author Message
wilsonho3
PostPosted: Mon May 14, 2007 12:17 am Post subject: Something about process Reply with quote

Voyager

Joined: 20 Nov 2001
Posts: 98
Location: Hong Kong

I want to know any behavious difference between two codings:

DEFINE PROCESS( 'PROC.S.CDR1') +
QSGDISP(QMGR) +
DESCR( 'Process for tran. CSR1' ) +
APPLTYPE(CICS) +
APPLICID( 'CDR1' ) + <------ here
USERDATA( ' ' ) +
ENVRDATA( ' ' )

DEFINE PROCESS( 'PROC.S.CDR1') +
QSGDISP(QMGR) +
DESCR( 'Process for tran. CSR1' ) +
APPLTYPE(CICS) +
APPLICID( 'CDR1 START' ) + <----- here
USERDATA( ' ' ) +
ENVRDATA( ' ' )
Back to top
View user's profile Send private message Send e-mail
marcin.kasinski
PostPosted: Mon May 14, 2007 12:49 am Post subject: Re: Something about process Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

From docs

Quote:
APPLICID(string)
The name of the application to be started. This might typically be a fully-qualified file name of an executable object. The maximum length is 256 characters.

For a CICS application this is a CICS transaction ID, and for an IMS™ application it is an IMS transaction ID.

On z/OS, for distributed queuing, it must be “CSQX START”

_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:
Post new topicReply to topic Page 1 of 1

MQSeries.net Forum IndexGeneral IBM MQ SupportSomething about process
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.