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 |
What is the interactive job? What is the batch job?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
what is the difference between adding keys & constraints into a phisical file
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
what is use of self join and which cases you will use this join
What is the purpose of the chain and setll and setgt?
can we concate fileds in physical file? If yes how can we do?
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?