Search found 16 matches

by Narayana
Sun Sep 13, 2009 11:17 pm
Forum: General
Topic: Update Error
Replies: 4
Views: 2075

I have gone through the link but it looks there is some problem with the DataType. but here is the Unedited error
"Unable to bind a pointer to a database field `RPT_D' to type DATE."

Thanks
by Narayana
Sun Sep 13, 2009 10:38 pm
Forum: General
Topic: Update Error
Replies: 4
Views: 2075

Update Error

I am just updating the Date Feild with a simple job as given below

DB2------------Copy---------DB2
Select * Update Statement

I am getting the below error ""Unable to bind a pointer to a database Feild"

Please let me know your thoughts on the same.

Thanks
by Narayana
Mon Jun 16, 2008 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Value in the Table to pass as parameter
Replies: 5
Views: 2124

Hi Chulett,

Can you tell me how to cat the value to the Stage Variable

regards,
by Narayana
Mon Jun 16, 2008 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Value in the Table to pass as parameter
Replies: 5
Views: 2124

Can you tell me how to cat the value to the paramter value
by Narayana
Sat Jun 14, 2008 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Value in the Table to pass as parameter
Replies: 5
Views: 2124

How to get the Value in the Table to pass as parameter

Hi,

I have to capture a value in the table with 3 coluomns and pass the max value as parameter.


Can you please tell me how to proceed.

Thanks :shock:
by Narayana
Thu Feb 14, 2008 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting - Importing DS components
Replies: 8
Views: 3651

We normally run the Tivoli script in our Web Based Software Deployment for getting the jobs compiled in the new Environment.
by Narayana
Thu Feb 14, 2008 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 3
Views: 1452

But I do get the Data of '97 so if i am derivation as provided.. it iwill again give me the wrong output even if i set the Env variable to 2000.

Thanks for your reply
by Narayana
Tue Feb 12, 2008 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 3
Views: 1452

Data conversion

Hi, I am trying to convert a character date, format: MM/DD/YY to a date, format: DD/MM/YYYY In Server Edition, this was easily taken care of using oconv, but now tht we are moving onto EE, I am having difficulty. I tried the following: DateToString(StringToDate(Trim(lkDatesStripped.DataOut), "%...
by Narayana
Tue Nov 27, 2007 1:44 am
Forum: General
Topic: dsrecords command error
Replies: 6
Views: 12301

that will not give the records. It will give the word count i believe

thanks siva for your quick respose
by Narayana
Tue Nov 27, 2007 12:46 am
Forum: General
Topic: dsrecords command error
Replies: 6
Views: 12301

dsrecords command error

tried to know the total count of records in unix for the .ds file at unix command prompt. I am getting the following error. How can i solve this problem :) "ld.so.1: dsrecords: fatal: liborchsun4.so: open failed: No such file or directory" Killed I can see the file physically present in th...
by Narayana
Mon Apr 02, 2007 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File & data level validations
Replies: 8
Views: 3452

how should i do that....
by Narayana
Mon Apr 02, 2007 6:45 am
Forum: General
Topic: Adding enviornmental Variable
Replies: 18
Views: 8176

you can create the env variable under user-defined category either in the job properties option or in the DS administrator and can pass defalut values during run time.
by Narayana
Mon Apr 02, 2007 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File & data level validations
Replies: 8
Views: 3452

Thanks for your reply vmcburney...i could get good knowledge from your explanation about data validation.

but why do you we need file level validation and how do we do that using the stages in parallel extender.
by Narayana
Mon Apr 02, 2007 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Datasets are stored?
Replies: 12
Views: 5143

you can veiw data in the data set using dataset stage of dataset manager in datastage manger menu.
by Narayana
Mon Apr 02, 2007 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File & data level validations
Replies: 8
Views: 3452

my main aim is to know why we do validations in file level as i know checking the validation of the data for nulls, correct format, alpha characters in the numeric columns.

I hope it is clear.