Search found 6797 matches

by DSguru2B
Fri Feb 09, 2007 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: outer join in oraoci9 stage
Replies: 3
Views: 1097

You dont need to configure anything. Just deal with the sql. -Load the meta data of both the tables -In the derivations, prefix it with the table alias name that you are going to use. Say A for Table A and B for Table B -When you go to sql tab, the generated sql will show select A.last_name, A.first...
by DSguru2B
Fri Feb 09, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata enterprise with unknown destination columns
Replies: 21
Views: 6850

Maybe we are jumping ahead here. From the columns that you are specifying, are you sending an NULLS to NotNull column? Maybe its complaining on that. Check the metadata in your dataset and your target teradata stage?
by DSguru2B
Fri Feb 09, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata enterprise with unknown destination columns
Replies: 21
Views: 6850

Now see it should work even then. If the columns dont exist in the metadata, they will not be created in the orch table and hence not passed to the actual table.
I dont know why its not working. WHat happens when you do an INSERT from your favourite sql tool ? Do the default values get generated?
by DSguru2B
Fri Feb 09, 2007 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a Sequential File using Execute Command Stage
Replies: 7
Views: 1410

You can also do it in a single job by writing a routine that taken in all your columns, does the comparison and sends out email using DSSendMail() sub function.
by DSguru2B
Fri Feb 09, 2007 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata enterprise with unknown destination columns
Replies: 21
Views: 6850

Hmm, dont send those columns in at all. I mean, remove them from the columns tab. This way they will not be present in the work table and hence no value will be sent to your actual table which will in turn populate the default values.
by DSguru2B
Fri Feb 09, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find age from DOB
Replies: 10
Views: 1935

Need more details. DO you need a round figure or do you need accurate age. If latter, what precision are you looking for?
by DSguru2B
Fri Feb 09, 2007 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between 7.5 and 7.5.2
Replies: 8
Views: 1500

Yea, I was overthinking them. For some reason I thought 7.5.2 was the same as 7.5.1A. Nevermind. Me need coffee :|
by DSguru2B
Fri Feb 09, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert function current Timestamp() into varchar
Replies: 2
Views: 1591

In other words, x = the precision on your timestamp, aka, fractional seconds.
by DSguru2B
Fri Feb 09, 2007 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call Environment variable in server routine
Replies: 4
Views: 1069

Define "call a environment variable(User Defined) in a routine" ???
IF you mean get its value then yes you can. This has been covered a few times in the recent past. Search for more details.
by DSguru2B
Fri Feb 09, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Size Limit
Replies: 1
Views: 1455

An exact search on "Heap allocation failed" pulled more than 15 posts. Try them out first.
by DSguru2B
Fri Feb 09, 2007 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata enterprise with unknown destination columns
Replies: 21
Views: 6850

Well, in your case the default values need to be set in your work table while creating the table, since the value is being populated into the work table from your actual table. Why are you using a work table in between. From what I am seeing, you are creating a work table, loading your dataset into ...
by DSguru2B
Fri Feb 09, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between 7.5 and 7.5.2
Replies: 8
Views: 1500

chulett wrote:No, there was a '7.5' first before any of the 'dot' releases.

I know that but talking about 7.5.2, there is an unofficial name and then the official name. Was it version 7.5.2? I cant seem to recall. Was it .2 that was to be called .1A :?:
by DSguru2B
Fri Feb 09, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between 7.5 and 7.5.2
Replies: 8
Views: 1500

chulett wrote:(I'm trying really hard not to just say ".2" but it's obviously not quite working)

O yea, what was its official name, was it 7.5.1A :roll:
by DSguru2B
Fri Feb 09, 2007 8:03 am
Forum: General
Topic: Date after File Name
Replies: 4
Views: 1551

Somthing like

Code: Select all

mv myfixednamefile.txt filewithdateandtime`date +"%Y%m%d_%H%M%S"`.txt 
by DSguru2B
Fri Feb 09, 2007 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in compiling a parallel job on windows XP
Replies: 2
Views: 889

A simple seach would have revealed all. Try this postfor a start.