Search found 97 matches

by tostay2003
Fri Sep 22, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parametrizing the arguments of cat command
Replies: 7
Views: 2311

parametrizing the arguments of cat command

I want to concatenate two files file1 and file2 and use that in sequential file stage.

cat file1 file2

Can I use cat #file1# #file2# (i.e) parametrizing them? and where can I write this cat command?
by tostay2003
Fri Sep 15, 2006 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading from folder stage
Replies: 6
Views: 2276

reading from folder stage

Hi,


I have got a folder stage and say i just need to read two specific files i.e. file1.txt and file2.txt out of 100 files in that folder. How can I do that?


Regards
by tostay2003
Tue Aug 15, 2006 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLI for oracle, informix and SQL server
Replies: 8
Views: 2072

Could you give me the link of documents if at all you have it with you. Google is leading me all places around :D
by tostay2003
Tue Aug 15, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLI for oracle, informix and SQL server
Replies: 8
Views: 2072

CLI for oracle, informix and SQL server

Hi,

I want to connect to Oracle, Informix and SQL server via unix (not from DS).

What all will i require and how can i connect and run SQL queries. The result of which i need to use in datastage.

Thank you
by tostay2003
Mon Aug 14, 2006 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Connection
Replies: 8
Views: 2585

Thanks for the help
by tostay2003
Mon Aug 14, 2006 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Connection
Replies: 8
Views: 2585

SQL Server Connection

I want to connect to SQLServer, and I am using Ascential 7.5.1. I dont see any plugin of SQLServer. Is it abnormal, not to have plugin for SQLServer??? Will DRS (Dynamic RDBMS stage), work to extract data from SQLServer??? (I heard this from someone,but not for sure). or do i need to go for ODBC onl...
by tostay2003
Thu Jun 22, 2006 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View
Replies: 3
Views: 909

View

Can a view have more than one table in it. If at all yes. then how do i read from different tables. Like say I have VIEW - Table1 - ID1 - ID2 - Value1 - Table2 - ID2 - Value2 Extract Requirement ID1 ID2 Value1 Value2 do i need to say select ID1, ID2, Value1, Value2 from VIEW where Table1.ID2=Table2....
by tostay2003
Mon Jun 19, 2006 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort order
Replies: 9
Views: 2331

I need to check duplicates based on Field1 and Field2
by tostay2003
Mon Jun 19, 2006 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort order
Replies: 9
Views: 2331

sort order

Hi, A small question. If I have got two fields, Field1 takes upto 10000 values and Field2 takes upto 4 values. which would be the better way (performance) to specify the properties in the sort stage. a) Field1 ASC, Field2 ASC b) Field2 ASC, Field1 ASC c) Doesnt matter My Hinch is (a) Thank You
by tostay2003
Thu Jun 15, 2006 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone else with Netezza and DataStage?
Replies: 18
Views: 22642

Hi shawn_ramsey, We are running Netezza with DataStage and want to get a better feel for how many other folks are in the same boat. Considering the number of issues we are seeing with the Netezza plug-in I feel like we are the only ones running the plug-in. Hi we as well are using Netezza with DataS...
by tostay2003
Wed Jun 14, 2006 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Structure Server/Parallel
Replies: 7
Views: 1972

Sorry, by intact, i meant, can I use the same sequences, except that in job activities this time i will be calling parallel jobs (we didnt get the parallel extender yet, so no chance to try them yet).

presumably yes, but just wanna double confirm.
by tostay2003
Wed Jun 14, 2006 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Structure Server/Parallel
Replies: 7
Views: 1972

Structure Server/Parallel

Hi, We have current jobs/sequences done in server 7.5.1. Planning to have 7.5.2 where we want to do the jobs in Parallel. Can we have the Sequences used in the server intact?? i.e. We currently have routines/jobs build up to get the data from database and load as job parameters into the job activiti...
by tostay2003
Mon Jun 12, 2006 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: password encrypted
Replies: 15
Views: 8727

The way you define in you job property. If you assign the PW as string, you may need to pass on the just the plain test, if you marked it as encrypted, datastage expects a string which it would try to decrypt during the run time. The reason why I am confused here is that my present design (done by ...
by tostay2003
Mon Jun 12, 2006 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: password encrypted
Replies: 15
Views: 8727

Hi, Thanks for the help. I am going to try it today (monday). Yesterday was sunday, wasnt able to try. I am sure it will work when you have said it :D . But I dont seem to get the concept. I wanted to know how the work goes on by the datastage for this encryption stuff (like pw, pw_encrypt1, pw_encr...
by tostay2003
Sun Jun 11, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: password encrypted
Replies: 15
Views: 8727

But If i copy and paste the encrypted password in the flat file, then will the datastage not encrypt the already encrypted password again causing some new password which will not be able to access the database. How come it works if we do it this way? I mean lets say we have pw pw_encrypt1 pw_encryp...