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 |
What are different ways to pass data between programs and which one is the efficient way?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
Difference between RESET and CLEAR
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
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?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
what is program status data structure?
how do u track msg in cl pgm???
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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?