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

Link-Edit Error


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashis

New User


Joined: 24 Mar 2005
Posts: 11
Location: mumbai

PostPosted: Tue Apr 19, 2005 11:31 am
Reply with quote

IEW2457E 9208 SYMBOL CEEBETBL UNRESOLVED. NO CALL LIBRARY SPECIFIED.
IEW2457E 9208 SYMBOL CEESTART UNRESOLVED. NO CALL LIBRARY SPECIFIED.
IEW2457E 9208 SYMBOL IGZCBSO UNRESOLVED. NO CALL LIBRARY SPECIFIED.
IEW2457E 9208 SYMBOL CEESG005 UNRESOLVED. NO CALL LIBRARY SPECIFIED.
these are the error i'm getting when trying to invoke the IEWL for link-edit thru jcl.

what the action to take plz hlp me out



below is the coding what i 'v writen



//MISAXNA JOB (123),'ASHIS',NOTIFY=&SYSUID,CLASS=A
//STEP2 EXEC PGM=IEWL
//STEPLIB DD DSN=SYS1.COB2LIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSDUMP DD SYSOUT=*
//SYSLIB DD DSN=SYSACS.PROCLIB.IMDV,DISP=SHR
// DD DSN=SYS2.PROCLIB.IMDV,DISP=SHR
// DD DSN=SYS1.PROCLIB,DISP=SHR
// DD DSN=SYS2.PROCLIB,DISP=SHR
// DD DSN=CPAC.PROCLIB,DISP=SHR
// DD DSN=SYS1.IBM.PROCLIB,DISP=SHR
// DD DSN=PROD.FINAL.PROCLIB,DISP=SHR
// DD DSN=SYS2.IOA.RUNNING.PROCLIB,DISP=SHR
// DD DSN=PROD.QA.PROCLIB,DISP=SHR
// DD DSN=ACSNS.SYMDUMP.CICS.PROD.OPTLIB,DISP=SHR
// DD DSN=SYS1.VSCLLIB,DISP=SHR
// DD DSN=SYS1.VSCOLIB,DISP=SHR
// DD DSN=SYS2.INCLUDE
//* DD DSN=
//SYSUT1 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT2 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT3 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT4 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT5 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT6 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSUT7 DD UNIT=SYSDA,SPACE=(10,(10,10,10),RLSE)
//SYSLIN DD DSN=MISAXN.ASHIS.TEST.COBLIB(TEST2),DISP=SHR
//SYSLMOD DD DSN=MISAXN.ASHIS.TEST.COBLIB(TEST1),DISP=SHR
//
Back to top
View user's profile Send private message
harishskumar

New User


Joined: 18 Feb 2005
Posts: 13
Location: Bangalore

PostPosted: Tue Apr 19, 2005 12:11 pm
Reply with quote

You should provide a syslib dd statement in the batch jcl or specify a callib ddname... for the following
CEEBETBL
CEESTART
IGZCBSO
CEESG005

This is not found in the current libraries.
Back to top
View user's profile Send private message
ashis

New User


Joined: 24 Mar 2005
Posts: 11
Location: mumbai

PostPosted: Wed Apr 20, 2005 10:11 am
Reply with quote

BATCH EMULATOR JOB(MISAXN01) STEP(STEP2 ) PGM= IEWL
IEW2278I B352 INVOCATION PARAMETERS - NOCALL,XREF

IEW2454W 9203 SYMBOL IGZCBSO UNRESOLVED. NO AUTOCALL (NCAL) SPECIFIED.
IEW2454W 9203 SYMBOL CEESTART UNRESOLVED. NO AUTOCALL (NCAL) SPECIFIED.
IEW2454W 9203 SYMBOL CEEBETBL UNRESOLVED. NO AUTOCALL (NCAL) SPECIFIED.
IEW2454W 9203 SYMBOL CEESG005 UNRESOLVED. NO AUTOCALL (NCAL) SPECIFIED.


i could not know how to resolve these issues please helpme out.

what are the syslib to be specified.


please give response as soon as possible.
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 -> COBOL Programming

 


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 Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
Search our Forums:

Back to Top