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~