Search found 42189 matches

by chulett
Fri Apr 01, 2011 11:37 am
Forum: General
Topic: job sequence Dependencies page
Replies: 1
Views: 1756

It has no impact on the Sequence run.
by chulett
Fri Apr 01, 2011 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Released jobs to DataStage 8
Replies: 4
Views: 2605

I would imagine that is your solution, a manual rename.
by chulett
Fri Apr 01, 2011 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AMOUNT SPLIT
Replies: 2
Views: 1080

Doesn't seem like it requires looping. Generate the rows and then Funnel them back together... won't it always be just two? :?
by chulett
Fri Apr 01, 2011 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 4082

Did you try any other values, or just 1? :?
by chulett
Fri Apr 01, 2011 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accomodating Date data in the format YYYYDDMM
Replies: 8
Views: 2381

Re: Accomodating Date data in the format YYYYDDMM

mac4rfree85 wrote:Our project guideline is not to use OCONV & ICONV.
Good Lord... why? :?

Are your records always coming in YYYYDDMM format or is it mixed with the other format? For the former, you just need a different Oracle TO_DATE() mask. Or substring it back around the other way.
by chulett
Fri Apr 01, 2011 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Delete of hash files by name pattern
Replies: 6
Views: 2237

How were these hashed files created? If they are pathed, then you can simply use O/S commands as you noted.
by chulett
Thu Mar 31, 2011 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regadring Date Conversion and Comparison
Replies: 2
Views: 1567

Why convert anything? That format will allow you to compare the char values directly.
by chulett
Thu Mar 31, 2011 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC License allocation
Replies: 7
Views: 3130

No idea and you are the first to post it, it would seem. How about some details - source or target, database type, first attempt or used to work before, that kind of stuff.
by chulett
Thu Mar 31, 2011 9:22 am
Forum: General
Topic: Need to Get an Mail Notification from ETL Job
Replies: 9
Views: 3136

Look at the source code for the DSSendMailTester routine, you'll need to copy and tweak it to fit your purposes. Depending on how you populated it, the data in the flat file could be retrieved using 'cat' at the O/S level or a job could read it. You'll need to combine that with whatever other text y...
by chulett
Thu Mar 31, 2011 9:18 am
Forum: General
Topic: Unable to Open JOB sequence in datastage
Replies: 3
Views: 2107

That means all you exported was the 'executable'... go back and make sure you get the source as well, then re-import.
by chulett
Thu Mar 31, 2011 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleEnterpriseStage: ORA-00903: invalid table name
Replies: 8
Views: 5180

Interesting that the case doesn't seem to matter in sqlplus, they both should be acting the same. When a table name is supplied quoted the db engine should be resolving it in a case sensistive manner. And your first post shows it all upper-case.

Ah well, glad you got it sorted out.
by chulett
Thu Mar 31, 2011 7:28 am
Forum: General
Topic: How to use the exception handler
Replies: 18
Views: 5341

How are you getting out of the loop when they all succeed?
by chulett
Thu Mar 31, 2011 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleEnterpriseStage: ORA-00903: invalid table name
Replies: 8
Views: 5180

Odd. Perhaps try putting the double-quotes in the sql itself and not the parameter value?

SELECT CLAIM FROM SAPSLP."#Job_Parameter#"
by chulett
Thu Mar 31, 2011 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on working with Teradata Stored Procedure
Replies: 2
Views: 2220

Re: Need help on working with Teradata Stored Procedure

But when call this procedure within the STP stage in Datastage it is considered as just another ordinary output column. That's because it is 'just another ordinary output column'. Can you not just check the value after the SP stage and then 'manually' abort the job? There is also an Error Codes tab...
by chulett
Thu Mar 31, 2011 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there there DRS connector stage in 8.1
Replies: 4
Views: 3224

(corrected thread subject, ORS -> DRS)