IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error regarding NONXPLINK_compilation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
iwannaknow

New User


Joined: 30 Jan 2006
Posts: 10
Location: Chennai

PostPosted: Thu Mar 02, 2006 4:06 pm
Reply with quote

Hi All, while executing the following job I got the error msg as pasted under it.


**************jcl*********************

//xxxxxxJB JOB (xxx-yyy-zzzzzz-nnn-999),CLASS=C,

// MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=zzzz

//* COMPILE, BIND AND RUN

//PROC JCLLIB ORDER=(CBC.SCCNPRC)

//*

//DOCLG EXEC CBCCBG,

// INFILE='zzzzzz.PGM.CPP(CCNUBRC)'

//* CPARM='OPTFILE(DD:CCOPT)'

//COMPILE.CCOPT DD *

LSEARCH('zzzzzz.PGM.CPP')

SEARCH('CEE.SCEEH.+','CBC.SCLBH.+')

/*

//* ENTER TODAY'S DATE IN THE FORM YYYY/MM/DD

//GO.SYSIN DD *

1997/10/19

/*
**********************************************************

Error Message in Spool :
-----------------------------------------------------

CEE3555S A call was made from a NOXPLINK-compiled application to an XPLINK-compiiled exported function in DLL C128 and the XPLINK(ON) runtime option was not specified.

From entry point __dllstaticinit at compile unit offset +00000868 at entry offset +00000868 at address

0960DA08.

----------------------------------------------------


could somebody come with a solution.

Thanks in advance.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Mar 02, 2006 7:14 pm
Reply with quote

This is the message help text.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top