How to identify the object has compiled with the debug view as
*source without using STRDBG?
Answer Posted / 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 |
Post New Answer View All Answers
How can we know running job is batch or interactive?
what is the difference between do while and do until?
can you debug ile rpg program using isdb?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
how do I preserve and clean the array?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How Chain operation copies the record's data to the input buffer for the program?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the necessary keyword needed to scroll subfile records?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How to handle duplicate error handling in RPG?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?