Job is running in production 24/7 how do u debug that
running job ?
You can debug a job by doing the following.
1) STRSRVJOB JOB(JOB_NUMBER, USER, JOB_NAME)
2) After this you can debug the progam which is running in
that job by STRDBG command.
STRDBG PGM(PGM_NAME) UPDPROD(*YES) OPMSRC(*YES)
| Is This Answer Correct ? | 18 Yes | 0 No |
What are the different opcodes used for file operation on a subfile in a rpg pgm?
What is the maximum length of a variable name in CL?
what is command in SFTP which is equivalent to SDUP command in FTP?
not all command typed on command line are cl command? true r false
when would you prefer logical file than opnqryf?
how many triggers can be associated with a file?
maximum number of subfiles that can defined in a rpg program for one display file is?
How to avoid using indicators in ile ?
what is service program?
How many MONMSG commands can declare in a CL program?
can u plz tell me is there any difference between SHELL SCRIPT & SFTP SCRIPT? I want to run LS & GET(automatically) command from CL program....which script can be used?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?