why we do STRSRVJOB in batch debugging in as400
Answer / raji
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. Dump, debug, and trace commands can be run in that job until service operation ends.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
what is the difference between the cpyf command crtdupobj command?
How can you delete a record from a file in RPG without using DELETE oppcode?
i would like to know under what circumstance the object will get locked on AS400.
what are the key words you must use when using a subfile?
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.
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
What is file identifier where we can use?
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?