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

how many variables can we declare in cl pgm?

13 Answers  


we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

0 Answers  


2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed

2 Answers   IBM,


How to print Superscript / Subscript from RPG400

1 Answers  






Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?

1 Answers  


can we use cl programming to update or delete physical files

12 Answers  


parameters cannot be passed in which one???

4 Answers   CTS,


What is the purpose of record level identifier?

0 Answers  


where we give the MSGSFL in rpg400?

4 Answers  


Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?

2 Answers   Cap Gemini,


1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?

2 Answers   TCS,


Categories