Search found 158 matches

by kavuri
Fri Aug 10, 2007 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

Re: DB2 connection error

Hi, I think I got my DSN Name, which is same as that in the ODBC driver on my client machine. Now I am getting my DSN name while importing metadata. But my problem is I am getting seen from with my default server name and it cannot be modifiable. and anothet thing is while I am connecting to the dat...
by kavuri
Fri Aug 10, 2007 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

Re: DB2 connection error

Hi,
I didn't remember what the DSN Name I setted while installing. Is there any command to see what the DSN Name I setted while installing. If I have not setted that one while installing , Is there any way to give it now.

Thanks in advance.
Kavuri
by kavuri
Thu Aug 09, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

Re: DB2 connection error

Hi,
Can u tell me where can I get DSN and as my EE is installed on AIX do I need to edit the "uvodbc.config" on the server itself? Can you explain in some more detail.

Thanks in advance.
Kavuri
by kavuri
Wed Aug 08, 2007 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connection error
Replies: 11
Views: 4204

DB2 connection error

Hi, I am trying to create a small job. Here my source is a DB2 Enterprise stage. then a transformer and then a sequential file stage. Now when I am trying to connect to db2 by using Import--> ODBC table definitions , I am able to give username and password, it is giving my server name in the seenfro...
by kavuri
Wed Aug 08, 2007 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting files
Replies: 2
Views: 800

splitting files

Hi,
here I am having millions of records in DB2. I need to transform them and pass into text files. I want to split the flat files such that each contains 50,000 records. Is there any way to do. If so how can we name the files?

Thanks in advance.

Kavuri
by kavuri
Wed Aug 01, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting parameters
Replies: 1
Views: 797

setting parameters

Hi, I am having various jobs. I would like to set parameters for database name, user, password, db2 instance name, node information. I want to write the values into a flat file and read them from that flat file. Here can I do that by running any script, like before jobsubroutine. I may miss some seq...
by kavuri
Thu Jul 26, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from bigint to string
Replies: 3
Views: 2880

Hi Ray,
Is there any inbuilt function in datastage directly we can use to convert bigint into string.

Thanks
Kavuri
by kavuri
Thu Jul 26, 2007 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from bigint to string
Replies: 3
Views: 2880

conversion from bigint to string

Hi experts, here I am getting some information in bigint format. If I convert that into string, then (i) will it fit in that ? (ii)do I lose any data? (ii) Is the data contained in the string will be in readable format or not? My second question is what is the highest number which can be inserted in...
by kavuri
Mon Jul 23, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disc space requirement
Replies: 3
Views: 1607

Hi Phanee, here I am creating some jobs which are acting like adaptors. I need these to create temporary tables in the datastage project. No we have resolved this issue by creating a table in database itself and make a join there. If you have any more information please pass me. Thanks kavuri
by kavuri
Mon Jul 23, 2007 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disc space requirement
Replies: 3
Views: 1607

disc space requirement

Hi, here I am usinf Datastage for the input and output adaptor for the data type transformations and creation of new data. Here I am in the dsigning stage for the i/p and o/p adaptors using datastage. Here I need to calculate disc space required. Please help me. Input adapter: amount of temporary di...
by kavuri
Fri Jul 20, 2007 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max size of inmemory file/table
Replies: 1
Views: 638

max size of inmemory file/table

Hi,

can anybody tell me what is the max size of a file or table which we can maintain in a datastage job so that I can lookup for. I want to build this file everytime whenever I run my job.

Thanks
Kavuri
by kavuri
Thu Jul 19, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert bigint 64bit into int 32bit
Replies: 4
Views: 1190

Sorry Craig,
here I mean is I have to reconstruct original data back at the end.

Thanks
Bhargava
by kavuri
Thu Jul 19, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert bigint 64bit into int 32bit
Replies: 4
Views: 1190

Re: convert bigint 64bit into int 32bit

Hi Craig, Here I dont need exact data as it is in the source column. I can convert it and then pass the values to another package which is already built. After I get the result from the package I need to do reverse mapping to get the original values. So here I would like to create a correspondancies...
by kavuri
Thu Jul 19, 2007 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert bigint 64bit into int 32bit
Replies: 4
Views: 1190

convert bigint 64bit into int 32bit

Hi, I need to convert a bigint (64bit) into int (32bit). I dont want to lose any data and I cant strip data. I need to maintain the data ina single column again. But I dont have those many records which needs not more than 32 bit int. So one thing I am assuming is making a reference table and then u...
by kavuri
Thu Jul 19, 2007 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting int to bitstream
Replies: 1
Views: 829

converting int to bitstream

Hi, I am getting a bigint(64 bit) from a DB2 database. Now I need to convert it into string[max=12]. My logic here to split 64 bit int into 8 X 8 bit fields and then consider each 8 bit as a char and then concatenate to form a string. Can anybody give me an idea to solve this problem. Thanks Bhargava