Why did we give STRSRVJOB while debugging batch program
Answers were Sorted based on User's Feedback
Answer / chenna
The Start Service Job (STRSRVJOB) command starts the remote
service
operation for a specified job (other than the job issuing
the
command) so that other service commands can be entered to
service
the specified job. Any dump, debug, and trace commands can
be run
in that job until service operation ends. Service
operation
continues until the End Service Job (ENDSRVJOB) command is
run.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ajit
STRSRVJOB is used on the job so that other service commands
can be entered for that job like debug, dump, trace etc etc
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / rohit
Can say STRSRVJOB provides interactive environment for batch jobs to debug as interactive.
| Is This Answer Correct ? | 1 Yes | 0 No |
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
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.
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
how to run only 10 modules of existing N modules in service program in RPGILE ?
How to read alternative records in a pf by using rpg?
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?
How do you code file / field renames in ILE RPG?
How to identify the object has compiled with the debug view as *source without using STRDBG?
What is the Record Address file. How can we use it in RPG program?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?