One of the job in subsystem is in Running status,expected
time to complete this job is 2 minutes.
But from last 5 -10 minutes this job is still in running
status....What are the possible reasons...and What are the
actions i need to perform to check this...?
Answers were Sorted based on User's Feedback
Answer / ebin
Reasons can be many....
the first think you have to do is go inside the program
using the option and press 10 to check the job log...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / syam
Check JobLog last line, if it is running your program gone
to some wrong loop. Terminate program and modify program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naga srinivas.kattula
1) there may be possibility of depending jobs to be
completed be fore processing the conditions inside the pgm.
For example a printer job have to complete within 2 mins
means inside the file which is updating job have to complete
first.So we need to check the pgm any delay wait
conditions are there inside the pgm and check the jobs of
that pgm completed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / zhang
1,dspjoblog
2,dspjob ,check, if there has any lock waiting statue.
3,strsrvjob and debug.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can i keyed a flat file in RPGLE
how do u track msg in cl pgm???
How can we receive values from a called procedure in RPG?
How Chain operation copies the record's data to the input buffer for the program?
How can you determine the number of characters in a variable?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
are there any useful c runtime apis that I can call from rpg iv?
what was the robotech rpg?
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....