Page 1 of 1

dssearch command

Posted: Tue Dec 07, 2010 10:11 am
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

Posted: Tue Dec 07, 2010 3:49 pm
by ray.wurlod
Does not the -matches argument require a value?

Posted: Tue Dec 07, 2010 7:23 pm
by chulett
Does that work from the command line, i.e. outside of DataStage?

Posted: Wed Dec 08, 2010 3:27 am
by laxman.ds
Try using * at end of the command,

dssearch -ljobs -matches -sub -c Transformations SB3 *