If I use fopen(... "r") and use fgets().. I can read the file line of a file in OMVS.
If this is a file tagged as ASCII ISO8859-1. I get the whole file read in ( presumably because there is no x'15' new lines in the file)
Are there any options to be able to read the (ASCII) file line by line?
------------------------------
Colin Paice
------------------------------