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

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

2 Answers   Active Brains, UHG,


how to add a new field to a file without compiling it?

1 Answers  


Maximum how many fields we can create under a record format of PF?

5 Answers  


What is the purpose of the chain and setll and setgt?

0 Answers  


YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?

4 Answers  






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

6 Answers  


How to know the perticular record in pf with out reading?

2 Answers   Cap Gemini,


What is FORMAT keyword and its use?

0 Answers  


I have a pf, it contains 5 members, how to access particular member data from logical file?

0 Answers  


What is the use of member in pf?

0 Answers  


When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why

2 Answers   HCL,


In how many ways we can create a logical file?`

5 Answers  


Categories