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 you delete a record from a file in RPG without using DELETE oppcode?
program to find the number of objects used in a given program through a display.
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
Can we possible to key with the date field?
parameters cannot be passed in which one???
Need a sql query: retrive all duplicate records in table
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
Write a program to display prime numbers between 1 to 100 using RPGLE.
how to display all the members records in a physical file without using ovrdbf?
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?