Search found 42189 matches

by chulett
Tue Sep 11, 2012 11:34 am
Forum: IBM QualityStage
Topic: QSTutorial folder?
Replies: 2
Views: 2372

:idea: Next time please start a new topic when you have a question like this rather than finding an unrelated post and replying to it. I've split it out this time but I had to guess your DataStage version and platform...
by chulett
Tue Sep 11, 2012 10:09 am
Forum: General
Topic: userstatus not reading string containing backslashes
Replies: 4
Views: 1408

So your example is of what it should have looked like? If so, what does it actually end up looking like? Are you certain that this is a USERSTATUS issue and not the classic case where job parameters have quotes stripped from them?
by chulett
Tue Sep 11, 2012 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC size mismatch on timestamp
Replies: 5
Views: 8852

My comment comes from Oracle not having a DATETIME data type. Now, that may be a term that ODBC uses but Oracle has either a DATE or a TIMESTAMP both of which support date and time elements. The latter adds in microseconds or "fractional seconds". The column where it mentions "fractio...
by chulett
Mon Sep 10, 2012 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC size mismatch on timestamp
Replies: 5
Views: 8852

So... not Oracle then.
by chulett
Mon Sep 10, 2012 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where do we set Errors Allowed for oracle stage in Datastage
Replies: 3
Views: 988

50 is the Oracle default for sqlldr and is separate from job warnings. Zero isn't valid but you could set ERRORS=N to a large number as one of the OPTIONS the stage allows you to pass in, I would imagine.
by chulett
Mon Sep 10, 2012 11:56 am
Forum: General
Topic: Rename folders in the repository
Replies: 3
Views: 1068

Not that I remember. I recall having to create the new folder and then dragging everything from the old to the new.
by chulett
Mon Sep 10, 2012 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrallel Transformer Loop question
Replies: 7
Views: 6785

Re: Parrallel Transformer Loop question

sohasaid wrote:Thank you chulett for your replies; however, I couldn't read any of your suggestions :) it's hidden as a Premium content :(

how can I read them?! :)
That one is simple... renew your Premium Membership.
by chulett
Mon Sep 10, 2012 7:22 am
Forum: General
Topic: routine for getting message type,message detail from job log
Replies: 6
Views: 1981

Add to that the advice to start by reading about and becoming familiar with what each function does, either in the BASIC manual pdf or in the Designer client's "online" help. That will help you figure out how to cobble them together to get the results you require. There are bigger question...
by chulett
Mon Sep 10, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrallel Transformer Loop question
Replies: 7
Views: 6785

Re: Parrallel Transformer Loop question

sohasaid wrote:2- The input file doesn't contain a fixed number of columns, i mean it could be three columns or more!

Any suggestions? :)
As a suggestion, that would have been an excellent bit of information to include in your initial post.
by chulett
Mon Sep 10, 2012 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrallel Transformer Loop question
Replies: 7
Views: 6785

I just want to point out that since this is a horizontal pivot, the Pivot stage can handle this just fine. Yes, even with the column name column thrown in. All that needs is for you to add three new columns into the flow and 'hard code' the column names in them, they can then be pivoted in pairs wit...
by chulett
Sun Sep 09, 2012 8:50 pm
Forum:
Topic: Enable Operational metadata
Replies: 10
Views: 4131

Me, I'd like some clarification of what these two statements mean. Not sure I see any reference to Sequence jobs. :? In production Jobs get run as per daily Schedule. "As per daily schedule"? Via what mechanism? The below command is used during execution of Job. But we are not supposed to ...
by chulett
Sat Sep 08, 2012 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed in qa
Replies: 6
Views: 2325

Maybe. The accompanying DDL for this release might have been missed or perhaps it wasn't time for the code to have been migrated.
by chulett
Sat Sep 08, 2012 6:59 am
Forum: General
Topic: Universe program does not run in 8.7
Replies: 12
Views: 3860

Cool, thanks.
by chulett
Fri Sep 07, 2012 5:06 pm
Forum: General
Topic: Universe program does not run in 8.7
Replies: 12
Views: 3860

So... for my own edification, if you please. When you say it is a "Universe program" is that equivalent to a BASIC routine or is it more like a stand-alone / "executable" version of a BASIC routine? Never really played any Universe games so unfamiliar with the term.

Thanks.
by chulett
Fri Sep 07, 2012 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File using wildcards
Replies: 2
Views: 1600

I do not believe that has ever been supported in the CFF stage. If true, as a workaround you could look into a looping Sequence job that calls the CFF job once per file found, passing in the filename to process as a parameter.