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 |
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
Errors in Sql query will be in which state?
what do you mean by an input subfile, what are the keywords required?
What is a record lock error?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is the difference between SETON RT & RETURN?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
When a object will be locked & when a record will be locked? Plz explain.
Can we possible to key with the date field?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
what is data area and how it is used in rpg program ?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?