Search found 4992 matches
- Fri May 14, 2004 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job in other project
- Replies: 1
- Views: 518
You have to use the dsjob command line program. There's no way using any API or job sequence to run a job in another project. However, dsjob command line uses a server, userid, password, and project on the command line, which should give you what you need. You'll have to write your own job control u...
- Fri May 14, 2004 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help to document a project
- Replies: 7
- Views: 1906
- Fri May 14, 2004 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 12
- Views: 4155
srimitta wrote:Hi,
i tried the below code in the constrain to change the date format
DSLink3.HIREDATE=Oconv(Iconv(DSLink3.HIREDATE,"D-YMD[4,2,2]"),"D/DMY[2,2,2]")
Just use:
Code: Select all
Oconv(Iconv(DSLink3.HIREDATE,"D-YMD[4,2,2]"),"D/DMY[2,2,2]")- Fri May 14, 2004 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.StageRun
- Replies: 4
- Views: 1730
- Fri May 14, 2004 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 12
- Views: 4155
- Fri May 14, 2004 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.StageRun
- Replies: 4
- Views: 1730
- Thu May 13, 2004 10:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NullToValue function
- Replies: 4
- Views: 4169
- Thu May 13, 2004 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NullToValue function
- Replies: 4
- Views: 4169
- Thu May 13, 2004 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Jobs from Unix script & understanding status
- Replies: 2
- Views: 1263
You are not supposed to use jobstatus and run a job at the same time. Look here for an example:
http://www.dsxchange.com/viewtopic.php?t=85578
http://www.dsxchange.com/viewtopic.php?t=85578
- Thu May 13, 2004 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command invoke errors out looking for a specific module.
- Replies: 7
- Views: 3368
Try:
Else:
Code: Select all
$ cd `cat /.dshome`
$ . dsenv
$ ./bin/uv DEADLOCK.MENUElse:
Code: Select all
$ cd `cat /.dshome`
$ . dsenv
$ ./bin/uvsh DEADLOCK.MENU- Thu May 13, 2004 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can you Save inside a transform
- Replies: 3
- Views: 710
- Thu May 13, 2004 8:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cache disabled
- Replies: 2
- Views: 1032
- Thu May 13, 2004 8:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command invoke errors out looking for a specific module.
- Replies: 7
- Views: 3368
- Thu May 13, 2004 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing the value from transformer to Befor/After subroutine
- Replies: 8
- Views: 2761
- Thu May 13, 2004 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can you Save inside a transform
- Replies: 3
- Views: 710