When will DUMP & DEBUG be ignored?

Answers were Sorted based on User's Feedback



When will DUMP & DEBUG be ignored?..

Answer / s.k. manikandan

When you specify DEBUG (*NO) on H specification.
But this will be overright by specifying dump(A).
This operation extender means that a dump is always
performed, regardless of the
value of the DEBUG keyword.

Is This Answer Correct ?    7 Yes 0 No

When will DUMP & DEBUG be ignored?..

Answer / shabana abdul sayeed

When you write DEBUG(*NO) in H spec.

Is This Answer Correct ?    6 Yes 0 No

When will DUMP & DEBUG be ignored?..

Answer / surendra y mudliar

When you specify DEBUG (*NO) on H specification.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More RPG400 Interview Questions

I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.

3 Answers  


Maximum how many files declare in rpgle

3 Answers   TCS,


In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  


what is the difference between SETON RT & RETURN?

5 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  






what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 Answers  


How to declare the pull button in AS/400..

0 Answers  


What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.

2 Answers   IBM,


what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?

4 Answers  


what is the necessary command needed before OPNQRYF and why?

5 Answers  


RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.

1 Answers   IBM,


1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD

4 Answers   Manhattan,


Categories