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 » Propagation to finish file terminal

Post new topic  Reply to topic
 Propagation to finish file terminal « View previous topic :: View next topic » 
Author Message
Accell
PostPosted: Tue Sep 15, 2015 8:18 am    Post subject: Propagation to finish file terminal Reply with quote

Novice

Joined: 07 Feb 2015
Posts: 24

Hi, i am creating an output file with input csv,the output file contains records as expected but file is stuck at mqsitransit.
While debugging it gets terminated at return FALSE.Could you please help me.
Output records n elements set is delimited data.

Quote:
WHILE (LASTMOVE( PatrolRecord ))
DO
IF(j<=1) THEN
CREATE FIELD OutputRoot.DFDL..header VALUE 'ABC';
END IF;
SET OutputRoot.DFDL.record.A=Record.A;
SET etc..
SET OutputLocalEnvironment.Destination.File.Name='CD_' ||CAST(CURRENT_TIMESTAMP AS CHARACTER FORMAT 'YYYYMMdd')||'.cad';


PROPAGATE TO TERMINAL 1;



SET j=j+1;
MOVE Record NEXTSIBLING REPEAT TYPE NAME;
END WHILE;

PROPAGATE TO TERMINAL 2 ;

RETURN FALSE;

END;
END MODULE;
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Sep 15, 2015 9:20 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

What are the names of the Compute Node output terminals?
You saw them when wiring them up.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Accell
PostPosted: Tue Sep 15, 2015 9:30 am    Post subject: Reply with quote

Novice

Joined: 07 Feb 2015
Posts: 24

Hi,the terminals are correct,however when i giving delete i.e. PROPAGATE TO TERMINAL 1 delete none:
Its coming out of transit,but header is coming with eve
ry record instead of propagating one time.

Many thanks.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Sep 15, 2015 3:54 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Accell wrote:
Hi,the terminals are correct,however when i giving delete i.e. PROPAGATE TO TERMINAL 1 delete none:
Its coming out of transit,but header is coming with eve
ry record instead of propagating one time.

Many thanks.

Working as designed. This is why you said DELETE NONE isn't it?
_________________
MQ & Broker admin
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 » Propagation to finish file terminal
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.