Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

COBOL Programming :: RE: Compiler option for override the external data item in FD

$
0
0
Author: Robert Sample
Posted: Fri Jul 08, 2016 8:25 pm (GMT 5.5)

Quote:
But it throws error as mentioned below
Terminology is critical in IT, where similar terms may mean very different things. You CANNOT "throw" an error in COBOL -- maybe in Java on the mainframe, but in general mainframes do not "throw" errors -- period. You are COMPLETELY wrong in using this phrase with reference to a COBOL program. You may get an ABEND, or (as in your case) get a compiler error, but nothing got thrown.
_________________
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


Viewing all articles
Browse latest Browse all 9405

Trending Articles