i'm working on progA , in that program i want to see the
userids of the users who work on this program?
Answer Posted / ali
by using WRKACTJOB, u can see the names of users using this
pgm while they are using
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the difference between copybooks and subprocedures in as400?
What are the types of identifiers?
When it is desirable to describe files Internally?
What is a record lock error?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
What is ment by record level identifier?
how do I preserve and clean the array?
what is the procedure and explain about real time scenario.
what is the rpg system?
How can we know running job is batch or interactive?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how can you display specific subfile page on the screen in unequal subfile?