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 |
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?
How to find the list of source physical files in a library?? Is there any way to get a list??
Is Constent can be define as a key field?
Why we create the Physical File Member?
how to eliminate the level check error
what is the difference between adding keys & constraints into a phisical file
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
Can anybody tell why Journalling is compulsary before Commitment Control?
What is the purpose of the chain and setll and setgt?
one physical file can have how many max of logical files? what is the primary file?
How to change the batch job to interactive job?
Is it possible to create a logical file whose Physical file is not in same library?