Define interactive jobs and batch jobs

Answers were Sorted based on User's Feedback



Define interactive jobs and batch jobs..

Answer / manish

Every thing is ok but command is wrong.
Batch job using "SBMJOB" cammand (SBMJOB"CALL/PROGRAMNAME").

Is This Answer Correct ?    9 Yes 2 No

Define interactive jobs and batch jobs..

Answer / ram

In Interactive jobs user interactoin to called job.
but in batch jobs user interaction not required(actions
taken by System)

Is This Answer Correct ?    7 Yes 2 No

Define interactive jobs and batch jobs..

Answer / shankar

Interactive job uses the Subsystem QINTER where as BATCH job
uses QBATCH Subsystem.

Interactive job is chain of actions user performs starting
from sign-on to sign-off to a display station.

Is This Answer Correct ?    5 Yes 0 No

Define interactive jobs and batch jobs..

Answer / anvesh

Interactive jobs requires the user always to be interactive till the time job runs. It doesn't wait in line for system resources.
While in batch job, even the user who submitted the job signed of, the job runs. It doesn't requires user signed in into the system.

Is This Answer Correct ?    1 Yes 0 No

Define interactive jobs and batch jobs..

Answer / nirmal

Manish you are right, command is SBMJOB

Is This Answer Correct ?    2 Yes 2 No

Define interactive jobs and batch jobs..

Answer / syam

Interactive job using "CALL" cammand (CALL PROGRAMNAME)to
run program and you can't use your pc until program ends.
Batch job using "SBTJOB" cammand (SBTJOB"CALL/PROGRAMNAME")
to run program and you can use your pc and the program will
run in the batch(QBATCH) you can see this use WRKACTJOB
cammand

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More DB400 Interview Questions

pls anyone explain about compile time array,pre run time array run time array

4 Answers  


How to retrieve a physical file after deleting that ? what is keyword used for that....??

6 Answers  


Last statement of any rpg program is lr?

0 Answers  


what is open data path? and what is the diff b/w access path and open data path?

3 Answers   Cap Gemini,


What is the batch job?

0 Answers  






WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?

5 Answers   Accenture,


What is the use of member in pf?

0 Answers  


How to insert more than one record to a pf at a time?(Bulk insert to a pf)

9 Answers  


what is dynslt and why we use that command when do we use command

2 Answers   Active Brains, UHG,


how can i know logical file belongs to which physical file without source?

3 Answers   Cap Gemini,


How can i retrieve city while my i have one field address length 60 but i don't know what where is city in this field ?

4 Answers  


Can we concatenate fields in physical file? If yes how can we do?

0 Answers  


Categories