In this post, you’ll learn about the COBOL runtime Error Code 190 and the reason why you are receiving it
COBOL Error Code :
190
Reason for this Error in COBOL
Too many arguments to CALL (Fatal) -A CALL statement in your program cannot be successfully executed because of the number of arguments which you have used with it. -When your program has terminated you can recode it using group items rather than elementary ones. You should then be able to run your program successfully.
Leave a Reply