Search found 53125 matches

by ray.wurlod
Mon Dec 29, 2008 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to minus one day from a give timestamp data
Replies: 9
Views: 3398

Beware that 2008-12-31 has 86401 seconds!
by ray.wurlod
Mon Dec 29, 2008 7:39 pm
Forum: General
Topic: Server or Client
Replies: 15
Views: 3787

Welcome aboard. There are more components that you know. DataStage client authenticates via the login/security service of Information Server, with the service being delivered through a WebSphere Application Server. Chances are that these are all installed on your PC. You need to ask someone who is a...
by ray.wurlod
Mon Dec 29, 2008 7:35 pm
Forum: General
Topic: Compare in ver 8
Replies: 3
Views: 903

It would assist future searchers were you to explain how to invoke the side-by-side comparison from the results of a search (or whatever other way you succeeded in doing it).
by ray.wurlod
Mon Dec 29, 2008 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC vs RDBMS
Replies: 6
Views: 4702

The Dynamic RDBMS stage was introduced when PeopleSoft decided to use DataStage as their preferred ETL tool. PeopleSoft table metadata is the same irrespective of which database is used for it. And therefore, yes, they can switch underlying databases with just the flick of a switch - given that the ...
by ray.wurlod
Mon Dec 29, 2008 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX routine to pick the previously stored value in seq. file
Replies: 6
Views: 1401

The file contains only the date. can u pls brief me how it can be done with user variable activity? U is currently working on a server edition site. I don't believe U has ever worked in the enterprise edition environment. The second person personal pronoun in English is spelled "you", not...
by ray.wurlod
Mon Dec 29, 2008 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass a parametersthrough file
Replies: 15
Views: 4288

Upgrade to version 8 and use a parameter set, which includes the ability to read parameter values from file.
by ray.wurlod
Mon Dec 29, 2008 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unicode option in Basic transformer
Replies: 6
Views: 1752

File, yes. Data Set no (Data Set is "internal" to DataStage). File Set, yes. Database table, yes. FTP, yes. And so on.
by ray.wurlod
Mon Dec 29, 2008 2:12 pm
Forum: General
Topic: Regarding Joins in server jobs
Replies: 10
Views: 2072

The present tense plural form of the verb "to be" in English is spelled "are", not "r".

Please strive for a professional standard of written English on DSXchange. Doing so assists those for whom English is not their first language.
by ray.wurlod
Mon Dec 29, 2008 2:09 pm
Forum: General
Topic: DSD.UVOpen rm: cannot remove <file>
Replies: 2
Views: 1437

What is chg_or_num (I assume it's a Hashed File stage with the delete option set)?
by ray.wurlod
Mon Dec 29, 2008 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unicode option in Basic transformer
Replies: 6
Views: 1752

No. As well as the Unicode option for the column, you also need to set the NLS map name used to translate from however the data are encoded in the file. This is done in the Sequential File stage, not in the Transformer stage.
by ray.wurlod
Mon Dec 29, 2008 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX routine to pick the previously stored value in seq. file
Replies: 6
Views: 1401

Does the file contain just the date, or is there other information also in the file? There is a very recent Webinar (at www.dsxchange.net) on the very topic of processing data in files from job sequences.
by ray.wurlod
Mon Dec 29, 2008 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find what jobs are called from what sequencers
Replies: 8
Views: 1861

Probably not, because U is currently working at a server-only site.

The second person personal pronoun in English is spelled "you", not "u".
by ray.wurlod
Sun Dec 28, 2008 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_charset converterRep::init conv() MS1252 not a valid cod
Replies: 4
Views: 2528

For parallel jobs, which use ICU (full 16-bit encoding of Unicode), the map names are different. Try ASCL1252 or some variant thereof. You can find the map names in the Administrator client.
by ray.wurlod
Sun Dec 28, 2008 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue while creating a new project from Administrator Client
Replies: 4
Views: 2600

Or you have a bug in the install script, suggested by a null first argument to setFile() function. Please advise your official support provider.
by ray.wurlod
Sun Dec 28, 2008 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find what jobs are called from what sequencers
Replies: 8
Views: 1861

In each job sequence's log there is a "summary of sequence run" event logged near the end. Everything you need is in that entry. Otherwise you can search within the log for "job run requested" events.