I have to change a program. This program is calling a
subroutine mor than 100times within it. so will it have any
performance issue? if yes than what changes i can make.
Thanx for ur valuable answer.
Answers were Sorted based on User's Feedback
Your program may call 100 times are more than that it does
not affect the Performance issue .
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / syam
Your Question not clear. Why you are calling program any
data validation? Only to validate you can use dataarea also.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is post opcode do
How can you delete records form a file in rpg without using "Delete" OPCODE?
How to read a record from file where there is multiple record occurrence is available?
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
how can you display specific subfile page on the screen in unequal subfile?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
what is the difference between SETON RT & RETURN?