YYYY-MM-DD HH:MM:SS is THE most standard format for a timestamp, it is defined under ISO 8601.
Your allegedly "more standard" format simply isn't.
Run your result through a sed or awk script to remove all the non-numeric characters (or even tr -d).
Search found 53125 matches
- Tue Aug 12, 2008 8:11 pm
- Forum: General
- Topic: get the timestamp of the last run of a job
- Replies: 2
- Views: 2519
- Tue Aug 12, 2008 5:48 pm
- Forum: Infosphere Master Data Management
- Topic: HOw to find wether instalation is root instal or non-root
- Replies: 1
- Views: 8300
- Tue Aug 12, 2008 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control fatal error (-4)
- Replies: 18
- Views: 4768
Code: Select all
SELECT * FROM RT_LOG5276 WHERE @ID = 141;The control records are those that begin with //.
Code: Select all
LIST.ITEM RT_LOG5276 WITH @ID LIKE "//..."- Tue Aug 12, 2008 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing XML Tags with Dot
- Replies: 2
- Views: 1190
- Tue Aug 12, 2008 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Query
- Replies: 7
- Views: 2215
- Tue Aug 12, 2008 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exporting datastage jobs
- Replies: 4
- Views: 3142
Exporting a job executable executes only the job executable (not its design) so that, in the project into which it is imported, the job can not be re-designed, it can only be run. Exporting DataStage components allows you to select what to export, which can include both designs and executables (in d...
- Tue Aug 12, 2008 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter Sets- Not passing value to jobs from sequence
- Replies: 8
- Views: 3739
Another work around Im thinking is to define all the variables to $PROJDEF in parameter set. But thing is if anyone wants to change any variable on run they have to open Administrator and make change. That is not true. When a run request is issued you can override any individual parameter value, in...
- Tue Aug 12, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Missing record delimiter "\n", saw EOF instead
- Replies: 1
- Views: 2555
- Tue Aug 12, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unix to DOS
- Replies: 7
- Views: 2025
- Tue Aug 12, 2008 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scd stage
- Replies: 7
- Views: 2190
For one dimension table:
Code: Select all
DimTable
|
|
V
----> SCDStage ----> FactTable
|
|
V
DimTable- Tue Aug 12, 2008 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Server and Parallel Jobs
- Replies: 5
- Views: 12592
I too am currently working at a server-only site, and parallelism is possible. Even without it, some jobs are processing tens of millions of rows quite efficiently. The difference is in how the job types are executed. Parallel jobs are executed in a parallel execution environment, and so are suited ...
- Tue Aug 12, 2008 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 deadlock and timeout Issue
- Replies: 5
- Views: 3487
- Tue Aug 12, 2008 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control fatal error (-4)
- Replies: 18
- Views: 4768
- Tue Aug 12, 2008 5:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: expecting 1 segments, read 2 segments
- Replies: 15
- Views: 4333
- Tue Aug 12, 2008 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mainframe VSAM (Source) To Datastage To VSAM(Target)
- Replies: 3
- Views: 2572