Search found 6797 matches

by DSguru2B
Tue Jan 09, 2007 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding month to current date
Replies: 5
Views: 2764

Search for a link on this page. It has a few routines, including the one that you want.
by DSguru2B
Tue Jan 09, 2007 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

Or go the ICONV/OCONV way as Ken suggests :oops:
by DSguru2B
Tue Jan 09, 2007 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

Nothing out of the box but its no sweat. Do a substring and check for your limits. I know MM will be greater than 0 and less than 13. Similarly DD will be between 1 and 31, inclusive. You define YYYY. What is a valid date for you. Do a check on that. If you want to go into more depth, then you can a...
by DSguru2B
Tue Jan 09, 2007 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding month to current date
Replies: 5
Views: 2764

Nothing out of the box. You can click on Ray's footer that will take you to his page. He has a routine that will solve your problem.
by DSguru2B
Tue Jan 09, 2007 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Load mechanism with ODBC Enterprise Stage
Replies: 9
Views: 3065

Test it out and let us know what you find. See if you are actually able to connect through the DB2 API stage.
by DSguru2B
Tue Jan 09, 2007 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Load mechanism with ODBC Enterprise Stage
Replies: 9
Views: 3065

I think the OP is referring to the db2 bulk loader.
by DSguru2B
Tue Jan 09, 2007 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ftp
Replies: 5
Views: 1375

No secure ftp stage. You could create a sftp script and invoke it within datastage.
by DSguru2B
Tue Jan 09, 2007 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RFC Load
Replies: 3
Views: 948

Define RFC? Does this relate to SAP by any chance?
by DSguru2B
Tue Jan 09, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling Job parameters
Replies: 8
Views: 2197

Call :? , You mean use. Yes, by surrounding them with hashes (#).
by DSguru2B
Tue Jan 09, 2007 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while joining tables using transformer
Replies: 5
Views: 1089

I think that must be it Craig.
sshetter, the keys you use to build the hashed file must be same and identical and in the same format positionally, when your reading it. Also make sure hashed file names are the same. And the columns should be in the same order too.
by DSguru2B
Tue Jan 09, 2007 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue while joining tables using transformer
Replies: 5
Views: 1089

That means there there is no hit. You are sure atleast one 'promo_id' is identical in both source and lookup? If affirmative, then trim your source promo_id and the promo_id while building your hashed file. There might be a leading or trailing key thats not giving a hit. Specify them as varchar.
by DSguru2B
Tue Jan 09, 2007 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to build an Oracle query string containing quotes
Replies: 15
Views: 6807

Surround them with double quotes, i.e, "'A690','R456','F1234'"
by DSguru2B
Tue Jan 09, 2007 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About DSUTILITY
Replies: 17
Views: 6611

Just having a little fun :cry:
by DSguru2B
Tue Jan 09, 2007 8:47 am
Forum: General
Topic: executing a stored procedure
Replies: 12
Views: 6330

I am glad you came back with the solution. Thanks.