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 |
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
how can you display specific subfile page on the screen in unequal subfile?
what is the necessary keyword needed to scroll subfile records?
how to display all the members records in a physical file without using ovrdbf?
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
what is plat file?
Explain mdt?
How to update physical file in rpgle without using display file?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
Can a indexed file be accessed in arrival sequence in RPG?
What is the difference between RPG/400 and RPG4
how to retrieve RRN value in RPGLE program