Search found 53125 matches

by ray.wurlod
Thu Feb 25, 2016 4:38 pm
Forum: General
Topic: Adding date parameter to batch file
Replies: 6
Views: 2553

I have explained the technique in the past on DSXchange. If there's enough interest, I could reprise that explanation.
by ray.wurlod
Thu Feb 25, 2016 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC join tables limitation
Replies: 10
Views: 3953

Does the four join query work executed from some client other than DataStage? How long does it take to return any rows?
by ray.wurlod
Thu Feb 25, 2016 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC join tables limitation
Replies: 10
Views: 3953

What is the stage type downstream of the ODBC Connector stage in your job?
by ray.wurlod
Thu Feb 25, 2016 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW CONCAT "0 " IN MONTH TRANSFORMER
Replies: 7
Views: 5756

Code: Select all

Oconv(DateActual, "DMY[2,4]" : @VM : "MCN")
by ray.wurlod
Thu Feb 25, 2016 2:34 pm
Forum: General
Topic: Adding date parameter to batch file
Replies: 6
Views: 2553

Code: Select all

Oconv(Date(), "DYMD[4,2,2]" : @VM : "MCN")
by ray.wurlod
Thu Feb 25, 2016 2:33 pm
Forum: General
Topic: SequenceJob_Notification Activity stage_No email received
Replies: 5
Views: 2333

(1) Enclose the argument in the call in parentheses, or
(2) In the routine copy the argument variable into a local variable and assign only to the local variable.
by ray.wurlod
Wed Feb 24, 2016 7:37 pm
Forum: General
Topic: SequenceJob_Notification Activity stage_No email received
Replies: 5
Views: 2333

I would not expect any output from this command and therefore would not be worried about the logged event.

Compare your script with the one supplied with DataStage, to determine whether there are any differences.

(What did you use for the email server name and sender and recipient addresses?)
by ray.wurlod
Tue Feb 23, 2016 5:00 pm
Forum:
Topic: SharePoint to access IGC using REST API
Replies: 6
Views: 5604

SharePoint's security model can be, shall we say, awkward?
by ray.wurlod
Tue Feb 23, 2016 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC join tables limitation
Replies: 10
Views: 3953

Theoretically, within DataStage there is no limit. Practically, of course, there will be, not least because the joins are performed pairwise left-to-right and the intermediate result sets have to be stored somewhere. If you're relying on inserted tsort operators, then you must also factor in the tot...
by ray.wurlod
Tue Feb 23, 2016 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't get ODBC stage to read in parallel
Replies: 1
Views: 1080

I would have expected to see modulus 2 (rather than modulus 1) in the WHERE clause. Modulus 1 can only ever be 0. This looks like a bug.
by ray.wurlod
Tue Feb 23, 2016 4:45 pm
Forum: General
Topic: OSH mystery in sequence executables
Replies: 1
Views: 1159

Sequences generate DataStage BASIC code, not osh script. A sequence is a special case of a server job. Now to your actual question. The internal identifier numbers simply specify the order in which the objects were created. In dev, VIdent1 was created before Ident2. In prod, purely because of the or...
by ray.wurlod
Tue Feb 23, 2016 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage - Partition
Replies: 1
Views: 1141

Each partition is sorted separately. That's why you need to partition the data based on at least the first sort key, to get correct results. A Sort Merge collector will preserve sorted order without the need to re-sort. But do you really need to present the entire set sorted in a single partition? O...
by ray.wurlod
Mon Feb 22, 2016 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get last load time without CDC ?
Replies: 2
Views: 1586

Welcome aboard.

The usual solution is to record the creation and modification date/time in each record.

Retrieving them then becomes a simple WHERE clause.
by ray.wurlod
Sun Feb 21, 2016 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Normal Date Into Julian Date
Replies: 12
Views: 9465

It is, but it's neither maximally efficient nor maximally flexible.
by ray.wurlod
Sun Feb 21, 2016 9:44 pm
Forum: General
Topic: IIS 11.5: Installation of enterprise application connectors
Replies: 6
Views: 2699

Separately.