Search found 42189 matches

by chulett
Wed Jan 07, 2009 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sub Routine
Replies: 4
Views: 1596

Biggest problem? Trying to use sqlplus to connect to Teradata. That would be for Oracle, sorry no clue what the Teradata equivalent would be but it ain't that.
by chulett
Wed Jan 07, 2009 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I need No of Months after subtracting one date from 2nd dat
Replies: 5
Views: 2284

As noted, the answer will depend on your definition of 'month' when computing the number of months between dates. If your definition aligns with Ray's then you're all set. :wink:
by chulett
Wed Jan 07, 2009 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I need No of Months after subtracting one date from 2nd dat
Replies: 5
Views: 2284

yousuff1710 wrote:Use function DaysSinceFromDate & then divide by 30.
Not in a Server job.
by chulett
Wed Jan 07, 2009 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while displaying data into CSV
Replies: 2
Views: 1217

To be certain, view the file outside of DataStage (say, with 'vi'), what do you see for that column? If it is bad there then your transformation is failing.
by chulett
Wed Jan 07, 2009 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Exporting through DS Manager
Replies: 12
Views: 3131

Use the Contact link at the top of the page and send an email to the Webmaster.
by chulett
Tue Jan 06, 2009 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading .csv file.
Replies: 2
Views: 1219

Your metadata defined in the Sequential stage does not match the actual file's data. Details please - how many columns did you define? What column delimiter? Etc.
by chulett
Tue Jan 06, 2009 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of "in" with Oracle stage
Replies: 15
Views: 4072

The column name you use in the job has no bearing how the SQL is prepared / executed except when creating tables from that metadata, it is strictly positional for DML. That :1 bind parameter denotes the value from the first column defined in the stage, irrespective of its name. So your change should...
by chulett
Tue Jan 06, 2009 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup with like option not working
Replies: 3
Views: 1156

:idea: When you don't get any answers, best to just reply to your original post to 'bump' it back up into the limelight rather than post the exact same question again.
by chulett
Tue Jan 06, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: ORA-12154: TNS:could not resolve
Replies: 1
Views: 1610

Sounds like this 'other server' either isn't properly configured for Oracle access or doesn't have that entry in its local tnsnames.ora file.
by chulett
Tue Jan 06, 2009 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine locked
Replies: 10
Views: 2606

What the heck does 'deleted the job logs' mean? :?
by chulett
Tue Jan 06, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of "in" with Oracle stage
Replies: 15
Views: 4072

Sorry, finally paid closer attention to your actual SQL and see it is an update. For some reason got select in my brain, which means this would all have to come into the job as a job parameter. Now that that's out of the way... Since you know they are numeric values why not just strip the surroundin...
by chulett
Tue Jan 06, 2009 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 5
Views: 1366

Me like. :wink:
by chulett
Tue Jan 06, 2009 12:57 pm
Forum: General
Topic: How to update LOG auto-purge value using single command?
Replies: 2
Views: 1021

Welcome! No, there's no single command - you need hand code and knowledge of the underlying structures for that. Fortunately, Ken Bland has already done the dirty deed for us.
by chulett
Tue Jan 06, 2009 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine locked
Replies: 10
Views: 2606

Logs? No.
by chulett
Tue Jan 06, 2009 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine locked
Replies: 10
Views: 2606

Sorry, missed that. Yes, much as one would expect, only the person who owns the lock or the admin / superuser / dsadm account can perform this action.