ISO 8601 prescribes the format of a timestamp.
If your timestamps conform to this format, then you don't need to to anything other than compare them with a ">" operator.
Search found 53125 matches
- Sat Sep 03, 2011 2:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp comparison
- Replies: 7
- Views: 2229
- Sat Sep 03, 2011 2:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ascential Datastage 7.5.1a / HPUX Itanium 11.31
- Replies: 1
- Views: 1374
- Sat Sep 03, 2011 2:29 am
- Forum: General
- Topic: Job parameter
- Replies: 1
- Views: 1251
- Sat Sep 03, 2011 2:27 am
- Forum: General
- Topic: Getting error in $CommandOutput
- Replies: 11
- Views: 5018
- Sat Sep 03, 2011 2:23 am
- Forum: General
- Topic: Help with uvconfig parameters
- Replies: 10
- Views: 9256
- Fri Sep 02, 2011 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uploading value in a job parameter
- Replies: 11
- Views: 2931
Re: Uploading value in a job parameter
Resist stupid requirements!mouthou wrote:sequences are not allowed
- Fri Sep 02, 2011 7:59 am
- Forum: General
- Topic: data validation in fixed width sequential file
- Replies: 14
- Views: 6063
- Fri Sep 02, 2011 7:57 am
- Forum: General
- Topic: Getting error in $CommandOutput
- Replies: 11
- Views: 5018
- Fri Sep 02, 2011 7:56 am
- Forum: General
- Topic: How to get the server information from service tier
- Replies: 6
- Views: 2477
- Thu Sep 01, 2011 11:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spliting a record into multiple records
- Replies: 7
- Views: 2342
Derivations (assuming source is read as single VarChar):
Code: Select all
Field(InLink.TheRecord, "|", 1, 3)
Field(InLink.TheRecord, "|", 4, 5)
Field(InLink.TheRecord, "|", 9, 2)- Thu Sep 01, 2011 11:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spliting a record into multiple records
- Replies: 7
- Views: 2342
- Thu Sep 01, 2011 10:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preformance in job contaning Column Import stage
- Replies: 2
- Views: 1449
You don't have to assume anything. The score tells you that the op1 operator (the Column Input stage - which is combined in the same process as the Copy operator (the Copy stage)) - executes in parallel. Check the monitor to determine CPU consumption. Though I doubt that a Copy stage acting as a sin...
- Thu Sep 01, 2011 10:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date format in datastage
- Replies: 5
- Views: 3823
- Thu Sep 01, 2011 10:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spliting a record into multiple records
- Replies: 7
- Views: 2342
- Thu Sep 01, 2011 10:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orchadmin
- Replies: 5
- Views: 4354
if any inone still facing the issue, can add below two environement without pre-fixing $ to variable in user defined enviorment variable APT_CONFIG_FILE=C:/Ascential/DataStage/Configurations/2Node.apt APT_ORCHHOME=C:/Ascential/DataStage/PXEngine steps 1- goto control pannel ->system propertise -> a...