i'm working on progA , in that program i want to see the
userids of the users who work on this program?
Answer Posted / syam
You can't see other user id in which program you are using.
You can see current user id means your id if you are using
the program you can use RTVUSRPRF command in CL or Program
Data Structure you can specify position 254 to 263 in RPG
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How to declare the pull button in AS/400..
what is the difference between do while and do until?
What are the types of identifiers?
How to call one program from another program in RPG? please help me with the code
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how can you display specific subfile page on the screen in unequal subfile?
how do I play {insert rpg system here}?
How Chain operation copies the record's data to the input buffer for the program?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
what is the necessary keyword needed to scroll subfile records?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is data area and how it is used in rpg program ?
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?
what is program status data structure?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?