How to identify the object has compiled with the debug view as
*source without using STRDBG?

Answers were Sorted based on User's Feedback



How to identify the object has compiled with the debug view as *source without using STRDBG?..

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

How to identify the object has compiled with the debug view as *source without using STRDBG?..

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

How to identify the object has compiled with the debug view as *source without using STRDBG?..

Answer / ankit taneja

I did not find such kind of option....

Is This Answer Correct ?    4 Yes 3 No

How to identify the object has compiled with the debug view as *source without using STRDBG?..

Answer / sandeep

In DSPPGM there is not such any option to find.

Is This Answer Correct ?    4 Yes 4 No

How to identify the object has compiled with the debug view as *source without using STRDBG?..

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

How to identify the object has compiled with the debug view as *source without using STRDBG?..

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

Post New Answer

More RPG400 Interview Questions

What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?

1 Answers   IBM,


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?

1 Answers   IBM,


1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?

8 Answers   HCL,


i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel

2 Answers   IBM,


Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir

2 Answers   iGate,






Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?

2 Answers   TCS,


How to add 2 new fields in a file? How many ways are there in as400?

2 Answers  


difference betwen keywords and opcodes

3 Answers  


Anybody know the difference of primary file and full procedural file

4 Answers  


is this a rpg channel?

0 Answers   IBM,


Anybody can explain the difference between SFLCLR & SFLINZ?

7 Answers  


Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?

4 Answers   IBM,


Categories