Search found 5 matches

by nandika.kodituwakku
Thu Sep 21, 2017 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate Longitude and Latitude
Replies: 6
Views: 4085

validate Longitude and Latitude

Hi All, I want to validate Longitude and Latitude and was tired with below , but seems like it didn't work properly IF Trim(NullToEmpty(DSLink108.LONGITUDE)) >= -180.00000000 OR Trim(NullToEmpty(DSLink108.LONGITUDE)) <= +180.00000000 THEN 0 ELSE 1 IF Trim(NullToEmpty(DSLink108.LATITUDE)) >= 90.00000...
by nandika.kodituwakku
Thu Feb 16, 2017 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic to calculate the missing record
Replies: 5
Views: 4631

There will be one row for each month
by nandika.kodituwakku
Wed Feb 15, 2017 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic to calculate the missing record
Replies: 5
Views: 4631

logic to calculate the missing record

Hi All, Can you please help me with the logic for the following requirement INPUT: ID | MM Number | From | To 12345|4444444|2015-01-03|2015-02-02 12346|4444444|2015-02-03|2015-03-02 << missing one record ( ex same MM Number no record for period from 2015-03-03 to 2015-04-02 12347|4444444|2015-04-03|...
by nandika.kodituwakku
Tue Nov 22, 2016 4:06 pm
Forum: General
Topic: how to use dsjob to check datastage job is running or not
Replies: 3
Views: 4238

how to use dsjob to check datastage job is running or not

Hi All, I'm using the dsjob command to run the datastage job and I want to check periodically job is running or not using dsjob command If I use below command if the job i running or finished returns 0 DSLOGMSG=`$DSHOME/bin/dsjob -jobinfo ud_1245 FH_P_EXTRACT_DELTA|head -1|sed 's+[^0-9]++g'|tr -d '\...
by nandika.kodituwakku
Tue Sep 13, 2016 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SOQL max function not working for Salesforce stage
Replies: 1
Views: 1311

SOQL max function not working for Salesforce stage

Below SOQL returning null value from Salesforce stage, but if I run the same SOQL in Salesforce Developer console I'm getting the value.

Select max(LastModifiedDate) From POI__c p

Does that DataStage Salesforce stage connector support SOQL like above?

Appreciated your help on this.