i'm working on progA , in that program i want to see the
userids of the users who work on this program?
Answer Posted / naga srinivas
WRKOBJLCK and then F6, then u can see the workstations which
are using that pgm.
Based on the WORKSTATION ID, u can use DSPUSRPRF, u can get
the details of USER
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is kids-rpg?
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?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
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...
what is the use of sflnxtchg?
What is ment by record level identifier?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
How would display prime numbers using CL program?
How can we override a file during runtime in rpg?
What are the types of identifiers?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How can we know running job is batch or interactive?
what is program status data structure?
how can I tell when to replace the array?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?