Search found 53125 matches

by ray.wurlod
Fri Nov 22, 2013 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a Variable length file using CFF Stage
Replies: 3
Views: 1454

Read with Sequential File stage as single Varchar field. Perform all parsing and conversion in downstream Transformer stage.
by ray.wurlod
Fri Nov 22, 2013 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help Required in Installing XML Adapter and CDC in 7.1
Replies: 3
Views: 3183

Man with 1934 Welsh halfpenny wishes to exchange for one exactly the same.
:lol:
by ray.wurlod
Fri Nov 22, 2013 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Testing for empty file condition in Server Job
Replies: 16
Views: 7449

DataStage BASIC can help here. The STATUS statement returns, among other things, the size of the file in bytes. Use in before-job subroutine.
by ray.wurlod
Fri Nov 22, 2013 8:51 pm
Forum: General
Topic: Searching for Jobs that use a particular table
Replies: 2
Views: 1343

You need an additional filter to check the entire DS_JOBOBJECTS record for the (possibly partial) name of the table, maybe constraining that to records for which OLETYPE ends in "put". Use EVAL and @RECORD in the query - search DSXchange for examples.
by ray.wurlod
Thu Nov 21, 2013 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue when Importing Metadata from oracle table..
Replies: 11
Views: 3247

It's not entirely an NLS issue, it also relates to the way that the different OCI versions report metadata.
by ray.wurlod
Thu Nov 21, 2013 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Testing for empty file condition in Server Job
Replies: 16
Views: 7449

You could use a before-job subroutine to test for non-existence and zero length. Setting ErrorCode to a non-zero value will abort the job.
by ray.wurlod
Thu Nov 21, 2013 2:46 pm
Forum: General
Topic: Datastage scheduler versus cron scheduling
Replies: 7
Views: 2710

Nowadays (since version 8.0) DataStage uses the Information Server scheduling service.
by ray.wurlod
Wed Nov 20, 2013 2:55 am
Forum: General
Topic: Extract of log file using DSGetLogEntry not working
Replies: 31
Views: 7284

Try putting a space between "Step" and "-1".
by ray.wurlod
Tue Nov 19, 2013 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue when Importing Metadata from oracle table..
Replies: 11
Views: 3247

You can't "fix" it. The OCI reports multiple bytes per character when metadata queries are executed.
by ray.wurlod
Tue Nov 19, 2013 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Converstion
Replies: 3
Views: 1585

That is, you don't put a "%" in front of the 6. Why not take the leftmost 19 characters of the string and convert that (actually it will already be in the correct format for standard timestamp)?
by ray.wurlod
Tue Nov 19, 2013 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort is failing
Replies: 3
Views: 2137

Hashed files store data according to a hashing algorithm. Any previous sorting will be discarded.
by ray.wurlod
Tue Nov 19, 2013 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to calculate second-highest data value
Replies: 4
Views: 1826

You could use a stage variable for each Oth column testing whether the value is less than Prim and higher than anything already encountered. But a routine would, in my opinion, be easier to maintain.
by ray.wurlod
Tue Nov 19, 2013 4:05 pm
Forum: General
Topic: Passing parameter with spaces to Execute Command Stage
Replies: 12
Views: 5023

The space character in the directory name is your problem. As noted, you can enclose the pathname, or the directory name, in quotes.
by ray.wurlod
Mon Nov 18, 2013 9:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_udtopen() - Unable to connect to server 39204 - UDT error
Replies: 2
Views: 3686

Have you misconfigured the connection? That "server name" looks like a port number to me.
by ray.wurlod
Mon Nov 18, 2013 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range look up for timestamp fields.
Replies: 3
Views: 1984

What did you expect to get?