|
|
| |
 Net.Data for i5/OS
 | | |
|
Improving Net.Data Performance
Here are some techniques that will improve the performance of your Net.Data macros:
- General
- Rexx
- External Rexx programs run faster than in-line Rexx programs.
Although it is nice to have all your source within a macro, you do pay a slight price in performance for having your Rexx programs within the macro instead of in a seperate file.
| | |
| |
|
|
|