When will DUMP & DEBUG be ignored?
Answers were Sorted based on User's Feedback
Answer / s.k. manikandan
When you specify DEBUG (*NO) on H specification.
But this will be overright by specifying dump(A).
This operation extender means that a dump is always
performed, regardless of the
value of the DEBUG keyword.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shabana abdul sayeed
When you write DEBUG(*NO) in H spec.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / surendra y mudliar
When you specify DEBUG (*NO) on H specification.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to create a key field for a logical file inside RPG?
Can we possible to key with the date field?
can anyone say,what is the use of operation extended H/N/P?
How can you determine the number of characters in a variable?
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.
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
What is the purpose of Panel Groups?
I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir