Hey all
When writing 4GL, what is the parameter name for the user name the job is running under? Thanks for the help.
I know CRT-USER-NAME gives me the name of the person running the session but sometimes we run other ppls jobs from our sessions.
Michael
I think what you are looking for is CRT-JOB-USER-NAME. This is also true if you submit a job from within 4GL, the job user name is the owner of the job definition.
Hey all ... I found what i was looking for by using the Checkpoint table version of USER-NAME. I tried CRT-JOB-USER-NAME and it didn't give me any results but thank you for the thought on that. What do you use CRT-JOB-USER-NAME for?