How to Retrieve the USER NAME from DataStage Job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
tombastian
Premium Member
Premium Member
Posts: 41
Joined: Fri Jun 04, 2004 5:52 am
Location: Bangalore

How to Retrieve the USER NAME from DataStage Job

Post by tombastian »

Hi All,
I would like to know whether we can retrieve the User ID( ID of the User who invoked the run) from Transformer Stage...similar to using DS Macro. If there is a way, Pls revert.

Thanks In Advance,
Tom.
Last edited by tombastian on Wed Jun 15, 2005 6:43 am, edited 1 time in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The variable @LOGNAME will give you that value.
Post Reply