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
in conjunction with what other keyword must ovrdta and ovrata be used?
how to write code for singlepage in sqlrpgle with update ?
what opcode could be used to test an alphanumeric field for all numeric values?
what is the sequence when using cursor?
In RPG How to read a records from a file without using read opcodes?
How to avoid using indicators in ile ?
which are control break logic indicators?
how can database records be read without lock ?
How can we read file using curser? how to define a curser?
what is the purpose of data structure?
what is join logical file?
What is the difference between non-join logical files and join logical files?
how can a cgi check whether an ifs object is available?
How to add 99 menu (page down) option in menu creation..
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?