How do you find whether a job is a batch job or interactive?
Answer Posted / 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 |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How to declare the pull button in AS/400..
how can you display specific subfile page on the screen in unequal subfile?
can I touch the array during treatments?
how do you use commitment control in rpg?
What is file identifier where we can use?
what is the procedure and explain about real time scenario.
How to call one program from another program in RPG? please help me with the code
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
What is the purpose of record level identifier?
What is difference between bind by copy and bind by reference?
are there any useful c runtime apis that I can call from rpg iv?