How do you find whether a job is a batch job or interactive?
Answers were Sorted based on User's Feedback
Answer / syam
RTVJOBA command if Type = 0 means Batch job
Type = 1 means Interactive job
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / srinivas yadav
WRKACTJOB command and check type,
if type=BCH means its a batch job
if type=INT means its a interactive job
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kcsyam
WRKACTJOB command, Job is runing in QBATCH subsystem =
batch job
Any other Subsystem (like Qinter)= Interactive job
| Is This Answer Correct ? | 2 Yes | 4 No |
what is the rpg system?
how do I play {insert rpg system here}?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what are the key words you must use when using a subfile?
we hav job which is running as batch. it takes atleast 06hours to complete tht job. bu i wana do tht job with in 3hours.........? so plz post ur answers
What are the necessary keywords required to code a message subfile?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
what is kids-rpg?
purpose of pannel group??/
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,