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
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
what if my system I runs with system value qccsid 65535?
what are different types of substems?
How to Define a Procedure in RPG?
What is a query can be displayed without saving it?
what is the version of os/400 that we have?
what is join logical file?
how to run other job when one job is active?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is program status data structure(psds) in as400?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
what is sflinz and sflrna?
how to get the cursor position?
What is dynslt?
what is match field indicator?