Answers

Question and Answer:

  Home  IBM RPG400

⟩ How can we know running job is batch or interactive?

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.

 134 views

More Questions for you: