Search found 5168 matches

by kumar_s
Thu Dec 07, 2006 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage
Replies: 11
Views: 6695

What is the length and datatype of DESC?
If it is not char from database, and if you pad some char in Datastage, you cannot check for single character.
by kumar_s
Thu Dec 07, 2006 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: differnece b/w Datastage and SAS
Replies: 5
Views: 3268

Difference between Ferrari to Ford... Almost all the work done by Datastage can be Perl scripts. SAS and Datastage are both different product involved in building Data Warehousing. Datastage is one of the superior ETL tool. SAS is one of the product which gives end to end solution. It has many produ...
by kumar_s
Thu Dec 07, 2006 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Mark a topic resolved
Replies: 10
Views: 1641

I dont think PX to do with this topic to be resolved. :wink: Webmaster should look into you topic and need to mark as resolved.
by kumar_s
Thu Dec 07, 2006 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage
Replies: 11
Views: 6695

Check if APT_PAD_STRING is ' '. Try to change it to 0x0 (Null). May be a case where empty space might be considered as pad chars. Try if that works.
by kumar_s
Thu Dec 07, 2006 1:29 am
Forum: Site/Forum
Topic: Great Work!!
Replies: 7
Views: 3197

Great Work!!

Great work DSGuru2B.
The new member to Premium Poster.
Keep going. :D
by kumar_s
Tue Dec 05, 2006 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file name
Replies: 9
Views: 2055

You can let us know, on what basis the filename should be decided. So that the method can be decided.
by kumar_s
Tue Dec 05, 2006 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Query vs. DataStage Stages
Replies: 2
Views: 772

Hi,
You can delete the other duplicate post created for the same topic.
by kumar_s
Tue Dec 05, 2006 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Query vs. DataStage Stages
Replies: 2
Views: 772

If it is simple MAX function, database option will give you quick response. That again depends on how busy you database is.
by kumar_s
Tue Dec 05, 2006 2:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection error
Replies: 3
Views: 3523

Care to mark the topic as solved.
by kumar_s
Tue Dec 05, 2006 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to abort the job based on the input
Replies: 8
Views: 2217

The job is aborted as it is asked for. Abort After n Rows will not give you the message that you want to, but will abort with the mentioned message. If you have value inputcolumn<>1 the job will abort.
by kumar_s
Tue Dec 05, 2006 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To populate Multiple IDs for UNIQUE Vehicle
Replies: 5
Views: 1261

I could not get the requirement clearly. Is TRIM you lookup data. You can use the pictorial representation if required. Will the Trim.code have 'XLT' as data?
by kumar_s
Tue Dec 05, 2006 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to abort the job based on the input
Replies: 8
Views: 2217

You can use the Utility UtilityAbortToLog with the necessary error messages passed based on the condition in transformer.
by kumar_s
Tue Dec 05, 2006 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link open processing error
Replies: 5
Views: 1435

What if you convert the database stage into sequential stage for the newly added field. If the error disappears, you can find the difference between the other links to that. Have you tried with the IPC as suggested in some previous post?
by kumar_s
Tue Dec 05, 2006 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HowTo connect to DB2 using DB2_UDB_Enterprice?
Replies: 7
Views: 7508

Are you trying to pass the password as parameter, if so check if that been passed correctly. Try to hardcode the values and check.
by kumar_s
Tue Dec 05, 2006 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort the sequence
Replies: 4
Views: 2331

As mentioned, search will give you many results. But why do you want to abort the sequence if it has stoped executing the rest of the Jobs?