Search found 5168 matches
- Thu Jun 29, 2006 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Sequential File handling
- Replies: 3
- Views: 1285
- Thu Jun 29, 2006 10:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Certification Pass Score
- Replies: 18
- Views: 5581
- Thu Jun 29, 2006 10:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 10 Table Move
- Replies: 7
- Views: 1698
- Thu Jun 29, 2006 10:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage: Partitioing type
- Replies: 5
- Views: 1249
- Thu Jun 29, 2006 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort a Job Manually
- Replies: 5
- Views: 1222
- Thu Jun 29, 2006 10:33 am
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Wed Jun 28, 2006 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash Partitioning
- Replies: 8
- Views: 2667
- Wed Jun 28, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatination Problem for Tab delimited file
- Replies: 9
- Views: 3598
- Wed Jun 28, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Links are missing in the DataStage Job
- Replies: 5
- Views: 1687
- Wed Jun 28, 2006 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatination Problem for Tab delimited file
- Replies: 9
- Views: 3598
- Wed Jun 28, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update SQL Query
- Replies: 18
- Views: 4048
- Wed Jun 28, 2006 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding ERROR
- Replies: 2
- Views: 729
- Wed Jun 28, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update SQL Query
- Replies: 18
- Views: 4048
Not much clear with your requirement.
What is that you expect to change in
on DETP derivation.
What is that you expect to change in
Code: Select all
If DEPT=30 And ENAME = 'Diana' Then 10 Else DEPT.- Wed Jun 28, 2006 6:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: batch file for ftp not working ..
- Replies: 13
- Views: 3416
It's secure ftp, folks. You cannot supply passwords to it like this, period. You need an RSA Key on the target system to allow 'passwordless' access. Or fall back on 'regular' ftp, if allowed. If s ftp works from command prompt, shouldnt it work the same from batch file from windows? Joseph - Hope ...
- Wed Jun 28, 2006 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to pass values without human intention
- Replies: 2
- Views: 705
Hi Xpert, Do a search. This has been handled and explained several times. The available options dsjobs has a option to pass paramter by -param . All your parameters can be declared in a sequential file, and during runtime the file can be read and the values can be passed without human intervention. ...