Job is running in production 24/7 how do u debug that
running job ?
Answer Posted / puneet7jun
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 |
Post New Answer View All Answers
what does the opcode free do?
what is full form for dds?
when would you use or not use this approach?
what is the sequence when using cursor?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
using dfu, user will be able to ___________ from physical file?
how can u check no of records in a file?
define a output queue?
why is as/400 called object oriented machine?
how will you display a particular page in subfile ?
how do you read changed records backward in subfile?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
how do you know that records are locked?
an access path may be in which sequence?
how do you read data area in an rpg program?