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

What is the maximum number of times Multiple Occurrences DS can occur in a program?

1 Answers  


What is the use of OVRDBF ?

1 Answers  


define a shared access path?

1 Answers   IBM,


what does check opcode do ?

1 Answers   IBM,


Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.

1 Answers  






What are the steps to retrieve the records from Journal file...?

1 Answers  


what is the use of unique keyword and what level it is defined?

1 Answers   IBM,


What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02

1 Answers  


What is a Device file?

1 Answers  


What is a Join Logical File, Can it be used for Update ?

1 Answers  


How can the user implicitly open and close the files in RPG program ?

2 Answers  


what is the maximum number of subfiles that can specified in a display file ?

1 Answers   IBM,


Categories