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 |
Last statement of any RPG pgm is LR?
1. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
How many max. Record format a logical file have?
A pf containing 100 records... my query is how to display from 11th record in the pf?
What is the use of member in pf?
How to retrieve a physical file after deleting that?
How can we handle errors in RPG?
I have a PF with out any data but the dependent LF is having data?
Why journalling is compulsory before commitment control?
what is use of self join and which cases you will use this join
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
how to update physical files using normal logical file