Application Development and Automation 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: 
Read only

unicode datasets?

Former Member
0 Likes
434

The program in 4.6 is with OPEN DATASETS .......in binary mode. But In ECC 6.0 It's not working. what should be replaced by that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Add a tag:

OPEN DATASET file FOR UPDATE IN BINARY MODE 
                             ENCODING DEFAULT.

Regards,

1 REPLY 1
Read only

Former Member
0 Likes
393

Add a tag:

OPEN DATASET file FOR UPDATE IN BINARY MODE 
                             ENCODING DEFAULT.

Regards,