M make Member Oct 30, 2002 #1 hi there ! i give out some data to a cvs-file, with the stream -function. Now i have to set the ibm850 stream parameter. But i dont no how! Can anyone help me ? Greets Make
hi there ! i give out some data to a cvs-file, with the stream -function. Now i have to set the ibm850 stream parameter. But i dont no how! Can anyone help me ? Greets Make
B bendaluz2 Member Oct 30, 2002 #2 This should do the trick <code> OUTPUT STREAM <stream-name> TO <output-file> CONVERT TARGET "ibm850". </code>
This should do the trick <code> OUTPUT STREAM <stream-name> TO <output-file> CONVERT TARGET "ibm850". </code>