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...?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of identifiers?

558


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1550


what is file information data structure?

1347


How to write record if no field or the field are different in physical file in rpgle ?

471


How would display prime numbers using CL program?

5666






how do you use commitment control in rpg?

743


How to handle duplicate error handling in RPG?

1662


what is an online rpg?

709


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

539


what are the key words you must use when using a subfile?

680


what is the rpg system?

658


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2038


How to declare the pull button in AS/400..

1866


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2358


can I touch the array during treatments?

735