how can we know running job is batch or intractive ?
i need all the possibilites.........plz help me

Answers were Sorted based on User's Feedback



how can we know running job is batch or intractive ? i need all the possibilites.........plz help m..

Answer / nisha

From a CL program you can do a RTVJOBA command, if the job
type value is 0 then batch job, if 1 then interactive job.
Can take a WRKSMBJOB and see the value in TYPe field. If
*INT then it is interactive, If *BCH,then batch job.

Is This Answer Correct ?    21 Yes 1 No

how can we know running job is batch or intractive ? i need all the possibilites.........plz help m..

Answer / gaurav

To check whether a job is a batch or interactive
type DSPJOB,select option 1 ,then in subsystem
check what it is QBATCH or QINTER..
or go for DSPJOBD

Is This Answer Correct ?    5 Yes 0 No

how can we know running job is batch or intractive ? i need all the possibilites.........plz help m..

Answer / mathankumar

we know running a job is batch or intractive by using
WRKACTJOB Command.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More RPG400 Interview Questions

HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?

2 Answers  


How Commitment and Roll back control is used in as400, explain with real time senario ???

2 Answers   Acolite, HSBC,


how do u track msg in cl pgm???

1 Answers   CTS,


how do u find whether a record is locked or not??

4 Answers   CTS,


We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?

5 Answers   Hexaware,






To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...

5 Answers  


how do I preserve and clean the array?

0 Answers   IBM,


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E

1 Answers  


What is I90(Insure 90)?

1 Answers  


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

0 Answers  


which program rpg or cl is efficent to update a transaction onto a database file and why ?

0 Answers   IBM,


Categories