Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

problem with read dataset...urgent plz

Former Member
0 Kudos

Hi all,

i am saving the output pdf table(which contains junk data like japanese characters) from CONVERT_OTF fm in to the application server by using open dataset in binary mode. and it is saving as txt file .but in that txt file i am getting some different characters like #.... when i am checkin it.why so?

And while reading it also it is showing some problem.....so how to read it..

if possible explain with some sample code also..............

Thanks in advance......

regards,

sharma.

2 REPLIES 2

Former Member
0 Kudos

Hi ,

Try using,

OPEN DATASET file FOR INPUT IN TEXT MODE..

0 Kudos

Hi patil,

i am using read dataset in text mode only.it is not working .when i am using in binary mode those cahracters are again converting into junk data...

i think you understood my problem

regards,

sharma.