Search found 30 matches

by pradeepleon
Wed Feb 18, 2009 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to purge job logs through command line.
Replies: 5
Views: 3123

Thank you Craig and Billie(dspxguy) for your response.

Pradeep.
by pradeepleon
Wed Feb 18, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to purge job logs through command line.
Replies: 5
Views: 3123

How to purge job logs through command line.

Does anyone know how can we purge Job logs through Unix command line ?

Appreciate your response,
thanks,
Pradeep.
by pradeepleon
Fri Jun 06, 2008 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which oracle stage supports oracle 10g database in 7x?
Replies: 6
Views: 2648

Re: which oracle stage supports oracle 10g database in 7x?

Jagan617 wrote::)
Use the latest plugin whatever is available...It's easier, if any upgrades happen on Oracle side in the future....using some of the utilities available in DS we can update the Oracle project accordingly on datastage side too.....
by pradeepleon
Thu Jun 05, 2008 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM supporting Datastage 7.5.2
Replies: 2
Views: 1985

Re: IBM supporting Datastage 7.5.2

killbill1 wrote:Could someone please let me know till when will IBM be supporting the Datastage 7.5.2 both server and PX versions.

Thanks,
Kill Bill 1

You might want to check this with IBM directly......as I strongly believe no one in DSXchange is supporting IBM...........
by pradeepleon
Thu Jun 05, 2008 10:15 am
Forum: General
Topic: Job Compilation takes 30 mins
Replies: 2
Views: 1696

Re: Job Compilation takes 30 mins

Parallel Job with 2 Transformers. About 137 columns using Null to empty, Null to Zero functions in all columns as Transform process. The Job takes 30 mins to compile. Not the case with other similar Jobs with around 50 columns. What are the primary checks I need to see the isuse? Thanks in advance ...
by pradeepleon
Thu Jun 05, 2008 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variables not reset after export
Replies: 8
Views: 3974

Re: Environment Variables not reset after export

I have certain environment variables set up across all three of my environments on the Datastage Server. There is one Datastage server with a development environment, testing environment, QA environment and production environment. When I export jobs to a DSX file from the development environment an...
by pradeepleon
Wed May 16, 2007 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Blanks/Null Values in the date field
Replies: 9
Views: 4030

Re: TRY THIS


Then Oconv(Iconv('99991231', "DYMD"),"D-YMD[4,2,2]") : "00:00:00"


If you know how the target date format should be (in case of nulls and blanks)why do you want to use Oconv and Iconv functions.just hardcode it
like "9999-12-31"
by pradeepleon
Wed May 16, 2007 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open file from location
Replies: 2
Views: 1801

ray.wurlod wrote:Double check the location of the file that you have specified in the DSN. Check that you have permission to open the file. Size should not be a problem just to open the file.
...
Also try
the file name is correctly spelled(Do not copy & paste file name...instead try typing it in.)
by pradeepleon
Fri May 11, 2007 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling a DS job
Replies: 4
Views: 2953

no biggi...... :P

Take it easy

cheers,
by pradeepleon
Fri May 11, 2007 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time stamp conversion
Replies: 19
Views: 9383

Re: time stamp conversion

sud wrote:
pradeepleon wrote:Check for the OCONV() function in the help topics.
Parallel jobs, no oconv. Well, you have to actually check this, the timestamp format within datastage IS in 24 hr format, so you should not have to do anything special.
Oh I'm sorry, I thought it to be for a server job.
by pradeepleon
Fri May 11, 2007 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time stamp conversion
Replies: 19
Views: 9383

Re: time stamp conversion

Check for the OCONV() function in the help topics.
by pradeepleon
Fri May 11, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source Data Truncated
Replies: 9
Views: 3658

I removed all the stages in the job and directly sourced the data from the source SQL table in to a Seq file. I get the same result. Every character field is of lenght 1 in the file , so if a NAME = Mike , then in the file NAME = M. Try this, Go to the source stage(SQL Server), outputs tab, columns...
by pradeepleon
Fri May 11, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preventing warnings for a reject link output file
Replies: 7
Views: 2434

abc123 wrote:Yes, I did that already. I was looking for a solution without the transformer for performance reasons.
As John mentioned earlier ,I believe you need an active processing stage to route the data properly.Using any active stage would avoid such warnings.
by pradeepleon
Fri May 11, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed length
Replies: 5
Views: 1489

You need to set a delimiter.....check on that part.