Can anybody tell me that why we use option(*nodebugio)in H-
Spec?

Answers were Sorted based on User's Feedback



Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

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 ?    60 Yes 0 No

Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

Answer / sajied

if u not use then control goes to f spec every time

Is This Answer Correct ?    11 Yes 0 No

Can anybody tell me that why we use option(*nodebugio)in H- Spec?..

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

Post New Answer

More RPG400 Interview Questions

What is file identifier where we can use?

0 Answers  


How can we receive values from a called procedure in CL?

1 Answers   IBM, NTT Data,


what is kids-rpg?

0 Answers   IBM,


I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)

3 Answers   Opus,


suppose if we want to update the data in cl what we will do?

9 Answers  






can anyone say,what is the use of operation extended H/N/P?

2 Answers  


why we do STRSRVJOB in batch debugging in as400

1 Answers  


what are the key words you must use when using a subfile?

0 Answers   IBM,


Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4

4 Answers  


If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?

1 Answers  


Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?

4 Answers   IBM,


Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

2 Answers   iGate,


Categories