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 file using logical file with example?
What is FORMAT keyword and its use?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
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?
Last statement of any rpg program is lr?
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?
can we concate fileds in physical file? If yes how can we do?
How to know the perticular record in pf with out reading?
I have physical 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?
what is error handling concepts in cl
How to retrieve a physical file after deleting that ? what is keyword used for that....??
I have a pf, it contains 5 members, how to access particular member data from logical file?