Q.1.What is differences in STRDBG and STRISDB debugging
commands?
2.Where we should use STRDBG and STRISDB Debugging commands?
Answers were Sorted based on User's Feedback
Answer / reecha
Sorry for the above mistake ,i have mistakenly wriiten...
the correct answer :
1.STRDBG can be used in both RPGIII & RPGIV
2.STRISDB can be used only in RPG III
| Is This Answer Correct ? | 35 Yes | 1 No |
Answer / 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 |
Answer / swetha p rao
STRDBG can be used to debug both batch and interactive
programs where as STRISDB can be used only in interactive
pograms
| Is This Answer Correct ? | 12 Yes | 22 No |
Answer / ankur saini
hello friend this is ankur "Fresher"
well there are three program model
1. OPM original pgm model
2. EPM Extented pgm model
3. ILE Interactive lanaguage envirnoment
SO for opg hve clp and rpg prms ,strisdb is for this model only
and strdbg is for ILE
I HOPE SOMEONE REALLYY SATISFY WITH IT !!!
| Is This Answer Correct ? | 2 Yes | 12 No |
Answer / reecha
both STRDBG & STRISDB can be used in both RPGIII & RPGIV
whereas u cannot use STRISDB in RPGIII
| Is This Answer Correct ? | 2 Yes | 33 No |
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
What is difference between CAT, TCAT, BCAT?
What is SDA used for?
What is the purpose of the following FORDHDR1 CF E WORKSTN $2SFN SFILE FMT2
What is the symbol used for shifting fields in SDA?
how many printer files can be defined in f specs ?
How to create a data queues?
For AS/400 Freshers good website is
What is SFLPAG
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?