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 to find the list of source physical files in a library?? Is there any way to get a list??
How to add a field to a PF and compile it without loss of data?
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?
Can we concatenate fields in physical file? If yes how can we do?
How we can't update join logical files?
How to retrieve a physical file after deleting that ? what is keyword used for that....??
what is the difference between adding keys & constraints into a phisical file
pls anyone explain about compile time array,pre run time array run time array
How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
one physical file can have how many max of logical files? what is the primary file?
How to know the particular record in pf with out reading?
How to read a PF in reverse(from last rec to first) using CL?