Search found 7201 matches
- Fri Aug 02, 2002 1:02 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Whats wrong with this code...?
- Replies: 1
- Views: 1670
Whats wrong with this code...?
Okay, I am still trying to call a stored procedure in SQL Server.... Thanks for your example Massi, but something still doesnt work. I am trying to get the result of a stored procedure which contains an "@" in it ( execute dbo.p_GetNextId 4,1,@STRING OUTPUT;) Heres my code. Everything is fine up to ...
- Thu Aug 01, 2002 2:57 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Problems with hash files and universe stages reading ascii 2
- Replies: 1
- Views: 1760
ASCII chars 251-254 are reserved by DataStage. Theyre part of dynamic array handling. DataStage is working with your data as an array instead of a single row. Quick question: Why do you have values in that range? Are you sourcing from Universe or Unidata legacy systems? What is the source, file or d...
- Thu Aug 01, 2002 2:00 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Problems with hash files and universe stages reading ascii 2
- Replies: 1
- Views: 1760
Problems with hash files and universe stages reading ascii 2
When writing a string to a hash file that contains an ascii 254 we find that this character is treated as a delimiter so the string is split and the second part of the string following ascii 254 gets written to the next field of the hash file. Similar problems happen when using a UV table instead of...
- Thu Aug 01, 2002 9:21 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: problem using OCI
- Replies: 1
- Views: 395
Have you tried a test table with the same field type? Also, check if you are using the correct odbc drivers in your setup. Are you using NT as datastage server - if so, maybe someone with NT can help with this one. -----Original Message----- From: Rui Soares [mailto:rui.soares@novabase.pt] Sent: 31 ...
- Thu Aug 01, 2002 12:48 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Between lookup on a re
- Replies: 2
- Views: 403
You can use a user-defined query. In this case, you would probably create indexes on the minsqft and maxsqft columns in whatever database you were using. This can even be done using tables in the project (use the UV stage in this case). However, it is not possible using a Hashed File stage, which pe...
- Wed Jul 31, 2002 9:59 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Between lookup on a re
- Replies: 2
- Views: 403
No problem, but answer depends on the type of stage you are using. You will need to use a user defined query. Here is an example: Reference link columns: min_sf (key) max_sf sf_code Query for ODBC stage: select min_sf, max_sf, sf_code from sf_code_table where ? between min_sf and max_sf or, for ORAO...
- Wed Jul 31, 2002 9:44 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Between lookup on a re
- Replies: 2
- Views: 403
Between lookup on a re
Hi all, I have thee need to do a transformation with a range or a between lookup on a relational reference. The source feed has a square foot measurement and I want to assign a code for that square footage by looking up the data in another relational table that has a code, a square footage min and m...
- Wed Jul 31, 2002 8:50 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Call to a stored procedure in SQL Server using DataStage Bas
- Replies: 0
- Views: 481
Call to a stored procedure in SQL Server using DataStage Bas
Hi All! I am trying to call a stored procedure with return a value(string) in SQL Server. I am having problem getting back the value using SQLExecDirect and SQLBindCol. Is there anyone who can provide me with a DS Basic code example for calling a stored procedure which returns a value? I would appre...
- Wed Jul 31, 2002 5:06 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: problem using OCI
- Replies: 1
- Views: 395
problem using OCI
Hi, we are working with DS 4.0, and now we have the follow error when we try to extracted same information from Oracle, using the stage OCI "Oracle datatype not presently supported" We are made an extraction of one field ( IDNum Char(11)) Can anybody help ? best regards Rui Soares > Rui Miguel Soare...
- Wed Jul 31, 2002 3:51 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: pivot ??
- Replies: 2
- Views: 610
Hi Shawn and Lamont Now its working fine. Thanks for ur advice with thanks and regards, Binu --- lamont.lockwood@ascentialsoftware.com wrote: > Here is a small .zip file with a .dsx and four files > (two input/two output) > that demonstrates both pivoting and collapsing data > (reverse pivot). Hope ...
- Wed Jul 31, 2002 2:31 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: pivot ??
- Replies: 2
- Views: 610
Binu, Look for the technical bulletin on it, it is on the install CD in the DataStage PackagesPlugin StagesDocsEnu directory. The plug in is fairly easy to use, it will take a repeating column such as sales_apr, sales_may, sales_june and put them into multiple rows of output. The key point is that o...
- Wed Jul 31, 2002 9:01 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: pivot ??
- Replies: 2
- Views: 610
pivot ??
hi all,
Im trying to use the Pivot stage but I dont
understand how it works. some one please help me..
with rgds,
Binu
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better http://health.yahoo.com
Im trying to use the Pivot stage but I dont
understand how it works. some one please help me..
with rgds,
Binu
__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better http://health.yahoo.com
- Wed Jul 31, 2002 8:35 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Compiling a project
- Replies: 0
- Views: 377
Compiling a project
Does anyone know a short cut to compile all the jobs in a project ??? Cheers, Andy. ________________________________________________________________________ This e-mail message (including any attachment) is intended only for the personal use of the recipient(s) named above. This message is confident...
- Wed Jul 31, 2002 7:48 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: E-mail Notification Stage
- Replies: 3
- Views: 1981
Thanks guys, I decided to use a routine instead. Regu. -----Original Message----- From: salvatore.serra@ascentialsoftware.com [mailto:salvatore.serra@ascentialsoftware.com] Sent: 30 July 2002 18:32 To: datastage-users@oliver.com Subject: RE: E-mail Notification Stage Hi guys, I have the same problem...
- Wed Jul 31, 2002 12:54 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Upgrade datastage from 4.0 to 5.2 problems
- Replies: 5
- Views: 896
Was this ever resolved and, if so, what was the resolution? >From: boupha.thephavong@ingbank.com.au >Reply-To: >To: datastage-users@oliver.com >Subject: Upgrade datastage from 4.0 to 5.2 problems >Date: Fri, 21 Jun 2002 11:28:30 +1000 > > > >Weve recently upgraded from datastage version 4.0 to versi...