Define interactive jobs and batch jobs
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
how to update physical files using normal logical file
CRTDTA AND CRTARA should be used along with?
what is the difference between adding keys & constraints into a phisical file
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
Which keyword is used both in subfile and subfile control record format of a DSPF?
how to add a new field to a file without compiling it?
how can i know logical file belongs to which physical file without source?
What is the difference between access path and open data path?
what is error handling concepts in cl
what is exception and how many types of exception
What is the use of member in pf?