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 |
what is data area and how it is used in rpg program ?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
use of PUTOVR,OVRDTA,KEEP keywords?
How to create a key field for a logical file inside RPG?
How can a screen field that has changed since the last output operation be detected?
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
What is the purpose of Panel Groups?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
Anybody know the difference of primary file and full procedural file
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
What is journalling and commitment control?