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 |
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
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 can you delete records form a file in rpg without using "Delete" OPCODE?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
what is the difference between SETON RT & RETURN?
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
Can more than one subfile record be displayed on one line?
Can you copy the records created by the OPNQRYF to other files and how?
what is the difference between do while and do until?
what do you mean by an input subfile, what are the keywords required?