MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Dynamic call in Assembler

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
ravikumar_sri2001
Beginner


Joined: 06 Dec 2002
Posts: 117
Topics: 44
Location: Chennai,India

PostPosted: Sun Jun 04, 2006 10:42 pm    Post subject: Dynamic call in Assembler Reply with quote

Hi Gurus,

How "Dynamic calls" are achieved in Assembler ?.

Thanks,
Ravikumar.
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Mon Jun 05, 2006 12:51 am    Post subject: Reply with quote

See the LINK, LOAD, XCTL, DELETE and/or ATTACH macros.
Back to top
View user's profile Send private message Visit poster's website
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Mon Jun 05, 2006 2:44 am    Post subject: Reply with quote

ravikumar_sri2001,

You can code Dynamic calls in Assembler using:

1.Link Macro
2.Load ,BALR and DELETE

Dynamic Call Using LINK
The LINK macro is used to dynamically call a subprogram that is called only once. The LINK macro loads the subprogram into main storage when the call is made and then releases the subprogram before control is passed back to the calling program. For this reason LINK should be used if the subprogram will only be called once during program execution.

The following are the responsibilities of the calling program:


_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
ravikumar_sri2001
Beginner


Joined: 06 Dec 2002
Posts: 117
Topics: 44
Location: Chennai,India

PostPosted: Mon Jun 05, 2006 7:39 am    Post subject: Reply with quote

Thank you very much gurus.

Thanks,
Ravikumar.
Back to top
View user's profile Send private message
esemviswa
Beginner


Joined: 05 Jun 2006
Posts: 1
Topics: 0

PostPosted: Mon Jun 05, 2006 8:01 am    Post subject: Reply with quote

ravikumar_sri2001 wrote:
Thank you very much gurus.

Thanks,
Ravikumar.
Thanks Ravi.. Viswanathan S.M 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group