Error: Unable to load CCNEP?



Help for C/C++ for MVS, OS/390 C/C++, z/OS C/C++ and C/C++ Productivity Tools for OS/390

Error: Unable to load CCNEP?

Postby chan » Thu Dec 20, 2012 11:23 am

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
chan
 
Posts: 10
Joined: Wed Dec 19, 2012 3:00 pm
Has thanked: 1 time
Been thanked: 0 time

Re: Error: Unable to load CCNEP?

Postby steve-myers » Thu Dec 20, 2012 11:47 am

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.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Error: Unable to load CCNEP?

Postby chan » Thu Dec 20, 2012 12:09 pm

Hi Steve,
Thanks a lot. I think I might have to contact the people at Marist College.
chan
 
Posts: 10
Joined: Wed Dec 19, 2012 3:00 pm
Has thanked: 1 time
Been thanked: 0 time


Return to C, C++

 


  • Related topics
    Replies
    Views
    Last post