Search found 6797 matches
- Thu Dec 07, 2006 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting User Activity stage variable value using ExecCommand
- Replies: 8
- Views: 1663
- Thu Dec 07, 2006 2:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sending file attachment via email
- Replies: 10
- Views: 10428
- Thu Dec 07, 2006 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to Date
- Replies: 2
- Views: 754
How about this?
- Thu Dec 07, 2006 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping
- Replies: 17
- Views: 5487
What i meant was to code the Job Control as Ray indicated and put a loop in it. Search this forum for sample Job Control's. A sequence is basically a Job Control. The only difference is that its all GUI. When you build a sequence, the DSEngine builds the Job Control in the back end. If you are comfo...
- Thu Dec 07, 2006 11:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Data
- Replies: 3
- Views: 834
- Thu Dec 07, 2006 11:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Counter
- Replies: 6
- Views: 1647
Click here to go to the post that vincent is talking about. If you can partition your data on the group (AccountNo+BillNo) then you can get a counter set up by using two stage variables. Read that post, it will get your work done.
- Thu Dec 07, 2006 10:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TIMESTAMP(6) converted to Unknown while loading Metadata
- Replies: 7
- Views: 2278
In your sql select, try to change the timestamp to char in your sql and see if your query executes. SOmething like
Code: Select all
select .... TO_CHAR(timestamp_col,YYYY-MM-DD HH24:MI:SS.FF6) from table
- Thu Dec 07, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with "timestamp" for OCI-9
- Replies: 41
- Views: 11900
DSJobStartTimestamp will be the same for all the records in a particular job. Current Date and Current Time from DATE() and TIME() will be the same for the first several records. The remaining two can be same as you said. There you go. You have identical combinations of your keys, or composite key. ...
- Thu Dec 07, 2006 9:35 am
- Forum: Site/Forum
- Topic: No Limits.
- Replies: 11
- Views: 5632
- Thu Dec 07, 2006 9:05 am
- Forum: Site/Forum
- Topic: Great Work!!
- Replies: 7
- Views: 3197
- Thu Dec 07, 2006 8:34 am
- Forum: Site/Forum
- Topic: No Limits.
- Replies: 11
- Views: 5632
- Thu Dec 07, 2006 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max of a Timestamp
- Replies: 9
- Views: 2099
Re: Max of a Timestamp
where LAST_ UPDATED > (select MAX(LAST_UPDATED) from table_name where <condition for yesterdays rows>) Once again. Something like that will always retrieve 0. It should be ...where LAST_UPDATED > #LastRunMaxTimeStamp# or if your storing the Max timestamp of previous run in some other table then the...
- Thu Dec 07, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with "timestamp" for OCI-9
- Replies: 41
- Views: 11900
- Thu Dec 07, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with loading Timestamp filed into Oracle
- Replies: 15
- Views: 5931
- Thu Dec 07, 2006 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extra characters at the end of a datetime or interval
- Replies: 7
- Views: 4379