DSPROJECTNAME in Sequencer

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
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

DSPROJECTNAME in Sequencer

Post by nkln@you »

I am using DS 7.5.2.

I need to pass the value of DSPROJECTNAME in Routine activity of a Sequencer. Is this possible.

I could not find how to access this variable from a Sequencer.

My intention, whenever a mail is sent through mail notification activity, the reader of the mail should know from which project this mail is coming.
Aim high
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If it isn't a builtin, then you can create a user routine activity and call DSGetProjectInfo(DSJ.PROJECTNAME).
Post Reply