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 do u find whether a record is locked or not??/
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
How can read PF in reverse order (end to start) in CL pgm..
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
How do I read records from Subfile? what is the purpose of READC explain with example?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
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
What is a record lock error?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
how do I preserve and clean the array?
what are the types of identifers
what is post opcode do