Search found 42189 matches
- Mon Nov 03, 2008 2:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding New Job Parameter from PX routine
- Replies: 9
- Views: 3306
- Mon Nov 03, 2008 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding New Job Parameter from PX routine
- Replies: 9
- Views: 3306
- Mon Nov 03, 2008 1:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding New Job Parameter from PX routine
- Replies: 9
- Views: 3306
- Mon Nov 03, 2008 11:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLAllocHandle
- Replies: 3
- Views: 1479
- Mon Nov 03, 2008 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateFromDaysSince function
- Replies: 4
- Views: 2906
- Mon Nov 03, 2008 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateFromDaysSince function
- Replies: 4
- Views: 2906
- Mon Nov 03, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling a java program through datastage
- Replies: 4
- Views: 1448
- Mon Nov 03, 2008 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hardware Configuration
- Replies: 4
- Views: 1353
Re: Hardware Configuration
vasubabu wrote:I need to know the Datastage server & client hardware configuration to process 10 million records.
There's no such thing. Way too many variables specific to your requirements, sources, etc.
- Mon Nov 03, 2008 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Issue
- Replies: 1
- Views: 719
- Mon Nov 03, 2008 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: scheduling jobs using Director
- Replies: 10
- Views: 2275
- Mon Nov 03, 2008 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File Notification
- Replies: 2
- Views: 916
- Sun Nov 02, 2008 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capture Unix error using exception handler
- Replies: 3
- Views: 1328
- Sun Nov 02, 2008 5:52 pm
- Forum: General
- Topic: Hi- To find the no of mondays in a given month
- Replies: 14
- Views: 3882
- Sun Nov 02, 2008 1:03 pm
- Forum: General
- Topic: Information
- Replies: 14
- Views: 3163
- Sun Nov 02, 2008 1:02 pm
- Forum: General
- Topic: Hi- To find the no of mondays in a given month
- Replies: 14
- Views: 3882
:D Very nice. For HP-UX (and perhaps others) it would need to be:
Now just run a year or more's worth into a hashed file and you'd be all set.
Code: Select all
cal 1 2008 |cut -c 4-5 |grep "[0-9]" |wc -l Now just run a year or more's worth into a hashed file and you'd be all set.