Using the command
OPEN(UNIT = 9, FILE = FILLIN, RECL = 200, FORM = 'FORMATTED', & ACCESS = 'DIRECT')
I get a file with CR/LF ending the 200 byte records in Release whereas the file has only CR (or maybe just LF) in Debug. Why?
Using the command
OPEN(UNIT = 9, FILE = FILLIN, RECL = 200, FORM = 'FORMATTED', & ACCESS = 'DIRECT')
I get a file with CR/LF ending the 200 byte records in Release whereas the file has only CR (or maybe just LF) in Debug. Why?