Search found 199 matches

by karry450
Tue Mar 06, 2012 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML files on run time
Replies: 3
Views: 1291

Reading XML files on run time

Hi Team

Can anyone help me if there is an option to read xml files at run time and get the output in text format

example I have five xml files with different metadat but I want the columns output which has common columns in all the xml files.

Regards
chandra
by karry450
Fri Aug 19, 2011 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unicode conversion failed
Replies: 0
Views: 1089

Unicode conversion failed

Hi Team,

I am doing an upgrade from DS7.5 to DS8.5 ,

I am getting the following error

: [IBM(DataDirect OEM)][ODBC SQL Server Driver]Unicode conversion failed

My job is reading from MYSQL and writing to Teradata

Can any one please help with the resolution.


Regards
by karry450
Wed Aug 17, 2011 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BIGINT in DRS
Replies: 1
Views: 1274

BIGINT in DRS

Hi Team, I am migrating jobs from 7.5 to 8.5, I have used column XXX as BIGINT 19 , My source is MYSQL I am using DRS stage in 7.5 it ran success fully . But when I run the same thing in DS 8.5 it gives me the error Fatal Error: Fatal: Data type 'BigInt' for column 'XXX' is not supported at this ver...
by karry450
Wed Jun 22, 2011 5:19 am
Forum: General
Topic: DAY function in Execute command stage.
Replies: 3
Views: 1386

I am trying to run a job activity in a sequence , on the weekdays only, I don't want to run on the weekends , i want to implement by writing a trigger in execute command stage .

Can you please help me how to achieve this
by karry450
Wed Jun 22, 2011 1:42 am
Forum: General
Topic: DAY function in Execute command stage.
Replies: 3
Views: 1386

DAY function in Execute command stage.

Hi Team,

I want to use the below in Execute command stage


WeekdayFromDate(CurrentDate())<>0
WeekdayFromDate(CurrentDate())<>6 but I cannot do it , Can any one help me with alternate way

Thanks
by karry450
Mon Jun 06, 2011 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN operator in DATASTAGE
Replies: 8
Views: 8751

And also if I have the input as 1 and the parameter contains 12,11,21 then the index doesnt work
by karry450
Mon Jun 06, 2011 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN operator in DATASTAGE
Replies: 8
Views: 8751

yeah but in the parameter we donot know how many number and of values are there and also I want to know how we can do the looping for all the set of values .
by karry450
Mon Jun 06, 2011 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN operator in DATASTAGE
Replies: 8
Views: 8751

Hi Previously my source( oracle) query was SELECT * FROM <TABLE> where <COLUMN> A in #PARAMETER# #PARAMETER# is from my parameterset. Now my source has been changed to sequence file I want to filter this some where in datastage job either in transformer stage or any other stage. can you please help ...
by karry450
Mon Jun 06, 2011 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN operator in DATASTAGE
Replies: 8
Views: 8751

IN operator in DATASTAGE

hi Friends


I have a parameter which is having no of values in the parameter from parameterset.

#AAA# having 1,2,3,4,5,6 values( values are different for each run)

I want to use this in constraint as where column A in #AAA#

can any one help how can I acheive this in DS

Thanks
by karry450
Wed Mar 09, 2011 5:24 am
Forum: General
Topic: sequence to wait for 5 mins
Replies: 1
Views: 1275

sequence to wait for 5 mins

Hi Team,

I am having a sequence which is having three jobs in series. I want the sequence to wait for 5 mins after my first job runs can any one help me with which activity can I achieve this.


Regards
Karry
by karry450
Wed Feb 02, 2011 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PREPARE or EXECUTE IMMEDIATE statement is blank or empty
Replies: 3
Views: 6461

chulett wrote:Not unless you explain what you are doing pre/post sql and post the "following DB2 message".

I am creating some alias for some tables in pre sql and in after sql I am dropping the the alias of some other tables
by karry450
Wed Feb 02, 2011 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PREPARE or EXECUTE IMMEDIATE statement is blank or empty
Replies: 3
Views: 6461

PREPARE or EXECUTE IMMEDIATE statement is blank or empty

Hi Friends, I am trying to load one file from as400using a db2 stage with some presql and post sql in it,But my jobs fails with the following error Fatal: [IBM][CLI Driver][AS] SQL0198N The statement string of the PREPARE or EXECUTE IMMEDIATE statement is blank or empty. SQLSTATE=42617 DSTAGE-DB2CLI...
by karry450
Fri Dec 10, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Hi Krishna,

I can remove it by checking generate XML chunk but I can add my own header, The header tab diappears when we check box for generate xml chunk.
by karry450
Fri Dec 10, 2010 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5781

Hi Ray, This is no the input column this header is generated in xml oupt stage which is my target as <?xml version="1.0" encoding="ISO-8859-1"?> where as I want it to be as <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> which I can add i...