dssearch command

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
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

dssearch command

Post by suneelchallagali »

Hi,

Actually i am trying to execute following command "/info_server/IBM/IS/Server/DSEngine/bin/dssearch -ljobs -matches -sub -c Transformations SB3 > /DSfile/SB3/Input/Suneel_Dssearch.txt" from datastage execute stage(sequence). job is running fine but no data has been loaded into text file. I have gone all the posted issue with dssearch command, but unable to figure it out why i am not getting all the job names from that particular category (transformations)

Please help me out with this issue,

thank you,
suneel
thanks,
suneel
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Does not the -matches argument require a value?
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 »

Does that work from the command line, i.e. outside of DataStage?
-craig

"You can never have too many knives" -- Logan Nine Fingers
laxman.ds
Premium Member
Premium Member
Posts: 66
Joined: Thu Mar 02, 2006 9:00 am

Post by laxman.ds »

Try using * at end of the command,

dssearch -ljobs -matches -sub -c Transformations SB3 *
2 B 1 4 ALL
Post Reply