General discussion
May 2, 2002 at 01:35 AM
sunney

MicroFocus Cobol

by sunney . Updated 24 years, 1 month ago

I am running a Microfocus Cobol program on HP/Unix “L” series machine that reads a text file to parse it. The input file has the carriage return represented by “\n”. My program uses the octal representation for carriage return “0D” thus it fails at runtime with error 153 “Subscript is out of range”. Any idea how would I handle this problem without changing the input file.

Thanks
Sanjay

This discussion is locked

All Comments