Search found 67 matches

by DSkkk
Wed Apr 13, 2005 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking for Valid Phone Numbers
Replies: 3
Views: 1599

Checking for Valid Phone Numbers

Hi all!! I have a situation where i have to check the Phone Number field, whether its all Numeric. I have dealt this scenario previouly by writing a Routine. But that was a Server job. Now i need to do this in parallel job. Could anyone suggest if if there is any such function in Parallel jobs or Ho...
by DSkkk
Mon Apr 04, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc.ini
Replies: 0
Views: 625

odbc.ini

hi,
this is not a pure datastage question. but related to ODBC. i want to see the MAXRESPSIZE in the odbc.ini file. but not finding it in odbc.ini. where can i find it?
Thanks.
by DSkkk
Mon Mar 07, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter passing
Replies: 3
Views: 1255

parameter passing

hi All, i have a master sequence which runs many jobs which grab data from different source files and finally only one M-load is done into teradata. but some times when i don't have a file for one of the sources then i just want to pass a parameter of the source name so that my job runs only that pa...
by DSkkk
Thu Feb 24, 2005 3:11 pm
Forum: IBM QualityStage
Topic: Unduplicating a file
Replies: 3
Views: 2838

Unduplicating a file

There is a file consisting of Name, Phone Number. My job is to verify if the records have duplicate phone numbers with the same name. If say a person A appears twice in the file, First time with Phone No 1 and second time with Phone No. 2 then only the record with Phone no. 1 has to survive where as...
by DSkkk
Mon Feb 14, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject rows
Replies: 1
Views: 862

reject rows

hi All,
i got to do a look up on a file using the same file as i have to concatenate data becos it got split. so i have to reject data which has duplicate key columns data. how and what constraint should i use. kindly suggest.
thanks
by DSkkk
Mon Feb 14, 2005 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenating same column data
Replies: 3
Views: 1006

i did not exactly follow the suggestion. can you explain?
Thanks
by DSkkk
Fri Feb 11, 2005 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenating same column data
Replies: 3
Views: 1006

concatenating same column data

hi All, my data is so bad that the emailaddress got split into different rows with all the same other details. eg: order_nbr emailaddress seq_id 100 Y, 6 100 DSkkk@yahoo 7 100 .com 8 i have the column seq_id which has the consequent nos for the continuation. now i have to concatenate the whole email...
by DSkkk
Mon Feb 07, 2005 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: two tables with single ODBC
Replies: 3
Views: 1654

two tables with single ODBC

hi all,
i have a question about grabing data from two different tables with a single ODBC .
can we just grab the data from 2 tables loading the defnitions one after the other in one ODBC. :?:
by DSkkk
Fri Feb 04, 2005 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 6
Views: 7714

due to selections from the table to which you are loading there can be a lock.
use clean up resources in the director to release all the locks and then try running your job again.
if that doesn't work then ask your datastage administrator to bounce the server.
by DSkkk
Tue Feb 01, 2005 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile lookup
Replies: 1
Views: 1115

hashfile lookup

hi All, i am concatenating three columns and doing a look up on the concatenated column as a key on a an other concatenated column of a different table. i used the constraint If IsNull(concatenated) then Not(rejected) Else rejected. the look up is not done and there are '0' rows from the second tabl...
by DSkkk
Wed Jan 26, 2005 10:06 am
Forum: IBM QualityStage
Topic: Running a mtach job using QS plug in
Replies: 4
Views: 3612

Hi Vmcburney

Hi Vmcburney, you siad that i can feed in just the primary data and let QualityStage open the match data file directly from a flat file and not from a DataStage link. i see in the documentation for the plug-in that When you run a match, the data file should be bound to a QualityStage stage link, whe...
by DSkkk
Tue Jan 25, 2005 4:37 pm
Forum: IBM QualityStage
Topic: Running a mtach job using QS plug in
Replies: 4
Views: 3612

Running a mtach job using QS plug in

Hi all, i am able to run my standardization jobs using QS plug in for DS. now i have to run my Match job using the plug-in. the problem is i canoot use both the files as input to the QS plug in as it does not support reference links. and the report and extract files do not contain any metadata defin...
by DSkkk
Tue Jan 25, 2005 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unix ftp script
Replies: 2
Views: 1127

unix ftp script

hi All i need to automate the process of FTPing the source file from remote host to the local directory. i am writing the shell script to FTP the latest file from the remote directory. but the general ls -1t |tail -1command does not work in the ftp part. what is the command to pick the latest or las...
by DSkkk
Mon Jan 24, 2005 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: records sincs last run date
Replies: 3
Views: 1724

records sincs last run date

hi All, i am extracting data from one table of teradata and putting it to another making some necessary transformations. if i run this job today then i am supposed to get the new records in the input table since last run date. but my input table doesn't have any column as timestamps to compare. if i...
by DSkkk
Wed Jan 19, 2005 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: append column
Replies: 5
Views: 2399

append column

hi all, i want to append a new column from a file which has only 1 row to another file which has three other columns. i do not have any common columns. but the output file should have all the rows of the second file populated with the same data of the only row in the first file. for example: **first...