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

What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?

1 Answers  


how can you display specific subfile page on the screen in unequal subfile?

0 Answers   IBM,


What are the necessary keywords required to code a message subfile?

3 Answers  


how does the rpg element work?

0 Answers   IBM,


1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD

4 Answers   Manhattan,






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  


In how many ways a session/device error occurs,,, and what is the remedy for it?

3 Answers  


can we perform CHAIN operation on Subfile record format....?

4 Answers  


1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?

3 Answers   HSBC,


HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?

1 Answers   TCS,


How to create a key field for a logical file inside RPG?

4 Answers   HSBC,


What is the purpose of Panel Groups?

4 Answers  


Categories