Search found 56 matches

by yousuff1710
Wed Jul 01, 2015 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code generation from datastage to SQL
Replies: 8
Views: 6806

Yes Paul, I have read about that but never got a chance to work on that till now as it is an add-on.
by yousuff1710
Tue Jun 30, 2015 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code generation from datastage to SQL
Replies: 8
Views: 6806

Thanks for reply Shane.

Anybody, if you are aware of such methodologies as mentioned by Shane, please let me know the details.
by yousuff1710
Tue Jun 30, 2015 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code generation from datastage to SQL
Replies: 8
Views: 6806

Code generation from datastage to SQL

Hi All, I have a very challenging question, it may be bold but it will be very helpful & effective solution if its possible/available; My question is:- 1) Is it possible to convert datastage code of the entire job to SQL code in script? I doubt there's no such convertor tool as of now 2) Also, ...
by yousuff1710
Fri Apr 04, 2014 1:18 am
Forum: General
Topic: How to create batchID?
Replies: 10
Views: 5232

Hi,

KeyMgtGetNextValue is a built-in routine available in datastage, you have to select this to make use.

I hope it helps.

Thanks,
Yusuf
by yousuff1710
Fri Sep 14, 2012 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @ITERATION
Replies: 2
Views: 3641



Could you please pass the solution, I also have same issue

Thanks,
Yusuf
by yousuff1710
Tue Aug 14, 2012 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 2
Views: 2245


Thanks ArndW
by yousuff1710
Mon Aug 13, 2012 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 2
Views: 2245

Date Conversion

Hi Experts. I have a query regarding Date conversion; We have i/p string like 110404 in yymmdd format. When we convert it to Date, it'll give result as 1911-04-04 But we need value for this century i.e 2011-04-04 Do we have any project level setting which will allow to change the century value? We c...
by yousuff1710
Thu Jun 07, 2012 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise, Connector, API Stages
Replies: 4
Views: 2463


Hi Ray,

apart from bug fixes - Do you mean to say the present Connector stage have any bugs. If any what are those, can you please mention as we have to decide whether to use Connector stage or not.

Thanks,
Yusuf
by yousuff1710
Thu Jun 07, 2012 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise, Connector, API Stages
Replies: 4
Views: 2463

DB2 Enterprise, Connector, API Stages


Hi,

When do we need to go to pick one of these stages:-

1) DB2 Enterprise stage
2) DB2 Connector Stage
3) DB2 API Stage

As per my knowledge, DB2 Enterprise stage performs well of these. Then when do we go for other stages, what are the advantages of those?

Thanks in advance,
Yusuf
by yousuff1710
Wed May 09, 2012 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs are not triggered
Replies: 3
Views: 2450


Have you tried to compile the job before running, usually this message is generated when the job has aborted unexpectedly
by yousuff1710
Fri Apr 13, 2012 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PERFORMANCE_DATA
Replies: 1
Views: 2145

APT_PERFORMANCE_DATA

Hi All, I executed a job with the environment variable - APT_PERFORMANCE_DATA & defined the performance directory. It has to produce performance file in that directory. We ran 3 jobs & I saw 3 performance files got created. But I didn't came to know which file corresponds to which job; the f...
by yousuff1710
Thu Mar 29, 2012 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import table definitions - Oracle
Replies: 18
Views: 9368

Ask your server admin to do it for you
by yousuff1710
Wed Mar 28, 2012 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import table definitions - Oracle
Replies: 18
Views: 9368

Try to set the parameter in database instance as well;

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
by yousuff1710
Wed Mar 28, 2012 2:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import table definitions - Oracle
Replies: 18
Views: 9368

Try to set the parameter in database instance as well;

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
by yousuff1710
Fri Mar 19, 2010 4:57 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Not able to compile job error in transformer stage
Replies: 5
Views: 6123

Check the datatypes of the fields you are processing.
You cannot apply Trim function for integers.
See the error it says cannot convert fron Integer to String.
I guess, this hepls.