Can anybody tell me that why we use option(*nodebugio)in H-
Spec?
Answers were Sorted based on User's Feedback
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 ? | 61 Yes | 0 No |
Answer / sajied
if u not use then control goes to f spec every time
| Is This Answer Correct ? | 11 Yes | 0 No |
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 |
how can I tell when to replace the array?
can anyone say,what is the use of operation extended H/N/P?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
can we perform CHAIN operation on Subfile record format....?
How can we override a file during runtime in rpg?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
what is the difference between SETON RT & RETURN?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
wat is curser?? and its types???
can we use cl programming to update or delete physical files
How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?
11 Answers Bank Of America, CSC, IBM,
How to add 2 new fields in a file? How many ways are there in as400?