Author: Robert Sample
Posted: Fri May 05, 2017 3:53 pm (GMT 5.5)
Are you sure you're running on a mainframe? Enterprise COBOL file status codes are 2 digits, so if you are running on a mainframe you are missing the VITAL second digit of the file status code.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Fri May 05, 2017 3:53 pm (GMT 5.5)
Are you sure you're running on a mainframe? Enterprise COBOL file status codes are 2 digits, so if you are running on a mainframe you are missing the VITAL second digit of the file status code.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth