|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Propagation to finish file terminal |
« View previous topic :: View next topic » |
Author |
Message
|
Accell |
Posted: Tue Sep 15, 2015 8:18 am Post subject: Propagation to finish file terminal |
|
|
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 |
|
 |
smdavies99 |
Posted: Tue Sep 15, 2015 9:20 am Post subject: |
|
|
 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 |
|
 |
Accell |
Posted: Tue Sep 15, 2015 9:30 am Post subject: |
|
|
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 |
|
 |
fjb_saper |
Posted: Tue Sep 15, 2015 3:54 pm Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|