Search found 53125 matches
- Mon Sep 05, 2011 5:09 pm
- Forum: General
- Topic: How to get the server information from service tier
- Replies: 6
- Views: 2477
So what you actually want is the Engine hostname(s), rather than the Services tier hostname. Is this correct? Remember that one services tier can support any number of engine tiers. How will you specify which one you want if there is more than one? Ultimately I believe you're looking at a query agai...
- Mon Sep 05, 2011 5:06 pm
- Forum: General
- Topic: Universe Database access
- Replies: 3
- Views: 1391
- Mon Sep 05, 2011 12:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uploading value in a job parameter
- Replies: 11
- Views: 2931
- Sun Sep 04, 2011 10:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uploading value in a job parameter
- Replies: 11
- Views: 2931
- Sun Sep 04, 2011 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uploading value in a job parameter
- Replies: 11
- Views: 2931
If you're going to use dsjob, why bother? Just use the date command.
Code: Select all
dsjob -file filepath -run -param jpTM=`date +"%Y-%m-%d %H:%M:%S` $projectname $jobname- Sun Sep 04, 2011 6:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date format in datastage
- Replies: 5
- Views: 3823
- Sun Sep 04, 2011 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: incremental extraction
- Replies: 5
- Views: 1906
- Sat Sep 03, 2011 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extracting issue
- Replies: 3
- Views: 1449
- Sat Sep 03, 2011 5:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record Dropped
- Replies: 18
- Views: 7618
- Sat Sep 03, 2011 5:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date format in datastage
- Replies: 5
- Views: 3823
You can specify a cast or conversion function in the extraction SQL. It's done differently with different database types (e.g. DB2, Oracle). So you need to specify that. A generic solution is to read the timestamp as a timestamp and use a conversion function such as date_from_timestamp() in a Modify...
- Sat Sep 03, 2011 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extracting issue
- Replies: 3
- Views: 1449
- Sat Sep 03, 2011 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Bulk Load - manual mode and ctl file generation
- Replies: 6
- Views: 3547
- Sat Sep 03, 2011 5:16 pm
- Forum: General
- Topic: Jobs appear in director after deleting in designer
- Replies: 11
- Views: 3490
- Sat Sep 03, 2011 2:44 am
- Forum: General
- Topic: data validation in fixed width sequential file
- Replies: 14
- Views: 6063
- Sat Sep 03, 2011 2:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in getting the next value from DB2 Sequence...
- Replies: 1
- Views: 953