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 » Information on BITOR, ABSTREAM, RootBitStream, ValidateNone

Post new topic  Reply to topic
 Information on BITOR, ABSTREAM, RootBitStream, ValidateNone « View previous topic :: View next topic » 
Author Message
satyasheel15
PostPosted: Thu Feb 10, 2005 1:33 am    Post subject: Information on BITOR, ABSTREAM, RootBitStream, ValidateNone Reply with quote

Voyager

Joined: 04 Mar 2003
Posts: 86

SET OutputRoot.Properties = InputRoot.Properties;
SET OutputRoot.Properties.MessageFormat = 'BLOB';
SET OutputRoot.MQMD = InputRoot.MQMD;

DECLARE options INTEGER BITOR(RootBitStream, ValidateNone);
-- DECLARE options INTEGER BITOR(FolderBitStream, ValidateNone);
SET OutputRoot.BLOB.BLOB = ASBITSTREAM( InputRoot.MRM
OPTIONS options
CCSID InputRoot.Properties.CodedCharSetId
ENCODING InputRoot.Properties.Encoding
SET 'N4VV9BO002001'
TYPE 'BOUT_KLTORD_MSG'
FORMAT 'CWF');

I have this code snippet.
I like to know and understand following things about this node:
1. What is the function of BITOR ESQL Function ?
2. Here BITOR Function is supplied with the value RootBitStream and ValidateNone. What's the meaning of this and what will be the output of this function ?. What is RootBitStream and What is ValidateNone.
3. What is the function of ABSTREAM ? Can anyone explain the output of :
SET OutputRoot.BLOB.BLOB = ASBITSTREAM( InputRoot.MRM
OPTIONS options
CCSID InputRoot.Properties.CodedCharSetId
ENCODING InputRoot.Properties.Encoding
SET 'N4VV9BO002001'
TYPE 'BOUT_KLTORD_MSG'
FORMAT 'CWF');

Thanks.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
jefflowrey
PostPosted: Thu Feb 10, 2005 5:47 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Please read the documentation.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Information on BITOR, ABSTREAM, RootBitStream, ValidateNone
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.