Darkwing99
Programmer
Hello,
I have a "binary" dataset on an z/OS-system where I have to put some LineFeeds at special positions.
If I open the output-dataset in "binary"-mode (e.g. "wb"
the '\n' will not be a real LineFeed and if I open it in "text"-mode all HEX'15' of my input-data will be converted to real LineFeeds.
I found a solution in reopen the output-file for every LineFeed. But it uses plenty of time.
Is there a way to switch the mode without close/open the dataset?
Regards,
Thomas
I have a "binary" dataset on an z/OS-system where I have to put some LineFeeds at special positions.
If I open the output-dataset in "binary"-mode (e.g. "wb"
I found a solution in reopen the output-file for every LineFeed. But it uses plenty of time.
Is there a way to switch the mode without close/open the dataset?
Regards,
Thomas