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 |
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?
11 Answers Bank Of America, CSC, IBM,
what is commitment control?explain about it?
Why we cannot call a service program? If I add a PEP can i call the service program?
use of PUTOVR,OVRDTA,KEEP keywords?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
How can we override a file during runtime in rpg?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.