Q.1.What is differences in STRDBG and STRISDB debugging
commands?
2.Where we should use STRDBG and STRISDB Debugging commands?
Answer Posted / 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 |
Post New Answer View All Answers
an access path may be in which sequence?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
how do you specify the number of records to roll in a subfile ?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
How to avoid using indicators in ile ?
How to reverse a string using RPG?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
how you will know whether you are in sfldrop or sflfold mode?
Using %check we are checking monika in mona what is output? What is %SCAN?
what is the command used to invoke rlu ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
Explain The Keywords Edtcde & Edtwrd?
In RPG How to read a records from a file without using read opcodes?
What Does Lokup Does In Tables & Arrays?