Why did we give STRSRVJOB while debugging batch program
Answer Posted / 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 |
Post New Answer View All Answers
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is kids-rpg?
what do you mean by an input subfile, what are the keywords required?
what was the robotech rpg?
Explain mdt?
what is the necessary keyword needed to scroll subfile records?
how do I preserve and clean the array?
how do I declare a table or array in rpg iv?
is this a rpg channel?
what is *place and *auto keyword in prtf ?plz explain
how do you use commitment control in rpg?
What is difference between bind by copy and bind by reference?
how do I declare a minor?