how can we know running job is batch or intractive ?
i need all the possibilites.........plz help me
Answer Posted / nisha
From a CL program you can do a RTVJOBA command, if the job
type value is 0 then batch job, if 1 then interactive job.
Can take a WRKSMBJOB and see the value in TYPe field. If
*INT then it is interactive, If *BCH,then batch job.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
how do I declare a table or array in rpg iv?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Explain mdt?
What is file identifier where we can use?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how can I tell when to replace the array?
What is the difference between copybooks and subprocedures in as400?
What is a record lock error?
can you debug ile rpg program using isdb?
How many program bind in one module....
is this a rpg channel?
what is a rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
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.
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique