Job is running in production 24/7 how do u debug that
running job ?



Job is running in production 24/7 how do u debug that running job ?..

Answer / 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

More IBM AS400 AllOther Interview Questions

how can database records be read without lock ?

1 Answers   IBM,


WHAT IS FERERENTIAL INTRIGRITY ?

0 Answers  


what does check opcode do ?

1 Answers   IBM,


what are the three line types in rlu ?

1 Answers   IBM,


how many printer files maximum can be used in single rpg program?

0 Answers   IBM,






what is overlay?

0 Answers   IBM,


What are the different types of keywords in display files?

1 Answers  


what is the use of data structures?

0 Answers   IBM,


Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?

3 Answers   IBM,


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

0 Answers  


what is *inzsr used for?

1 Answers   IBM,


where can you specify an indicator in lokup operation?

1 Answers   IBM,


Categories