Search found 42189 matches
- Sun Feb 14, 2010 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to pick all files from DS load directory to job .
- Replies: 5
- Views: 1419
- Sun Feb 14, 2010 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel execution of same Unix script with diff params.
- Replies: 4
- Views: 2080
What part didn't work wasn't clear, hence the replies. Use a loop with your background execution:
Might need to be tweaked slightly depending on your shell of choice.
Code: Select all
num=0
while [ $num -lt 3 ]
do
num=$(( $num + 1 ))
Script.sh Parm${num} &
done- Sat Feb 13, 2010 11:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieve dynamic parameter values of a job
- Replies: 8
- Views: 2953
- Sat Feb 13, 2010 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieve dynamic parameter values of a job
- Replies: 8
- Views: 2953
- Sat Feb 13, 2010 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds Export
- Replies: 5
- Views: 1649
- Sat Feb 13, 2010 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieve dynamic parameter values of a job
- Replies: 8
- Views: 2953
- Sat Feb 13, 2010 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running shell script from after job subroutine
- Replies: 10
- Views: 3745
- Sat Feb 13, 2010 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel execution of same Unix script with diff params.
- Replies: 4
- Views: 2080
- Sat Feb 13, 2010 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: : dsjob command issue
- Replies: 5
- Views: 2884
- Sat Feb 13, 2010 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running shell script from after job subroutine
- Replies: 10
- Views: 3745
It's a good practice to use full pathnames, your first suggestion won't actually change the issue and is functionally equivalent to what they are already doing. :wink: I too would assume their 'trigger' files should be someplace specific and I doubt that $DSHOME would (or should) ever be that place....
- Sat Feb 13, 2010 8:35 am
- Forum: General
- Topic: XML Related Error
- Replies: 3
- Views: 1550
Hmmm... will probably need Ernie to step in on this one. The 6.x release is (I assume) the first XML (PACK 1) release and was deprecated in subsequent releases of the product. There is no 'XMLFolder' stage now and I'm not sure there every was, are you sure you didn't mean a normal Folder stage? It w...
- Sat Feb 13, 2010 8:30 am
- Forum: General
- Topic: Run another job before finishing the AfterJobSubroutine proc
- Replies: 9
- Views: 2507
So... help us out here. Where are you with this? Do you still need help or have questions? If you do, please clarify your 'batch job' comment - is this the old 'pre-Sequence' Batch:: job or some other form of hand-coded job control that you have running your jobs? Not sure it really matters here but...
- Sat Feb 13, 2010 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running shell script from after job subroutine
- Replies: 10
- Views: 3745
In the job's project directory. As noted. Typically:
Code: Select all
cd $DSEngine/../Projects/<project name>- Fri Feb 12, 2010 7:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records getting rejected in Column Import Stage
- Replies: 6
- Views: 3293
- Fri Feb 12, 2010 6:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records getting rejected in Column Import Stage
- Replies: 6
- Views: 3293