Search found 42189 matches
- Thu Nov 29, 2007 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looping a Job on Windows
- Replies: 12
- Views: 3390
- Thu Nov 29, 2007 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to peorfrm insert and update using merge stage?
- Replies: 2
- Views: 851
- Thu Nov 29, 2007 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look-up based on 42 columns
- Replies: 2
- Views: 734
Re: Look-up based on 42 columns
42 Key columns? Yeesh.
I would think so. Why not give it a try and let us know?
baglasumit21 wrote:Will it be more efficient to use a join in the sourch query itself?
I would think so. Why not give it a try and let us know?
- Thu Nov 29, 2007 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shared containers information
- Replies: 1
- Views: 680
- Thu Nov 29, 2007 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Vs Parallel
- Replies: 3
- Views: 1104
- Thu Nov 29, 2007 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pin 1 not initialized
- Replies: 5
- Views: 4580
- Thu Nov 29, 2007 7:34 am
- Forum: General
- Topic: Error while trying to retrieve text for error ORA-12154
- Replies: 18
- Views: 12009
Would need a wee bit more information to be able to help. First off, I don't see how changing your DataStage server's IP address would affect your ability to connect to Oracle instances on other servers. Those on the same server could be if your tnsname uses IP addresses. So... all jobs that access ...
- Thu Nov 29, 2007 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read Continous Records, No delimeter
- Replies: 4
- Views: 908
- Thu Nov 29, 2007 7:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling an Oracle Function
- Replies: 4
- Views: 1271
- Thu Nov 29, 2007 12:30 am
- Forum: General
- Topic: Warning message
- Replies: 1
- Views: 777
- Thu Nov 29, 2007 12:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to convert the date format yyyy-mm-dd to dd-mm-yyyy
- Replies: 4
- Views: 1638
IConv to internal format, then OConv back, both with the proper mask:
Code: Select all
OConv(IConv(YourDate,"D-YMD[4,2,2]"),"D-DMY[2,2,4]")- Wed Nov 28, 2007 11:39 pm
- Forum: General
- Topic: Comparing dates
- Replies: 5
- Views: 1303
- Wed Nov 28, 2007 1:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to import a table definition from a sequential file
- Replies: 6
- Views: 1445
- Wed Nov 28, 2007 8:13 am
- Forum: General
- Topic: Restartability while running multiple Datastage jobs through
- Replies: 7
- Views: 4690
- Wed Nov 28, 2007 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IConv function behaving differently in DS 7.5.2 and 7.5
- Replies: 18
- Views: 4201