Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
link-edit error

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
ashis

New User


Joined: 24 Mar 2005
Posts: 11
Location: mumbai

PostPosted: Tue Apr 19, 2005 11:31 am    Post subject: link-edit error
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
References
harishskumar

New User


Joined: 18 Feb 2005
Posts: 13
Location: Bangalore

PostPosted: Tue Apr 19, 2005 12:11 pm    Post subject: Re: link-edit error
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    Post subject: Re: link-edit error
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1