Search found 3 matches

by nandu_infy
Tue Aug 09, 2005 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create bitmap image of jobs from command prompt?
Replies: 5
Views: 2297

How to create bitmap image of jobs from command prompt?

Hi all, I need to create bitmaps images of job designs for documentation. I know that u need to give some parameters to dsdesign.exe for the same. I searched the forum, but noone has really mentioned what are the parameters to be passed. Somebody please through some light onto the procedure. Thanks,...
by nandu_infy
Wed Jun 22, 2005 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shell script
Replies: 7
Views: 4386

Shell Script

Hi, Here's some sample code... If you want to run a dsjob from shell script... ${DSHOME}/bin/dsjob -run -param '$APT_CONFIG_FILE='$APT_CONFIG_FILE -param "STAGE_DIR=$STAGE_DIR" -param "INPUT_DIR=$INPUT_DIR" -warn "${warn_cnt}" -jobstatus ${DS_PROJ} Jobname #to find out ...
by nandu_infy
Wed Mar 09, 2005 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you delete files in particular directory using DS Job
Replies: 3
Views: 1638

Re: How do you delete files in particular directory using DS

juz call a shell script from the job and do

cd <urDir>
del *.dsx