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
define what a data area is along with a brief example of what it may be used for?
define the purpose of the *cat function?
explain the difference between defining subfile and message-subfile?
what is term cua , saa?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
what opcode could be used to test an alphanumeric field for all numeric values?
when is a tag statement used in rpg?
how can you detect and handle a record lock situation?
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?
How can we update a specific field in RPG?
what is the maximum number of fields under a record format of physical file?
Why we are not able to perform insert delete and update operation in Join logical file?
what is the purpose of overrides?
What is data structure in as400? What is the use of data structure?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?