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 Does Lokup Does In Tables & Arrays?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
which are control break logic indicators?
what is scan and xlate?
what is the sequence when using cursor?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
Can level check error occur if we do chgpf?
what is xfoot opcode ?
Can you summarize the steps I have to go through in writing my first cgi?
which indicator is used for read?
maximum number of subfiles that can defined in a rpg program for one display file is?
how to read database records without locking them?
define data structure?
define what a data queue is along with a brief example of what it may be used for?