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



One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. ..

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

One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. ..

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

One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. ..

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

One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. ..

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

Post New Answer

More RPG400 Interview Questions

Anybody know the difference of primary file and full procedural file

4 Answers  


RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.

1 Answers   IBM,


How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...

2 Answers  


HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE

1 Answers   IBM,


how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

3 Answers   iGate, Wipro,






What are the commands that can be executed in CLP but not in RPG? Why?

1 Answers   CSC,


WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


how to retrieve RRN value in RPGLE program

3 Answers  


1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?

13 Answers   HCL,


When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

0 Answers  


1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS

3 Answers   IBM,


Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...

4 Answers  


Categories