Search found 6797 matches

by DSguru2B
Fri Apr 13, 2007 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using routines in parallel job
Replies: 7
Views: 2003

Server jobs have basic routines. Parallel jobs use C routines that need to be coded. None provided with the product. Search the forum for examples and sample routines, including instructions on how to set it up.
by DSguru2B
Fri Apr 13, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascentialdatastage 8.0Features
Replies: 2
Views: 729

Search the archives, I believe Ray also has some information about 8.0 jotted down somewhere here.
by DSguru2B
Fri Apr 13, 2007 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time stamp conversion
Replies: 1
Views: 722

Welcome to DSXchange :)
Please feel free to use the website's searchengine to query for results. This topic has been covered before. Give search a shot.
by DSguru2B
Fri Apr 13, 2007 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing parameters from table.
Replies: 3
Views: 666

What database is it? With either oracle or db2 or even sybase for that matter, you can probably write a small routine that invokes command line sql using DSExecute(), queries the table and returns the value. What parameter value to get?, that could be decided with an input parameter that you send to...
by DSguru2B
Fri Apr 13, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Named pipe with multiple links on diff jobs
Replies: 3
Views: 1157

The complete solution by premium posters is viewable by becoming a premium member. Check out here for more info.
by DSguru2B
Fri Apr 13, 2007 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process empty value problem.
Replies: 9
Views: 2111

What do you mean by "some of them work and some of them dont". Which ones are not working? Insepect the data to analyze why its not working.
by DSguru2B
Thu Apr 12, 2007 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process empty value problem.
Replies: 9
Views: 2111

Incorporate Len(field) = 0 in your check and get rid of the first check.
by DSguru2B
Thu Apr 12, 2007 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Transform in Trigger expression
Replies: 6
Views: 1944

Contact support. They might be able to direct you in the right direction.
by DSguru2B
Thu Apr 12, 2007 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in inserts
Replies: 6
Views: 1111

What are the error messages? Can you copy paste them here as you see in your log file.
Is your target oracle? If yes then change the date format to YYYY-MM-DD using iconv/oconv and send it in as date. The insert will put a TO_DATE() function itself. You can verify that by reviewing the sql.
by DSguru2B
Thu Apr 12, 2007 10:58 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to Find Matching and Unmatching records from two files?
Replies: 4
Views: 4506

Re: How to Find Matching and Unmatching records from two fil

ag_ram wrote:Use a Change Capture and Change Apply Stage in conjunction

Does DataStage TX comprise of those stages ? :?
I am not sure how you will do this with TX but since your on unix, you can easily do this with a simple 4-5 liner shell script.
by DSguru2B
Thu Apr 12, 2007 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column unexpectedly ended by EOR
Replies: 2
Views: 2067

Welcome Aboard Please dont use words like 'ASAP' and 'urgent' as this is an all volunteer site and folks respond to their convenience. Having that said, please be informed that the search utility of the website is very powerful and will get answers pretty quick. Please search on keywords column unex...
by DSguru2B
Thu Apr 12, 2007 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLFetch: Error retrieving results from server
Replies: 2
Views: 2055

Do an exact search on keywords SQLFetch: Error retrieving results from server
by DSguru2B
Thu Apr 12, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse data
Replies: 7
Views: 2213

It might, but no need to land it to a flat file. It can be taken care of in the transformer itself. vinaymanchinila , the sample data and output that you provided gave me the impression that the hypen (-) needs to be replaced with a space and hence my resolution. Had you made it clear in your origin...
by DSguru2B
Thu Apr 12, 2007 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine - does file exist
Replies: 5
Views: 1430

It will act uppon the trigger conditions you set. If your waiting for file to appear and its there, it wil show OK. Branch your execution accordingly.
by DSguru2B
Thu Apr 12, 2007 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling
Replies: 4
Views: 1332

Read about DSExecute() in help. Its not used to schedule anything. Its usage is as defined in its help. A lot of topics around that function on this website. Search for specific examples for a better understanding.