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 difference between rename and prefix?
how do you use commitment control in rpg program ?
what are different record spacing keywords in rlu ?
what is the disadvantage of using global variable?
In 'o' Specs What Is The Opcode For Write?
during input operation which indicator position is seton if there is a record lock?
what is arrival sequence?
how can I control the way a remote browser uses its cache?
How to avoid using indicators in ile ?
define the purpose/use for sflrna?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
what is the difference between seton lr and retrn?
what is term cua , saa?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?