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 » new line at end of file

Post new topic  Reply to topic
 new line at end of file « View previous topic :: View next topic » 
Author Message
veera_clr
PostPosted: Thu Nov 05, 2009 5:15 am    Post subject: new line at end of file Reply with quote

Novice

Joined: 12 Oct 2009
Posts: 17

Hi all,

Good evening,

I got an issue. I have a flow like as below.

1. Input---> xsl transformation --(can we do any thing here)--> fileout put(creating files in physical location) ---> timeout control.

2. timeout notification ---> creating aggregated file.

record one cursor has to be placed at new line, I need to seperate each record with new line while creating a file at physical location.

I hope we can add new line end of the each file creating. but i am not getting how can we do that. Any suggestions please.


Thanks,
Veera
Back to top
View user's profile Send private message
sirsi
PostPosted: Fri Nov 06, 2009 6:42 am    Post subject: Reply with quote

Disciple

Joined: 11 Mar 2005
Posts: 177

a new line is added using <CR><LF> or <LF> depends on how the new line is defined for you...

<CR><LF> = '0D0A' ; <LF> = '0A' ;

DECLARE chLine CHAR CAST(X'0D0A' AS CHAR CCSID 1208);
OR
DECLARE chLine CHAR CAST(X'0A' AS CHAR CCSID 1208);
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 » new line at end of file
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.