Skip to Content
0
Former Member
Apr 22, 2008 at 03:12 AM

Opening a file for write access [trailing spaces required]

16 Views

Hi,

i am opening a file for write access using:

OPEN DATASET W_FILENAME FOR OUTPUT IN TEXT MODE.

However, when i perform transfer W_LINE to W_FILENAME, trailing spaces in W_LINE are trimmed off automatically. I have tried various methods without success.

Appreciate if help can be offered. Thank You~