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

How to code a link member for a program ?


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

New User


Joined: 09 Jan 2006
Posts: 20

PostPosted: Thu Jan 12, 2006 10:48 am
Reply with quote

I want to know how to code a link member(of the links library)used in linkediting.B'coz I am getting some target unresolved error.
Back to top
View user's profile Send private message
MichaelKBS

New User


Joined: 10 Jan 2006
Posts: 24
Location: Germany

PostPosted: Thu Jan 12, 2006 2:05 pm
Reply with quote

mfjude wrote:
I want to know how to code a link member(of the links library)used in linkediting.B'coz I am getting some target unresolved error.


When using IEWBLINK the link member is to be put under
DD-Name SYSLIN like this:

//OBJ1 DD DISP=SHR,DSN=objectmodule-library
//SYSLIN DD *
INCLUDE OBJ1(programname)
ENTRY programname
MODE AMODE(31),RMODE(ANY)
NAME programname(R)

I hope this will help you,

Michael
Back to top
View user's profile Send private message
mfjude

New User


Joined: 09 Jan 2006
Posts: 20

PostPosted: Thu Jan 12, 2006 2:13 pm
Reply with quote

Thanx Michael.But My links is also including something like change target(some member name) .What abt this ? Can I get some material which describes everything abt a link member coding?
Back to top
View user's profile Send private message
mfjude

New User


Joined: 09 Jan 2006
Posts: 20

PostPosted: Fri Jan 13, 2006 6:28 pm
Reply with quote

pls help.....its so much time now icon_cry.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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top