The code is not in a single tab. You can see the flow in logic tab.
Btw, why do you intend to view / change the code?
Search found 3329 matches
- Tue Jan 27, 2009 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: custom operator
- Replies: 8
- Views: 1634
- Tue Jan 27, 2009 9:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is Wait for file activity Stage used only for static file?
- Replies: 3
- Views: 1238
- Mon Jan 26, 2009 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom stages
- Replies: 2
- Views: 1213
- Thu Jan 15, 2009 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last day of the month
- Replies: 11
- Views: 3074
- Thu Jan 15, 2009 10:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last day of the month
- Replies: 11
- Views: 3074
- Thu Jan 15, 2009 9:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last day of the month
- Replies: 11
- Views: 3074
- Thu Jan 15, 2009 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last day of the month
- Replies: 11
- Views: 3074
I will find the next month (i.e. 11 + 1 = 12) and take first date minus 1.
In short
and then convert the result to your required format.
In short
Code: Select all
ToDate('01-' : Mod(inputMM, 12) + 1 : '- ' : inputYYYY) - 1- Thu Jan 15, 2009 9:10 am
- Forum: General
- Topic: String Comparison
- Replies: 1
- Views: 752
Code: Select all
If Convert(field[1,1],'',field) = '' and len(field) = 6
then "6 same chars"
else "not 6 same chars"- Thu Jan 15, 2009 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim(NulltoEmpty(priorSnapshot2.EMPNUM))
- Replies: 3
- Views: 2254
- Tue Jan 13, 2009 5:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do in datasatge
- Replies: 9
- Views: 1943
- Tue Jan 13, 2009 5:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling a job for executing continuously
- Replies: 4
- Views: 1960
- Mon Jan 12, 2009 10:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort Sequence after Some time
- Replies: 10
- Views: 2655
Personally I will do a timing on the jobs and raise alarm of anything behind schedule. For your requirement.... Split your seq start to call a sleep activity until 7:30 and join it to output link from last stage into a sequence stage. Output link of seq stage pointing to kill anything still running....
- Mon Jan 05, 2009 11:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need a help on job design
- Replies: 16
- Views: 5814
- Wed Dec 31, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variable length records loading to multiple tables
- Replies: 11
- Views: 2522
- Tue Dec 30, 2008 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Enterprise stage Error: read file from windows XP server
- Replies: 18
- Views: 11632