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 |
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
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?
what is multiple member pf
What is the use of member in pf?
wirte a simple program for read file in cl
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
how to update physical file using logucal file with example
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.
How to know the perticular record in pf with out reading?
Last statement of any rpg program is lr?