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

How can i keyed a flat file in RPGLE

5 Answers   IBM, Wipro,


i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.

11 Answers   IBM,


Please help me, I have created window subfile,I have created Footer with same lengh and postion of window SFL. When I call the pgm, first is shows only Footer and then it shows subfile records.This time Footer is not showsing ..plz hel me how can i do it...? Sameple DDS and RPG: A R WIN1 SFL A*%%TS SD 20090130 165346 MUNSHIJ REL-V4R2M0 5769- PW1 A FLD001 1Y 0B 4 3EDTCDE (Z) A ATFILE R O 4 7REFFLD (QWHFDBAS/ATFILE LIB/LIBF- A ILE) A R WINCTL SFLCTL (WIN1) A*%%TS SD 20090202 123459 MUNSHIJ REL-V4R2M0 5769- PW1 A ALTNAME ('y') A SFLSIZ (0004) A SFLPAG (0004) A WINDOW (FOOTER) A ROLLUP (27) A ROLLDOWN (28) A CF12 (12 'Cancel') A 50 SFLDSP A N51 SFLDSPCTL A 51 SFLCLR A 1 2'Select Option,Press enter' A 2 3'1= Select' A R FOOTER A* A WINDOW(8 31 9 43) A 8 4'F12 = Cancel' A R DUMMY ASSUME A 24 10' ' in RPG: Dow *IN12 = *Off Write Footer Fxfmt WInCTL

2 Answers  


What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?

1 Answers  


ESCAPE message sent by child program can be handled by parent program using which keyword?

2 Answers  






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?

1 Answers  


what r drawbacks of OPM? Why do we go for ILE RPG?

1 Answers  


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,


Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?

1 Answers   Infogain,


How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 Answers  


If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.

3 Answers  


Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.

1 Answers   CTS, IBM, iGate,


Categories