CA Easytrieve

 View Only

Tuesday Tip - How to avoid performance issues when calling programs from Easytrieve 

Jan 23, 2015 11:37 AM


If you have a program that was running quickly and then the run times increased dramatically after adding a simple CALL. Make sure you lhave ENVIRONMENT COBOL on you parm statement. Even if the called module is not COBOL, it will work for all the languages in LE. If that parm is not set, Easytrieve will setup for the Language Environment each and every time the call is issued. With the parm on it will just do the setup for the LE once and maintain it through the end of the program. The amount of improvement is dependent on how often the module(s) are called.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.