Get list of Dataset Stages in a job from Unix

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
ssbhas
Premium Member
Premium Member
Posts: 8
Joined: Thu Jul 21, 2005 11:02 pm

Get list of Dataset Stages in a job from Unix

Post by ssbhas »

Hi,

I am writing a unix script that gets row counts of records flowing in and flowing out of the job. To achive this, I am first listing all stages in the jobs and searching by naming standsards to detemine if they are incoming or outgoing stages.

When I issue the command,

Code: Select all

 dsjob -lstages ProjectName JobName
I am getting all stage names except stage names of Dataset Stages How do I get the stage names of dataset stages from Unix Command line?

I did perform a search but could not find any help for the issue I am facing.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your search should have turned up the fact that this is a known issue with that particular command line option, from what I recall. Contact your official support provider and see if there is a fixpack / patch available to rectify that... I honestly don't recall.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ssbhas
Premium Member
Premium Member
Posts: 8
Joined: Thu Jul 21, 2005 11:02 pm

Post by ssbhas »

chulett wrote:Your search should have turned up the fact that this is a known issue with that particular command line option, from what I recall. Contact your official support provider and see if there is a fixpack / patch available to rectify that... I honestly don't recall.
Thanks for the quick reply Craig. Just wanted to confirm and also if anyone has resolved before, wanted to get PMR number for reference before I open a ticket.

I will keep this open for now and update once I resolve this.
Post Reply