Page 1 of 1

Error: Unable to load CCNEP?

PostPosted: Thu Dec 20, 2012 11:23 am
by chan
I tried to compile a C program under Unix Service (z/OS 1.12), but the compiler keep telling me this annoying error:
My program is very simple
#include <stdio.h>

main() {
    printf("Hello World");
}

Here is the error message:
KC03G80:/u/kc03g80: >gcc -o test test.c                                 
gcc: FSUM7351 not found                                                 
KC03G80:/u/kc03g80: >c89 -o test test.c                                 
CCN0634(U) Unable to load CCNEP.  Compilation terminated.               
FSUM3065 The COMPILE step ended with return code 64.                   
FSUM3017 Could not compile test.c. Correct the errors and try again.   
KC03G80:/u/kc03g80: >                                                   
                                         

So what is this error? Any idea? Thanks in advance.

The tutorial I followed is here http://www.ibmpressbooks.com/articles/a ... 1&seqNum=4

Re: Error: Unable to load CCNEP?

PostPosted: Thu Dec 20, 2012 11:47 am
by steve-myers
Unfortunately, this is not something we can help you with. I checked on a much different z/OS level, and the module was found in the z/OS link list in a library that appears to contain the C compiler. Based on my result it appears to me this is an issue in the way your z/OS system is setup; you will have to discuss this with the support people at your site.

Re: Error: Unable to load CCNEP?

PostPosted: Thu Dec 20, 2012 12:09 pm
by chan
Hi Steve,
Thanks a lot. I think I might have to contact the people at Marist College.