Define interactive jobs and batch jobs

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is open data path?

583


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

531


What is the interactive job? What is the batch job?

588


How to index LF by relative record no (RRN)

2832


Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?

638






Can we concatenate fields in physical file? If yes how can we do?

592


How to change the batch job to interactive job?

580


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

571


Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?

7454


How many maximum record format a logical file have?

588


What is the difference between access path and open data path?

598


What is the primary file?

588


What is the batch job?

574


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

592


What is FORMAT keyword and its use?

209