In this post, you’ll learn about the COBOL runtime Error Code 167 and the reason why you are receiving it
COBOL Error Code :
167
Reason for this Error in COBOL
Too many USING items (Fatal) -The list of items which you have supplied in a CALL….USING statement is longer than the run-time system can handle. -Once your program has terminated recode it with group items rather than elementary items before rerunning it.
Leave a Reply