can anybody help me that what is the procedure of debugging
the service program?
Answer Posted / bharat
Service program doesn't have any program entry procedure,
so can't be called directlty but it is binded with
reference to other program. So, we can debug it as follows:
Create a wrapper program calling the service program by
binding the service program that you want to debug and then
put that wrapper *PGM in debug and call it. This way we can
debug the service program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
what is file information data structure?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what was the robotech rpg?
what are the key words you must use when using a subfile?
can I touch the array during treatments?
how can you display specific subfile page on the screen in unequal subfile?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is file identifier where we can use?
what is kids-rpg?
What is the difference between copybooks and subprocedures in as400?
how do you use commitment control in rpg?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?