Search found 246 matches

by hamzaqk
Sun Jul 22, 2007 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile Lookup
Replies: 4
Views: 1354

use the universe stage if you want to do a range match .. hashfile does an exact match ..
by hamzaqk
Thu Jul 19, 2007 12:01 am
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 5397

i like datastage too.. i work in a company where consultans work on all tools with different clinets.. and i am quite satisfied with it. apart from it has a habbit of crashing.. well when i said stuck i did not mean it in a bad way.. i think i got the answer to it .i.e the maturity of the tool....ju...
by hamzaqk
Wed Jul 18, 2007 11:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Querying the table based on a condition
Replies: 4
Views: 1198

use the odbc stage..

create a dummy seq file with a dummy column which reads data from a dummy file with any value just to create an input link to the odbc stage.

seq file ----> odbc

in the odbc stage , choose user defined sql and u r ready to rock and roll !
by hamzaqk
Wed Jul 18, 2007 3:53 am
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 5397

Why are we stuck with Datastage ?

well most of us just use this tool as it was already at the client side. and we did not have much of a choice.. tomorrow it will be another tool if the client is different with different requirements. I just wanted to know why Datastage... there are many articles which compare ETL tools. why are the...
by hamzaqk
Tue Jul 17, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiload JOb Hangs at near completion of Records
Replies: 3
Views: 1618

not alot of information to come to any conclusions... have tried running the multiload script manually ? mload < abc.mld ? Does it run ok ? It seems more like a network issue to me than an issue pertaining to ML. try running the job at a different time of the day. Teradata Certified Master V2R5
by hamzaqk
Mon Jul 16, 2007 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Param values not being inserted?
Replies: 3
Views: 1299

You DO need a ## when you refer to environment variables i.e. #$EnvVar#

have u set the variables in sequence so they point to the parameters in the job activity at the sequence level ?
by hamzaqk
Wed Jul 11, 2007 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Txt file Definition
Replies: 1
Views: 656

Importing Txt file Definition

generally when you need column definition of a file. you just import the table definition where its going to be loaded, because the columns definition in the file is the same as the table. NOW. i am trying to import the column definition of a text file say abc.txt so i can load that into a seq file ...
by hamzaqk
Mon Jul 09, 2007 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join problem!
Replies: 4
Views: 933

why do u want to pad it ? why dont u use the TRIM function or cast one of them into INT .. i think that should work ok..
by hamzaqk
Fri Jul 06, 2007 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating 64 bit hash file
Replies: 23
Views: 6676

FOR VOC ENTRY............

SETFILE

: PHYSICAL PATH INCLUDING FILE NAME
: VOC ENTRY NAME
Y
DONE


FOR RESIZING..........


RESIZE [DICT] [filename] [type] [modulo] [separation]
[ CONCURRENT | INPLACE | USING partition] [64BIT | 32BIT]
by hamzaqk
Fri Jul 06, 2007 12:59 am
Forum: General
Topic: Problem creating indexes!
Replies: 4
Views: 1758

thanks chulett...... was missing the file name in the phycial path. its working now and giving me no warnings when creating a VOC entry.
by hamzaqk
Thu Jul 05, 2007 6:12 am
Forum: General
Topic: Problem creating indexes!
Replies: 4
Views: 1758

Problem creating indexes!

Reading through the posts and trying to create indexes on a sample hash file. 1. when i set try to enter a VOC entry it gives me a warning. that the 'DICT file path ' physical path name' does not exist, though it does create a link after it 2. when i try to create index on a hash file by CREATE.INDE...
by hamzaqk
Wed Jul 04, 2007 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File loading getting slow
Replies: 14
Views: 6637

or u can use the Hash file calcultor which is provided with datastage to calculate modulus... its called HFC.exe... easy and always works great !
by hamzaqk
Wed Jul 04, 2007 12:42 am
Forum: General
Topic: Migration from oracle to teradata
Replies: 7
Views: 4659

Teradata does have indixes. and by default if no index is define it does create a primary index on the first column of the database. it lets u define 4 kind of indixes. Primary index, Unique Primary index, Secondary index and Unique Secondary index. So yes it does allow UPI and it does help in impro...
by hamzaqk
Wed Jul 04, 2007 12:42 am
Forum: General
Topic: Migration from oracle to teradata
Replies: 7
Views: 4659

Teradata does have indixes. and by default if no index is define it does create a primary index on the first column of the database. it lets u define 4 kind of indixes. Primary index, Unique Primary index, Secondary index and Unique Secondary index. So yes it does allow UPI and it does help in impro...
by hamzaqk
Fri Jun 29, 2007 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata aborts half way through
Replies: 5
Views: 3899

1. Teradata has its own way when it comes to backing up and archieving data. it uses 'journals' to do so. Depending on your needs you can select and define upon table creation. For examples you can make a table fallback which means for every copy that is present in the table teradata will create a c...