Can anybody tell me that why we use option(*nodebugio)in H-
Spec?
Answer Posted / 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 ? | 61 Yes | 0 No |
Post New Answer View All Answers
Explain mdt?
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?
What is ment by record level identifier?
When it is desirable to describe files Internally?
how can I tell when to replace the array?
What are the types of identifiers?
what is *place and *auto keyword in prtf ?plz explain
What is the difference between copybooks and subprocedures in as400?
how do I declare a table or array in rpg iv?
what is the difference between do while and do until?
how do I declare a minor?
what is kids-rpg?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
can you debug ile rpg program using isdb?
which program rpg or cl is efficent to update a transaction onto a database file and why ?