what is the intractive job? what is the batch job ?
how to change the batch job to interactive job?

Answers were Sorted based on User's Feedback



what is the intractive job? what is the batch job ? how to change the batch job to interactive job?..

Answer / paddy

When you sign-on an AS/400 system, you are interacting with
interactive jobs(e.g.QINTER). The System-jobs which are
presubmitted are called batch jobs(e.g.QBATCH, QSPL, QCMN etc.,)

If u want to know whether a job is in Interactive or Batch,
u can use RTVJOBA command with attribute JOB-TYPE on that job.
if it has a value '1' = Interative; '0' = Batch.

you can change a Batch-job to Interactive-job as long as it
is in JOBQ(by changing the environment on CHGJOB(opt-2)
command to QINTER or QPGMR); once it's active we cannot
change the type.

Is This Answer Correct ?    8 Yes 1 No

what is the intractive job? what is the batch job ? how to change the batch job to interactive job?..

Answer / xyz

When you are signing on a system,the jobs you are dealing
with are called interactive jobs.the jobs which are
presubmitted are called batch job.TFRJOB

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More DB400 Interview Questions

What is the use of member in pf?

0 Answers  


Why we create the Physical File Member?

5 Answers  


How to know logical file belongs to which physical file without source?

1 Answers  


How to index LF by relative record no (RRN)

0 Answers  


Why journalling is compulsory before commitment control?

1 Answers  






pls anyone explain about compile time array,pre run time array run time array

4 Answers  


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.

2 Answers  


I have a PF with out any data but the dependent LF is having data?

1 Answers   HCL,


Is Constent can be define as a key field?

3 Answers  


How to find the list of source physical files in a library?

0 Answers  


How many maximum record format a logical file have?

0 Answers  


How many max. Record format a logical file have?

13 Answers   Systime,


Categories