Regarding Stage Name

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
jonamg
Participant
Posts: 10
Joined: Wed Feb 23, 2005 11:29 am

Regarding Stage Name

Post by jonamg »

Hi Folks,
I want to know whether we can grab the stage name???
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You might want to elaborate on that just a wee bit. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In Designer, open it via Rename then use Ctrl-C to copy the select name or partial name.
To get a list of stage names in a job, use

Code: Select all

DSGetJobInfo(hJob, DSJ.STAGELIST)
or

Code: Select all

dsjob -lstages project job
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Or you can trust in Ray's mind reading ability.
-craig

"You can never have too many knives" -- Logan Nine Fingers
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

I wonder has it become like hearing the first notes of a song and knowing what song it is for you Ray???
Probably influenced by the release of the latest star wars movie, I guess Ray found the force ;)

(any chance you might share how you do that with us Ray???)
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply