how can we know running job is batch or intractive ?
i need all the possibilites.........plz help me
Answers were Sorted based on User's Feedback
Answer / gaurav
To check whether a job is a batch or interactive
type DSPJOB,select option 1 ,then in subsystem
check what it is QBATCH or QINTER..
or go for DSPJOBD
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mathankumar
we know running a job is batch or intractive by using
WRKACTJOB Command.
| Is This Answer Correct ? | 5 Yes | 3 No |
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How to identify the object has compiled with the debug view as *source without using STRDBG?
How can a screen field that has changed since the last output operation be detected?
What is the RPG cycle?
Need a sql query: retrieve all duplicate records in table?
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
How to update physical file in rpgle without using display file?
what is estimation? and what is the level identifier parameter in PF?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is a record lock error?
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?