I am writing to a text (ASCII) file that has variable record lengths. (i.e., one record is 25 characters, another 109 characters, etc.) I am using the put statement to write to the file. My problem is, each record is going onto the same line (one record) instead of going to a new line (multiple records). How can I fix this? (The data is all string values.) Thanks.
jdiek
jdiek