Search found 53125 matches
- Thu May 02, 2013 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to make Web Service call
- Replies: 1
- Views: 1584
- Thu May 02, 2013 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find Last sunday of a month
- Replies: 4
- Views: 1557
- Thu May 02, 2013 3:01 pm
- Forum: General
- Topic: Error writing to RT_STATUS76
- Replies: 13
- Views: 3533
- Thu May 02, 2013 1:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find Last sunday of a month
- Replies: 4
- Views: 1557
Calculate the date of the last day of March as Use a similar technique for the last day of October.
Calculate the last Sunday of March asUse a similar technique for the last Sunday of October.
Code: Select all
DateFromComponents(#jpYear#,3,31)Calculate the last Sunday of March as
Code: Select all
PreviousWeekdayFromDate(svLastDayOfMarch,'Sunday')- Thu May 02, 2013 1:29 am
- Forum: General
- Topic: notiification
- Replies: 2
- Views: 785
- Thu May 02, 2013 1:27 am
- Forum: General
- Topic: Notification stage not working
- Replies: 10
- Views: 1824
- Thu May 02, 2013 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: alternative to Oconv
- Replies: 5
- Views: 1860
There is no easy alternate for the Parallel Transformer stage. You could build a list of all non-printing characters (using Char() functions) in the initialization expression of a stage variable and a corresponding list of that many dots in the initialization expression of another stage variable, an...
- Wed May 01, 2013 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading & Writing dataset with different number of nodes
- Replies: 8
- Views: 7882
Where the configuration of the reading job is different from that used in the job that wrote the Data Set, DataStage uses the configuration file embedded in the Data Set descriptor file; it makes a read-only copy of that configuration and uses it to read the Data Set and (necessarily) repartitions t...
- Wed May 01, 2013 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bulk Load to SQL Server(ODBC)
- Replies: 1
- Views: 1656
- Wed May 01, 2013 2:33 pm
- Forum: General
- Topic: Notification stage not working
- Replies: 10
- Views: 1824
- Wed May 01, 2013 2:32 pm
- Forum: General
- Topic: Transformer Stage Doubt
- Replies: 2
- Views: 901
You can do anything in any expression (stage variable initialization, loop variable initialization, constraint, loop variable derivation, stage variable derivation, output column derivation) that the expression editor allows. You will note that If..Then..Else is one of the options on the operand men...
- Wed May 01, 2013 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Funnel and Merge Stage
- Replies: 2
- Views: 1924
- Wed May 01, 2013 2:28 pm
- Forum: General
- Topic: IBM Datastage Parallel JOB
- Replies: 1
- Views: 706
- Tue Apr 30, 2013 3:09 pm
- Forum: General
- Topic: Email notification for failed jobs in job sequence
- Replies: 8
- Views: 2729
- Tue Apr 30, 2013 3:08 pm
- Forum: General
- Topic: Mulit-instance px job: seq invoc id missing
- Replies: 3
- Views: 927