Search found 53125 matches
- Thu Mar 09, 2006 5:23 pm
- Forum: DSXchange Testimonials
- Topic: A very well done Server to EE transition lab
- Replies: 3
- Views: 11916
It's on plan to take it on the road, but there are some rather intransigent logistical worries, like what to do for a server (connect to Texas is one possibility), continued access after the class for a while, finding more instructors, and so on. Even different paper sizes; so far notes have been pr...
- Thu Mar 09, 2006 5:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Case Insensitivity when comparing strings?
- Replies: 7
- Views: 3201
Code: Select all
Upcase(InLink1.TheColumn) = Upcase(InLink2.TheColumn)Or Downcase().
- Thu Mar 09, 2006 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: initcap function in parllel jobs
- Replies: 2
- Views: 1987
Welcome aboard. :D Naveen's post informs you that you posted a question about parallel jobs in a server jobs forum. You can perform the INITCAP function in Oracle itself, as part of your column selection clause in your SQL passed from DataStage. There's no direct equivalent in parallel jobs but, in ...
- Thu Mar 09, 2006 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What happens when size increase in a Hash file
- Replies: 5
- Views: 1365
Re: what happens when size of a Hash file increases?
what happens when size of a Hash file increases? It gets larger. If there's free space within its structure that's consumed. After that, it either grows by adding pages (dynamic hashed file) or by extending groups into overflow. If it's a 32-bit hashed file, the write that tries to take it beyond 2...
- Thu Mar 09, 2006 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check for DW connection before running the job sequences
- Replies: 9
- Views: 2124
- Thu Mar 09, 2006 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup(looping in the ref table)
- Replies: 9
- Views: 2792
- Thu Mar 09, 2006 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling Subroutine: DSD.Browse (Action=3);
- Replies: 16
- Views: 9439
- Thu Mar 09, 2006 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how do i check for the last updated datetime in a job
- Replies: 5
- Views: 1180
I already have a job that checks using a routine the maxdatetime value, but it throws 'literal not in the format' error. I tried like this : say DtTime = '10-03-2006 08:15:25' Dt = Left(Time, 10) Tm = Right(DtTime, 12) D1 = OCONV(ICONV(Dt, "D/DMY"), "D/MDY[2,2,4]") T1 = OCONV(ICONV(Tm, "MTS"), "MTH...
- Thu Mar 09, 2006 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass parameterization via XML export
- Replies: 16
- Views: 7616
- Thu Mar 09, 2006 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to integer
- Replies: 15
- Views: 4464
- Thu Mar 09, 2006 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Link Variables (SQLSTATE) in Parallel Jobs
- Replies: 5
- Views: 1560
- Thu Mar 09, 2006 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hawk Beta
- Replies: 2
- Views: 1647
- Thu Mar 09, 2006 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: user defined insert
- Replies: 1
- Views: 868
- Thu Mar 09, 2006 4:14 pm
- Forum: DSXchange Testimonials
- Topic: A very well done Server to EE transition lab
- Replies: 3
- Views: 11916
I don't think I'll ever get used to Texas portion sizes! Thanks for the kind words. There's a lot of work goes into preparing and setting these up, particularly from the Strategies2Learn team and from Walter, otherwise this site's web master, who worked amazingly long hours to ensure this class's su...
- Thu Mar 09, 2006 12:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how do i check for the last updated datetime in a job
- Replies: 5
- Views: 1180