Search found 59 matches

by dr46014
Fri Dec 15, 2006 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup on hash file
Replies: 7
Views: 1579

lookup on hash file

hi
i have approximately 10000 records in a hash file and i am doing a look up on this hash file for populating the target tables.i am getting update for the hash file every 15days.so how can i refesh my hash file so that look up will be effective.i dont want to use ODBC for look up
by dr46014
Fri Dec 15, 2006 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: populating date column to table
Replies: 5
Views: 1226

but when i map the date coulmn in the transformer stage by default its taking time stamp.i was using the same code you suggested but instead of concatinating 00:00:00 i was using the timestamp(code...)
by dr46014
Fri Dec 15, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: populating date column to table
Replies: 5
Views: 1226

the incoming value in my file are not null.
i think there is some problem with the timestamp part
by dr46014
Fri Dec 15, 2006 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: populating date column to table
Replies: 5
Views: 1226

populating date column to table

i am getting date fields in the file as 12252001
i want the field to load into oracle table
i am using timestamp() and iconv/oconv to insert into oracle table.
but i am getting null values when it is inserted.
how to resolve this issue
by dr46014
Fri Dec 15, 2006 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 4850

can u plz explan wat that code means..
i want the records in another flat files depending on the creation date
by dr46014
Fri Dec 15, 2006 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 4850

one more help...i need that i should read the date field and pass it as a stage variable to load it into the table..
i want to read only the records not the company name,the ********s and the blank line...
how should i do that
by dr46014
Fri Dec 15, 2006 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 4850

its working now!!!!!!!11
thanks for ur valuable help
by dr46014
Fri Dec 15, 2006 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 4850

i dont find any option as line terminator in DataStage..can you please tell me where is that option.
while importing the file there is no option as such... :shock:
by dr46014
Fri Dec 15, 2006 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 4850

reading sequential file as a single field

hi all... in my last post i asked one question...as per the post i approached the solution but now i m facing a problem while reading the whole sequential file as a single field as am facing a problem.an error message is showing there.my file has some rows as blank and some rows have data in it.i ne...
by dr46014
Thu Dec 14, 2006 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading as per date value
Replies: 9
Views: 2803

i got the point..
now i ll implement it..
i i have any further queries i ll ask you people
by dr46014
Thu Dec 14, 2006 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 4530

Validating email id field

hi... in my flat file i m getting a email id field..i want to validate this field before inserting it into table..the email id should be in the format xyz...@xyz...com or xyz...@xyz...co.xy.i need to write some function in the transform stage..so can u plz suggest me what code i need to write and wh...
by dr46014
Thu Dec 14, 2006 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading as per date value
Replies: 9
Views: 2803

thaks all you people for your immediate response.i hav a small doubt that how can read the file when i encounter the second generation value... if u people suggest me code of the field function it will be very helpful this is a really awesome community....i got the solution within 30mins.. one again...
by dr46014
Thu Dec 14, 2006 9:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading as per date value
Replies: 9
Views: 2803

thanks for your response..
the output should be a table consisting of 5 columns.3 are the fields given in the flat file.the 4th one is the generation date which is given as the header of rhe block of records and the 5th one is the load date.
plz suggest me an approach to solve it 8)
by dr46014
Thu Dec 14, 2006 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading as per date value
Replies: 9
Views: 2803

loading as per date value

hi all i have got a flat file to load into a table along with date..the flat file has different segments where the date value and its corresponding set of records is given..then another date value and another set of records...how to read such a file.. i m giving the format of file below generation d...