Hi,
I have one question in PL/I. How can we defferentiate Static Call and Dynamic Call in PL/I?
How they are going to function? Pls provide detail explanation.
Thanks!
Satish
Difference between Static Call and Dynamic Call
-
- Posts: 7
- Joined: Thu Aug 13, 2009 12:38 pm
- Skillset: PL/I, COBOL, JCL, VSAM, DB2
- Referer: Friend
Difference between Static Call and Dynamic Call
_______________
Thanks Alot.
Sati
Thanks Alot.
Sati
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Difference between Static Call and Dynamic Call
Hello and welcome to the forum,
Static calls are resolved during the link-edit. Dynamical calls are resolved at run time.
Static calls are resolved during the link-edit. Dynamical calls are resolved at run time.
Typically, identically. . . What detail are you looking for?How they are going to function?
Hope this helps,
d.sch.
d.sch.
-
- Posts: 7
- Joined: Thu Aug 13, 2009 12:38 pm
- Skillset: PL/I, COBOL, JCL, VSAM, DB2
- Referer: Friend
Re: Difference between Static Call and Dynamic Call
Hi Dick,
How can we identify a CALL is static or dynamic in PL/I?
or
How to differentiate a CALl is static or dynamic by seeing code?
How can we identify a CALL is static or dynamic in PL/I?
or
How to differentiate a CALl is static or dynamic by seeing code?
_______________
Thanks Alot.
Sati
Thanks Alot.
Sati
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Difference between Static Call and Dynamic Call
Hello,
Unfortunately, i don't "speak" pl/i. . .
Heres a link to the pl/i documentation for "Dynamic loading of an external procedure":
http://publibz.boulder.ibm.com/cgi-bin/ ... lr60/6.4.7
The open book near the top-left is the table of contents. Suggest you bookmark this
COBOL source that calls a "literal" value is static. COBOL source that calls a variable-name value is dynamic. There is also the dynam/nodynam compiler option.How to differentiate a CALl is static or dynamic by seeing code?
Unfortunately, i don't "speak" pl/i. . .
Heres a link to the pl/i documentation for "Dynamic loading of an external procedure":
http://publibz.boulder.ibm.com/cgi-bin/ ... lr60/6.4.7
The open book near the top-left is the table of contents. Suggest you bookmark this

Hope this helps,
d.sch.
d.sch.
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: Difference between Static Call and Dynamic Call
satish.ms10 wrote:How to differentiate a CALl is static or dynamic by seeing code?
If there is a
Code: Select all
FETCH ABCDEF;
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 8376
-
by sergeyken
View the latest post
Wed Nov 16, 2022 8:31 pm
-
-
REXX call RACF service IRRSPK00 to generate Pass Tickets
by VladGoodman » Mon Feb 27, 2023 1:11 am » in CLIST & REXX - 4
- 2419
-
by Pedro
View the latest post
Fri Mar 17, 2023 11:40 pm
-
-
-
Call REXX dsn "independently" from ispf panel
by RazVorox » Wed Jun 07, 2023 11:32 am » in CLIST & REXX - 2
- 1826
-
by willy jensen
View the latest post
Wed Jun 07, 2023 1:23 pm
-
-
- 5
- 1763
-
by willy jensen
View the latest post
Fri Dec 03, 2021 8:16 pm
-
- 10
- 3860
-
by Heisenberg
View the latest post
Fri Jun 23, 2023 4:00 pm