Search found 53125 matches

by ray.wurlod
Thu Sep 14, 2006 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETLStats question
Replies: 9
Views: 2547

After executing dssh in an apporpriate directory (one the is the DS engine directory or a project directory, containing a VOC file in either case) the prompt changes to ">". This prompt signifies that you are working in the TCL (terminal command language) environment. You return to the UNIX shell by...
by ray.wurlod
Thu Sep 14, 2006 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while converting date format
Replies: 4
Views: 1560

Edit your post - check "Disable Smilies in this post" so that we can see the actual expression.
by ray.wurlod
Thu Sep 14, 2006 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling
Replies: 17
Views: 5151

Wouldn't it be easier just to set the Null Field Value property in the Sequential File stage, for example to "<NULL>", so that spaces continue to be treated as spaces?
by ray.wurlod
Thu Sep 14, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning value to job paramerter in job
Replies: 7
Views: 2483

This site uses the "premium poster" concept as a means for funding the site. The revenue comes nowhere near paying for the site, but it helps. The added value provided by these few posters ought to make it worth your while to invest the less than $1 per week required for a premium membership. It is ...
by ray.wurlod
Thu Sep 14, 2006 2:42 pm
Forum: IBM QualityStage
Topic: Whats the maxium weight that qualitystage gives?
Replies: 2
Views: 1505

Given that it's a function of your data, it's impossible to say. Essentially it's a measure of how much information (what rarity value) is contributed by that value compared to all the values in that field (the field's "domain").
by ray.wurlod
Thu Sep 14, 2006 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Timestamp ("YYYY:MM:DD HH:MM:SS") in hashta
Replies: 12
Views: 4259

Hashed files do not support the TimeStamp data type. Prefer VarChar with a precision at least as large as you need (19, 23, 26 or more). You will need to enclose the value in single quotes.
by ray.wurlod
Thu Sep 14, 2006 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write to SQL-database in a routine?
Replies: 6
Views: 2365

However you like. They can be passed (as command line arguments) from DataStage to the shell script, for one example. They could be environment variables (perhaps encrypted) for another example.
by ray.wurlod
Thu Sep 14, 2006 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass arguments to Unix script
Replies: 6
Views: 1959

Then you need to think long and hard about how to solve your requirement in a generic fashion. How DO you define "Input rows"? How do you define "Output rows"? And so on. Perhaps you could create an after job subroutine and pass it a list of the link names in the job for which you want row counts. T...
by ray.wurlod
Thu Sep 14, 2006 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Packager Wizard Problem.
Replies: 4
Views: 1001

Packager Wizard as a mechanism for deployment was last used when the Great Pyramid of Cheops was built. You can't create a job deployment package until you have released one or more jobs.

It is much easier to use Version Control to get read-only DataStage objects promoted.
by ray.wurlod
Thu Sep 14, 2006 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage jobs
Replies: 3
Views: 1305

Does not "same" mean "not different"? What exactly are you asking here?
by ray.wurlod
Thu Sep 14, 2006 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Conversion Warning.....from StringToDate
Replies: 4
Views: 1492

Dates aren't "in" any particular kind of format. It's only when they are converted to string that format becomes important. Having created a date, as in this thread, you can then apply a DateToString() function and specify an explicit date picture such as "%dd-%mm-%yyyy".
by ray.wurlod
Thu Sep 14, 2006 2:40 am
Forum: General
Topic: Passing DSN,userid password dynamically to the oracle stage.
Replies: 1
Views: 2025

Welcome aboard. :D

You must construct a job sequence that reads the file in question and uses the data contained therein to provide values to job parameters of the job that contains an Oracle stage.
by ray.wurlod
Wed Sep 13, 2006 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting excel file
Replies: 4
Views: 1084

Welcome aboard. :D Provided that the worksheets have a tabular form only, and with column headings, you can use the ODBC Enterprise stage via the Microsoft ODBC driver for Excel. Otherwise you can pre-process the worksheet(s) to get them dumped into a file format, for example CSV. This limits you to...
by ray.wurlod
Wed Sep 13, 2006 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5 problem
Replies: 10
Views: 2115

Re-read your post! I will concede, however, that the OP did not mention 7.5x2.