How to identify the object has compiled with the debug view as
*source without using STRDBG?
Answers were Sorted based on User's Feedback
Answer / grcsreddy
Use DSPPGM (PGM name) --> command and then press enter 2
times you can get/see Debug data: *YES ,that means the
source complied with *source
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / john
Debug Data *yes can be seen on the 3rd screen of dsppgm is you are displaying all data.
Put 5 on the module and just do one page down
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / srikanth
If program is compiled with DBGVIEW *NONE, Then DEBUG DATA will be *NO, in rest of all cases it DEBUG DATA *YES even it is compiled with *SOURCE, *STMT, *LIST
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / san
Using DSPPGM Command and option Debug data: *YES, u can
find out the object has been compiled with Debug mode with
*source or not.
| Is This Answer Correct ? | 5 Yes | 7 No |
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
What is the difference between inner join @ outer join
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
can anyone say,what is the use of operation extended H/N/P?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
in which journalling which attributes are necessary??/
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
how do I do concatenation in rpg iv, like I do in cl?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?