How do you find whether a job is a batch job or interactive?

Answers were Sorted based on User's Feedback



How do you find whether a job is a batch job or interactive?..

Answer / syam

RTVJOBA command if Type = 0 means Batch job
Type = 1 means Interactive job

Is This Answer Correct ?    21 Yes 1 No

How do you find whether a job is a batch job or interactive?..

Answer / sd

Using the API QUSRJOBI

Is This Answer Correct ?    2 Yes 0 No

How do you find whether a job is a batch job or interactive?..

Answer / srinivas yadav

WRKACTJOB command and check type,
if type=BCH means its a batch job
if type=INT means its a interactive job

Is This Answer Correct ?    2 Yes 0 No

How do you find whether a job is a batch job or interactive?..

Answer / kcsyam

WRKACTJOB command, Job is runing in QBATCH subsystem =
batch job
Any other Subsystem (like Qinter)= Interactive job

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More RPG400 Interview Questions

i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel

2 Answers   IBM,


What is Multi Occurrence Data Structure(MODS)?

1 Answers   CTS,


What you have to do in the display file when you are using message subfile?

1 Answers  


how do I declare a minor?

0 Answers   IBM,


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

4 Answers   HSBC,






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

0 Answers   IBM,


suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG

3 Answers   TCS,


parameters cannot be passed in which one??

2 Answers   CTS,


What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???

7 Answers   HSBC, Systime,


How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)

6 Answers   CTS, IBM,


Write a program to display prime numbers between 1 to 100 using RPGLE.

1 Answers  


how to change the length of the field in a physicalfile?

12 Answers  


Categories