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

LKED (Link-Edit) section getting MAXCC = 8


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cicsknow

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Fri Apr 17, 2009 4:25 pm
Reply with quote

Hello friend,

I have compiled one assembly prog. and getting MAXCC = 8, when I have ready joblog i found that its due to LKED step in compilation....

what are possibility of this problem occured........


Thanks
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Apr 17, 2009 4:35 pm
Reply with quote

cicsknow wrote:
I have compiled one assembly prog. and getting MAXCC = 8, when I have ready joblog i found that its due to LKED step in compilation....

what are possibility of this problem occured........
And you expect someone here to guess what the error is?
Are you going to let us know if we guess the corect error message?
Look at the listing and find the error message. icon_rolleyes.gif
Back to top
View user's profile Send private message
cicsknow

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Fri Apr 17, 2009 4:44 pm
Reply with quote

CICSGUY,

I have checked that messages in linkedit section of compilation job and come to know that sone UNRESOLVED symbol is present. Now, I need to find that, this symbol need to inside a program or macro...or somewhere else?????????

Please tell me that, if I got a UNRESOLVED SYMBOL problem during linkedit a program......so how can I rectify it?

Thanks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 17, 2009 4:49 pm
Reply with quote

You are calling a nonexistent external subroutine
( or the linkage editor does not have all the libraries needed )
Back to top
View user's profile Send private message
cicsknow

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Fri Apr 17, 2009 5:02 pm
Reply with quote

Thanks enrico-,

For confirming on it, one more help need from you.....

what is INVOCATION PARAMETERS of IEWL linkeditor....

and if you have any link to more study on linkage o assembly pls welcome..


Thanks.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 17, 2009 5:17 pm
Reply with quote

Go to www.s390.ibm.com and find the library for your version of z/OS. There will be a Program Management User's Guide and Reference manual which will tell you everything you need to know, and more.
Back to top
View user's profile Send private message
cicsknow

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Fri Apr 17, 2009 5:25 pm
Reply with quote

Thanks a lot Robert sample......

Documents are fine and using that doc, I have solved problem....

Really Really Thanks a lot.....
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 17, 2009 5:30 pm
Reply with quote

Glad to hear your problem is solved! icon_biggrin.gif
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Need help to resolve a hard edit COBOL Programming 8
Search our Forums:

Back to Top