Search found 32 matches

by siva4joy
Thu Sep 15, 2011 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service Call Time Out
Replies: 0
Views: 1555

Web Service Call Time Out

Hi, We have two server jobs to trigger the Webservice calls, both the web service calls will connect to the Oracle Database and populate the data using calcualtions in to different tables. After completion of the data population below are the problems we are facing 1.Normally one call will be comple...
by siva4joy
Tue May 05, 2009 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while reading from DB2 using DRS Stage
Replies: 0
Views: 1080

Problem while reading from DB2 using DRS Stage

Hi, We are using DRS Stage (ODBC) to connect DB2 . while reading from DB2 tables using sql we are not getting all the records, ie, last set of records are dropping. We never under stand why we are getting less number of records (usually 1500 records but last month the query extracted only 1150 recor...
by siva4joy
Wed Oct 01, 2008 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Waht is the size of Dataset and SAS Dataset in Version 8
Replies: 2
Views: 1882

Waht is the size of Dataset and SAS Dataset in Version 8

Hi,

Can anybody tell me what is the Maximum size of data can be placed in a Dataset and SAS Dataset in Datastage Version 8?

Thanks for your help.


Thanks and Regards,
Sivasankar.Z
by siva4joy
Wed Apr 23, 2008 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substraction of month from the date
Replies: 8
Views: 4240

I think a solution for this. Take the year and month from the CurrentDate(). The date required is yyyy : (mm-1)only the value range between 02 and 12 : 01 . Use StringToDate function. Then use the function WeekdayFromDate(1st of thePrevious Month Date) if it returns 5 then it is friday which i am lo...
by siva4joy
Tue Apr 22, 2008 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substraction of month from the date
Replies: 8
Views: 4240

no we don't have any dimension tables.
the source data is coming from the flat file and we need to load in oracle.
by siva4joy
Mon Apr 21, 2008 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substraction of month from the date
Replies: 8
Views: 4240

the logic should be ,whenever the first of the previous month falls on friday only i need to filter the records. but how can i find the first of the previous month is friday? for example if my job runs on today 21-04-08 then i need to check the first of the previous month 01-03-08 is friday or not ....
by siva4joy
Mon Apr 21, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substraction of month from the date
Replies: 8
Views: 4240

Substraction of month from the date

hi, could you please help me to find is there any function to substarct months from a given date. i need to filter the records from the source data on a date column , if the 1st day of the previous month's date is friday then add 7 days to the particular date, filter those records which are not grea...
by siva4joy
Thu Nov 29, 2007 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 19719

you can use convert function to remove '-'.
syntax for the function is Convert('-','', Input_Date_Column)
and you can use substring function ,and syntax is
Input_Date_Column[1,4]:Input_Date_Column[6,2]:Input_Date_Column[8,2]
by siva4joy
Wed Nov 28, 2007 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to validate the date in the datastage
Replies: 1
Views: 1874

how to validate the date in the datastage

Hi all,
From the source the dates are coming like '1980-02-31','1995-02-31',
'2000-02-31', '2007-02-31' which is invalid because for Febrauary you will never have 31 days.
Can anybody tell me how to validate of the date?
Thanks for your help in this.
by siva4joy
Thu Nov 22, 2007 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how can we findout how many records in a dataset
Replies: 5
Views: 3836

if it is on unix you can create a routine to find the count in the dataset. create the server routine and you can use the routine in the sequence by using routine activity you can find the count in the dataset. the code is given below. ! Call dsrecords for the required data set CALL DSExecute ( &quo...
by siva4joy
Fri Nov 16, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading the data into Teradata View using Enterprise Stage
Replies: 5
Views: 3174

hi actually the view had been created on the table only which had unique primary index . but our requirement is we have to load in to the views not in to the tables. can anybody tell me what is the difference between Teradata Api Stage and Teradata Enterprise Stage. can we load the data in to the vi...
by siva4joy
Tue Nov 13, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading the data into Teradata View using Enterprise Stage
Replies: 5
Views: 3174

loading the data into Teradata View using Enterprise Stage

Hi all, I am loading the data in to a teradata view fron the dataset using Teradata Enterprise Stage, but i am getting the following error. tdtPdwDA_PDW_LN1K: Error when checking operator: Table 'CXA486_CIDLIVE.DA_PDW_LN1K' does not exist! Cannot use truncate mode. Ensure that target is a TABLE obje...
by siva4joy
Fri Sep 28, 2007 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental variable issue
Replies: 3
Views: 2086

thanks for your reply. i am getting the error because of passing the environmental variable in the sequence for the password and only for password i am getting the error. if i am leaving the password value in the sequence the job is running fine.for remaining all values i am using the $PROJDEF as th...
by siva4joy
Fri Sep 28, 2007 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental variable issue
Replies: 3
Views: 2086

Environmental variable issue

hi, i am using a job parameter in the job and i am running the job through a sequence using a environmental variables. but i am getting the following error and job gets aborted. oraBadaSample: Bad dboption list. Failed on Expected value for property "password" main_program: Creation of ste...