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 to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
What will happen if we r using seton lr after return or vice versa.
what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.
To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
What is the significance of UDATE?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
what is the equivalent keyword for CHAIN opcode ??
How do I read records from Subfile? what is the purpose of READC explain with example?
How can we override a file during runtime in rpg?