cancel
Showing results for 
Search instead for 
Did you mean: 

FCC on reciever channel - extra blank line

Former Member
0 Kudos

Hi,

I am having the foll FCC structure

Header,MessageData,FileName

Header.fieldFixedLengths 2,19,3,19,20,6,1

Header.endSeparator 'nl'

MessageData.fieldFixedLengths 2,14,3,15,10,14,2,1,15,25,20,80,4,4,40,40,1,4,2,4,14,14,6,1,100,100,2,2,1,1,1,1,1,15,2,10,10,2,15,2,10,10,2,10,10,13,200,1

FileName.fieldFixedLengths 0

FileName.fixedLengthTooShortHandling Cut

FileName.endSeparator '0'

Here I am trying to cut out FileName data

but always and the end of the MessageData block....I get a blank new line.

I want the cursor last position to be at the end of MessageData block only.

How do I avoid this?

Cheers,

Earlence

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

chagne the structure of FileName occurance to 0..1 and if any field exits those field occurance also make it 0..1. It's worked for me.

Former Member
0 Kudos

Hi Earlence,

Can you try using FileName.endSeparator as 0x08 and see whether it helps.

Regards,

---Satish

Shabarish_Nair
Active Contributor
0 Kudos

it is a known issue and hence the recommendation to use dynamic configuration - /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name

Shabarish_Nair
Active Contributor
0 Kudos

also try using endSeperator as '0'