call and xctl
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Application Programming

#1: call and xctl Author: dav PostPosted: Tue Mar 11, 2003 6:24 am
    —
what is the difference b/w static and dynamic call and call and XCTL?

Thanks
Dav

#2:  Author: DibakarLocation: USA PostPosted: Tue Mar 11, 2003 6:56 am
    —
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



MVSFORUMS.com -> Application Programming


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group