Q.1.What is differences in STRDBG and STRISDB debugging
commands?
2.Where we should use STRDBG and STRISDB Debugging commands?
Answer Posted / svankipu
See!
Actually!
STRDBG can be used for both RPG/400 & RPGILE(RPGIV)
STRISDB can be used only for RPG/400.
Also STRDBG can be used for both Interactive & Batch pgms,
whereas STRISDB has to be used only for Interactive programs.
It's a bad idea to use STRISDB even in RPG/400, because it
consumes lot of resources & is very slow.
On the contrary STRDBG is very fast & can be used almost in
all the scenarios.
Therefore STRISDB needs to be used when the pgm is invoked
through menus/application screens & not called directly.
However try to avoid using STRISDB to the max. extent possible.
Thanks!
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
what is the clp command to access a query/400?
Difference Between Source Physical File & Physical File?
how does union file maintains record formats?
how can I control the way a remote browser uses its cache?
which indicator is used for read?
How to avoid using indicators in ile ?
how do you read data area in an rpg program?
what is the purpose of putovr (put with explicit override) keyword?
what is the disadvantage of using global variable?
which single rpg opcode performs both setll and reade?
can a join logical file be updated?
why is the declare cursor statement is used for?
define the purpose of the leave operation?
an access path may be in which sequence?
what is the difference between normal upddta to pf and updating using dfu program?