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 |
Define interactive jobs and batch jobs
How to change the batch job to interactive job?
I had created one physical file tell me command to enter data in to?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
what is dynslt and why we use that command when do we use command
I have a pf, it contains 5 members, how to access particular member data from logical file?
What is the batch job?
How to retrieve a physical file after deleting that?
Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
What is open data path?
wirte a simple program for read file in cl