Can anybody tell me that why we use option(*nodebugio)in H-
Spec?

Answers were Sorted based on User's Feedback



Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

Answer / naru

*NODEBUGIO is used to avoids debugging I/O operation while
using STRDBG command to debug the program.

When *NODEBUGIO is not used, and if a file level opcode is
being debugged, the control would move to the F-Spec and it
will keep executing the steps until the file operation gets
completed and then the control would move to next step.

When *NODEBUGIO is used, and the above mentioned detail is
ignored. The file level opcode would get executed at a
single point execution and the program would move to next
step.

Is This Answer Correct ?    60 Yes 0 No

Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

Answer / sajied

if u not use then control goes to f spec every time

Is This Answer Correct ?    11 Yes 0 No

Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

Answer / jeet

*NODEBUGIO is used to avoids debugging I/O operation while
you debug the program.
it make fast your debugging.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More RPG400 Interview Questions

1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?

4 Answers   IBM,


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


When a object will be locked & when a record will be locked? Plz explain.

2 Answers  


how to display all the members records in a physical file without using ovrdbf?

9 Answers  


suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?

1 Answers  






What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?

2 Answers  


Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

1 Answers  


how do I do concatenation in rpg iv, like I do in cl?

1 Answers   IBM,


Can someone tell me tell me what is meant by message wait...?

1 Answers  


WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?

2 Answers  


two attributes which govern the excecution of a job>>>>??

2 Answers   CTS,


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,


Categories