Sequencer - text inside exec command activity

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
friend.kak@gmail.com
Participant
Posts: 28
Joined: Sat May 03, 2008 3:57 am
Location: chennai

Sequencer - text inside exec command activity

Post by friend.kak@gmail.com »

Hi,

I have 100 sequencers in my project. In that 100 sequencers,

1) I need to find those sequencers with "EXEC COMMAND ACTIVITY" used in it.
2) And, I want to search for those sequencers with text "SHELLSCRIPTS" placed inside the EXEC COMMAND ACTIVITY.

What are the methods to find these?

Do we have usage analysis in DS 8.0.1?

Are there any other tools from DS that can do this ? Please share your thoughts.

Thanks,
friend.kak@gmail.com
- Dev
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Export the whole project into a .dsx file. Use your favorite editor to find occurrences of those strings. The usage analysis, while powerful, doesn't yet go into that level of detail.
friend.kak@gmail.com
Participant
Posts: 28
Joined: Sat May 03, 2008 3:57 am
Location: chennai

Post by friend.kak@gmail.com »

Thanks for reply. But , I want my job name that is associated to one param only.

I have total 30 parameters used in EXEC COMMAND ACTIVITY stage.
As you suggested , when we export dsx/ xml, then only #PARAMNAME# will be given but not value of the #PARAMVALUE#.

Is there any other way through which we can find? I am using DS 801 veriosn.

Thanks,
friend.kak@gmail.com
- Dev
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Run-time parameter values are not part of the design time information (though parameter default values are). What precisely are you looking for?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply