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 

call and xctl

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


Joined: 24 Jan 2003
Posts: 3
Topics: 3

PostPosted: Tue Mar 11, 2003 6:24 am    Post subject: call and xctl Reply with quote

what is the difference b/w static and dynamic call and call and XCTL?

Thanks
Dav
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 699
Topics: 63
Location: USA

PostPosted: Tue Mar 11, 2003 6:56 am    Post subject: Reply with quote

Static Call: Called program (name) is fixed and the subprogram is part of the same load module.

Dyanamic Call: Called program (name) can vary and the subprogram is link-edited into a seperate load module and is loaded into storage only if and when called.

XCTL: Control passed to another program through CICS. Control won't came back to main program.

LINK: Control passed to another program through CICS. Control will came back to main program after finishing called program.

Diba
Back to top
View user's profile Send private message Send e-mail
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