In this post, you’ll learn about the COBOL runtime Error Code 237 and the reason why you are receiving it
COBOL Error Code :
237
Reason for this Error in COBOL
Unable to initialize animated process (Fatal) -Animator has encountered system limits in starting your program. The animated program cannot start because of either insufficient memory or too many processes running on the UNIX system. -Animate your program when the load on the system has reduced. Run the program without animation to determine if it runs successfully; if so, animate the program without cross-session or intrasession animation. Ask your system administrator to expand the number of process slots and virtual memory page maps.
Leave a Reply