Page 2 of 2

Re: JCL Error - Expected Continuation Not Received and UOF

PostPosted: Mon Aug 27, 2018 2:54 am
by enrico-sorichetti
2 IEFC612I PROCEDURE COBOLCL WAS NOT FOUND

that' s the thing to investigate

Re: JCL Error - Expected Continuation Not Received and UOF

PostPosted: Mon Aug 27, 2018 6:13 pm
by Robert Sample
One comment: you MUST talk to coworkers, or your team leader, or your manager, or your site support group to determine the appropriate COBOL compile procedure to execute. COBOLCL sounds more made up than real; IGYWCL is one of IBM's COBOL procedures provided with the compiler. And if your site support group has not placed the COBOL compile / link procedure in a system procedure library, you will need to add a JCLLIB statement to your code to point to the correct procedure library (so if COBOLCL is your site's procedure, it is not in a system library and hence you will have to use a JCLLIB statement). None of this can we help you with -- only someone working AT YOUR SITE can possibly provide you the needed information since it can (and often does) vary from site to site.