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
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 |
How we can't update join logical files?
What is the interactive job?
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?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
Is Constent can be define as a key field?
How to know the perticular record in pf with out reading?
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
how to update physical files using normal logical file
What is FORMAT keyword and its use?
how to restrict upon adding the data for field reference file in DB400
wirte a simple program for read file in cl
Can anybody tell why Journalling is compulsary before Commitment Control?