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 » WebSphere Message Broker (ACE) Support » REFERENCE TO

Post new topic  Reply to topic
 REFERENCE TO « View previous topic :: View next topic » 
Author Message
EvolutionQuest
PostPosted: Tue Mar 16, 2004 6:34 am    Post subject: REFERENCE TO Reply with quote

Voyager

Joined: 18 Sep 2001
Posts: 88
Location: Billings, MT

Here is a stupid question, but then again I have many

Why is it that when you do:

Code:

DECLARE fullname REFERENCE TO "InputBody"."FullName";
DECLARE fullnamerev REFERENCE TO "OutputRoot"."MRM"."FullNameRev";
set fullnamerev."LastName" = fullname."LastName";
set fullnamerev."FirstName" = fullname."FirstName";
set fullnamerev."MiddleName" = fullname."MiddleName";


the trace looks like:

Code:

  (0x1000021)MRM        = (
    (0x1000000)FullNameRev = (
      (0x300000B)LastName   = 'Fryett'
      (0x300000B)FirstName  = 'Christopher'
      (0x300000B)MiddleName = 'Dean'
    )
  )   


but if I do this:

Code:

DECLARE fullname REFERENCE TO "InputBody"."FullName";
DECLARE fullnamerev REFERENCE TO "OutputRoot"."MRM"."FullNameRev";
set fullnamerev."LastName" = ' ';
set fullnamerev."FirstName" = ' ';
set fullnamerev."MiddleName" = ' ';


it looks like:

Code:

  (0x3000000)LastName   = ' '
  (0x3000000)FirstName  = ' '
  (0x3000000)MiddleName = ' '
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
EvolutionQuest
PostPosted: Tue Mar 16, 2004 6:51 am    Post subject: Reply with quote

Voyager

Joined: 18 Sep 2001
Posts: 88
Location: Billings, MT

By the way the field already exists for fullname."LastName".
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
EvolutionQuest
PostPosted: Tue Mar 16, 2004 7:11 am    Post subject: Reply with quote

Voyager

Joined: 18 Sep 2001
Posts: 88
Location: Billings, MT

Never mind, being absolutely stupid!
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
TonyD
PostPosted: Tue Mar 16, 2004 1:52 pm    Post subject: Reply with quote

Knight

Joined: 15 May 2001
Posts: 540
Location: New Zealand

Quote:

PreDefFieldFav 0x03000000
PreDefField 0x03000001
mtiSelfDefField 0x03000002
PreDefFieldInstance 0x03000004
SelfDefFieldInstance 0x03000008

!!
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » REFERENCE TO
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.