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

Static call to Dynamic Call conversion


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
enggsach

New User


Joined: 20 Feb 2009
Posts: 1
Location: Bangalore

PostPosted: Thu Mar 05, 2009 10:29 am
Reply with quote

Hi, i am changing static calls to dynamic calls in many programs. Most of the programs are PL1-DB2 and Cobol DB2. Is there any way to verify that these calls are converted successfully in load module OR in some other way. As testing through complete date is taking much time.
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Thu Mar 05, 2009 11:58 am
Reply with quote

For COBOL-DB2 programs you can easily convert static calls to dynamic without even modifying your code.

Use DYNAM compiler option to compile your cobol code. It will itself covert all the static call into dynamic calls. This way you could be sure of dynamic calls if your code compiles successfully.

I don't know abt PL1.

Thanks,
-Kapil.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion DB2 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts file manager is doing string conversion IBM Tools 3
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top