2008 Sep 01 12:34 PM
Hi
I am writing data to flat file.
for each record at the end i need to populate with space of 156 charactes lengh, so that the totla record length will be 512 chars
Can anyone tell me how to solve this issue
thanks&Regards
rama
2008 Sep 01 12:38 PM
Hi
Take the last field of the record and conactenate it with a variable of length 152 charaters....n pass it to the flat file...
Hi
I am writing data to flat file.
for each record at the end i need to populate with space of 156 charactes lengh, so that the totla record length will be 512 chars
Can anyone tell me how to solve this issue
thanks&Regards
rama
2008 Sep 01 12:38 PM
hi Rama,
Applications server:
use the LENGTH addition of TRANSFER:
TRANSFER ... LENGTH ==> here you specify the complete length (including spaces)
Presentation server:
Importing parameter TRUNC_TRAILING_BLANKS of GUI_DOWNLOAD has to be space
hope this helps
ec
2008 Sep 01 12:38 PM
Hi
Take the last field of the record and conactenate it with a variable of length 152 charaters....n pass it to the flat file...
2008 Sep 01 1:46 PM