Search found 53125 matches

by ray.wurlod
Sat Nov 20, 2010 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help needed in understanding SQL to Internal data type conv
Replies: 6
Views: 1967

Vector is not a data type. You have a vector of integers, for example.
Vectors and subrecords are managed in the extended properties of the column. Double click the row number in the Columns grid to open the dialog where these are edited (in the bottom left-hand corner).
by ray.wurlod
Sat Nov 20, 2010 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Abnormal termination of stage Seqfile1.IDENT1 detected
Replies: 15
Views: 11520

Have you named two sequential files in the Merge stage?
by ray.wurlod
Sat Nov 20, 2010 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GET FILENAME
Replies: 37
Views: 9673

Question: what is the scope of stage variables? Are they available in before-stage or after-stage subroutines or only in the body of stage processing? To put it another way, what happens first - execution of the before-stage subroutine or initialization of the stage variables? Have a think about tha...
by ray.wurlod
Sat Nov 20, 2010 3:34 pm
Forum: General
Topic: Running job from unix command prompt
Replies: 3
Views: 1751

You can't - and don't have to - use $PROJDEF on the dsjob command line. What you do is set the default value (in the design) to $PROJDEF then, if that's what you want to use, simply omit that particular -param argument from the dsjob command line.
by ray.wurlod
Fri Nov 19, 2010 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using DecimalToDecimal(input filed,'floor')
Replies: 3
Views: 1804

floor means "next lower". In negative numbers, next lower is closer to negative infinity. You need a different strategy - round the absolute value then multiply by -1 if the original was negative.
by ray.wurlod
Fri Nov 19, 2010 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information on Buildops Stage
Replies: 3
Views: 1235

Advanced Parallel Job Developer's Guide chapter on custom stage types.
by ray.wurlod
Fri Nov 19, 2010 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max string value in DB2
Replies: 5
Views: 2355

Don't you need the maximum expiry date for each CUSTNUM, ZH41N combination? This would need more conditions in the where clause, turning the query into a correlated subquery.
by ray.wurlod
Fri Nov 19, 2010 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character Issue
Replies: 6
Views: 2114

Probably, but what is "1x10"?
by ray.wurlod
Fri Nov 19, 2010 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i am unable to insert the data into table
Replies: 5
Views: 2089

Try providing a maximum length for each VarChar column. "Unbounded" means that there is at least one VarChar that does not have a maximum length in your metadata.
by ray.wurlod
Fri Nov 19, 2010 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Setup - Empty DSN: list returned from host
Replies: 16
Views: 13876

On Windows there is no .odbc.ini file (though the Registry key is called ODBC.INI).
by ray.wurlod
Fri Nov 19, 2010 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pattern Matching
Replies: 14
Views: 5514

If it were a job sequence you could use exactly that expression.

In dsjob you have to do what you can do in UNIX. Something like

Code: Select all

0\xFD\"\'A100P\'\"\xFD\"\'U20\'\"
by ray.wurlod
Fri Nov 19, 2010 2:23 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data Rule Definition like 'Date1 < Date2+Period'
Replies: 5
Views: 2024

Arnd's question is still relevant, assuming you really do have Information Analyzer. Without an answer to it, it's really impossibly to advise.

But it would be better to have the edition properly identified. It's not 390.
by ray.wurlod
Fri Nov 19, 2010 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Child job not sending completed signal to parent
Replies: 5
Views: 1111

Yes, and support will take you through the process of where (whence) and what they want gathered.
by ray.wurlod
Fri Nov 19, 2010 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GET FILENAME
Replies: 37
Views: 9673

One of the functions available in the Aggregator stage is First. Another is Last. Thus you don't need max. If your filenames are sorted just choose the first or last of them.
by ray.wurlod
Fri Nov 19, 2010 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't login the Datastage Server and The connection is broke
Replies: 14
Views: 6804

Not in version 7.

Can you please check that the dsrpcd process is running on the server? (Although I would expect a different error code if it were not running.)

Can you try re-booting your client machine?