Search found 12 matches

by poonam12
Wed Dec 03, 2008 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to export DS category from windows command prompt
Replies: 10
Views: 4188

[quote="priyadarshikunal"][quote="poonam12"]We access server through citrix, so no client installation on our systems. Can you please help me with where should I look for to check for client installation...[/quote] you can't directly access the server through citrix. :twisted: so...
by poonam12
Wed Dec 03, 2008 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to export DS category from windows command prompt
Replies: 10
Views: 4188

We access server through citrix, so no client installation on our systems. Can you please help me with where should I look for to check for client installation...
by poonam12
Tue Dec 02, 2008 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to export DS category from windows command prompt
Replies: 10
Views: 4188

dsexport.exe path

Hi All, Can you please help me with path where dsexport.exe can be found. We access datastage server through citrix, which is on an unix server. Therefore, there is no client installation on our systems. I have checked in server installation directory: /DataStageApp751_dac/Ascential/DataStage/DSEngi...
by poonam12
Wed Nov 12, 2008 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BigInt Problem
Replies: 6
Views: 2258

[quote="ray.wurlod"]That value only has eighteen "9" characters and is therefore legal as a BigInt. ...[/quote] Yeah thats write but if you pass it directly in a BigInt field it is rounded to int32 value by datastage. To retain this value,it need to be passed 1) as a character fi...
by poonam12
Wed Nov 12, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bit data Type
Replies: 2
Views: 1102

[quote="ray.wurlod"]Not unit, but uint, which stands for "unsigned integer". The job is showing it as whatever you (or its designer) programmed it to show. If you imported the Bit type from a database, then the databas ...[/quote]

mistyped while writing...Thanks for help.
by poonam12
Wed Nov 12, 2008 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bit data Type
Replies: 2
Views: 1102

Bit data Type

In Parallel Job developer guide , underlying data type for Bit is stated as 'Raw'. But when I check in Parallel job, its underlying datatype comes as 'unit16'. I think as a Bit is represented as 1000 0000 , it should be raw which represents 1 byte for each character and not uint16, but why job is sh...
by poonam12
Wed Nov 12, 2008 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BigInt Problem
Replies: 6
Views: 2258

I used following code:
StringToDecimal('999999999999999999')

Now it was not rounded up and correct value was passed.Thanks for your help.
by poonam12
Mon Jan 14, 2008 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BigInt Problem
Replies: 6
Views: 2258

BigInt Problem

Hi All, I have a problem when dealing with bigint values. In my job in a transformer when itry to assign eighteen 9's i.e 999999999999999999 to a BigInt(19) field it rounds the value to 2808348671. How can i pass the original value to output as i could not find any explicit type conversion function....
by poonam12
Wed Dec 05, 2007 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About a warning
Replies: 4
Views: 1188

if isnull set the date value to 0000-00-00 and try using isValid before transforming like if isValid(col,'date') then transform else
by poonam12
Wed Sep 26, 2007 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reference document for row generator
Replies: 4
Views: 1770

yes i got explanation upto some extent...Thanks
by poonam12
Wed Sep 26, 2007 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reference document for row generator
Replies: 4
Views: 1770

i may sound stupid but what do you mean by online help the one we get by pressing f1 on our datastage canvas or there is some seperate url for accessing online help.
by poonam12
Tue Sep 25, 2007 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reference document for row generator
Replies: 4
Views: 1770

reference document for row generator

Hi All,
I need to learn about different row generator algos as there is some permutation data to be generated. Please tell/provide the documents to read for learning about these algorithms and their different attributes. I could not find anything in parjdev.pdf.