Page 1 of 1

linkage problem

PostPosted: Fri Jul 23, 2010 7:41 pm
by ballaravi
hi,

i am doing some task,using subprogram concept.

In link spool file it is showing error like
"MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY."

IT IS STATIC CALL AND THIS LINKING ERROR IS COMING WHILE COMPILING THE MAIN PROGRAM,
PLEASE HELP ME.

AND I WHAT TO KNOW " can we pass the group name in file section to sub-program.

Re: linkage problem

PostPosted: Fri Jul 23, 2010 7:58 pm
by Robert Sample
The error message is quite clear -- the SYSLIB concatenation in your linkage editor / binder step does not include any load library that contains your subprogram.

can we pass the group name in file section to sub-program.
You are not clear here -- are you wanting to pass the FD 01 variable to your subprogram? If so, the answer is yes as long as the file has been opened already. If you meant something else, please let us know what you are wanting to do.

Re: linkage problem

PostPosted: Sat Jul 31, 2010 4:50 pm
by ballaravi
ok,thank you my problem sloved

Re: linkage problem

PostPosted: Sat Jul 31, 2010 8:13 pm
by Robert Sample
Glad to hear it is solved.