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 |
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
How Commitment and Roll back control is used in as400, explain with real time senario ???
how do u track msg in cl pgm???
how do u find whether a record is locked or not??
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...
how do I preserve and clean the array?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
What is I90(Insure 90)?
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
which program rpg or cl is efficent to update a transaction onto a database file and why ?