Search found 53125 matches
- Thu Mar 08, 2012 1:21 am
- Forum: General
- Topic: SOX requirements for InfoSphere 8.1 Application
- Replies: 11
- Views: 3363
- Wed Mar 07, 2012 6:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help with Date logic
- Replies: 14
- Views: 3691
- Wed Mar 07, 2012 6:36 pm
- Forum: General
- Topic: How to derive last sunday's date based on Current date
- Replies: 7
- Views: 2023
If you're generating a command line argument from a DataStage sequence an elegant expression is
This works because the internal date format (number of days since 1967-12-31) remainder after dividing by 7 is 0 for Sunday.
Code: Select all
Oconv(Date() - Mod(Date(),7), "D-YMD[4,2,2]")- Wed Mar 07, 2012 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Stage in datastage 8.5
- Replies: 10
- Views: 8449
- Wed Mar 07, 2012 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL server error on parameter
- Replies: 4
- Views: 1498
- Wed Mar 07, 2012 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read MS access database in Datastage
- Replies: 4
- Views: 2372
- Wed Mar 07, 2012 3:01 pm
- Forum: General
- Topic: SOX requirements for InfoSphere 8.1 Application
- Replies: 11
- Views: 3363
- Wed Mar 07, 2012 4:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort stage is not wrking
- Replies: 6
- Views: 1682
- Wed Mar 07, 2012 4:20 am
- Forum: General
- Topic: Core usage of UV account
- Replies: 9
- Views: 3303
- Wed Mar 07, 2012 12:31 am
- Forum: General
- Topic: LIST. <what are all the options available>
- Replies: 2
- Views: 764
- Wed Mar 07, 2012 12:24 am
- Forum: General
- Topic: UV DB, STAGE, DB2, XMETA, QUERIES !!!!!
- Replies: 12
- Views: 5321
- Wed Mar 07, 2012 12:21 am
- Forum: General
- Topic: UV DB, STAGE, DB2, XMETA, QUERIES !!!!!
- Replies: 12
- Views: 5321
- Wed Mar 07, 2012 12:19 am
- Forum: General
- Topic: How to turn on OR logging?
- Replies: 7
- Views: 1598
Wrong. Console for IBM InfoSphere Information Server supports Information Analyzer and Information Services Director. The one you want is Web Console for IBM InfoSphere Information Server and you will require sufficient privileges to view the logs (granted through Information Server roles and DataSt...
- Wed Mar 07, 2012 12:18 am
- Forum: General
- Topic: LIST.INDEX hashedfile
- Replies: 1
- Views: 621
- Wed Mar 07, 2012 12:17 am
- Forum: General
- Topic: LIST.INDEX + Finding index name
- Replies: 1
- Views: 600
Code: Select all
LIST.INDEX DS_JOBS ALL