Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

remove the LAST CR LF in a flat file

edited Mar 17, 2020 5:00AM in Design Tools & Output Technologies - JDE1 (MOSC) 5 commentsAnswered

JDE E910

I am using B34A1010 - WriteOneLine BF to write to a flat file.  at the end of each line are having CR and LF.  That is great.  However, the flat file also has one empty blank line at the end of the file.  I believe it is due to the last CR and LF in the end of each line.

How to get ride of this last empty blank line or remove the last ( only the last CR and LF ) ?

from :

abcdegh<CR><LF>

12345<CR><LF>

<BLANK>

to :

abcdegh<CR><LF>

12345

Note :  I found oracle doc id 2394764.1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center