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 the purpose of the *bcat function?
what is the purpose of indicators in rpg?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
Explain The Keywords Edtcde & Edtwrd?
when do you explicitly open files and close files in an rpg program?
how to pick up the changed records every time in a subfile after the first change made ?
what are the basic features of seu?
define the purpose/use for sflrna?
why is as/400 called object oriented machine?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
what are members?
how can you detect overflow for a print program that prints multiple lines per cycle?
define the rcvf command?
how can a message from a message file appear as a constant on the screen?
what are the important factors in error message subfile ?