Search found 6797 matches

by DSguru2B
Thu Jun 30, 2011 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 34209

:shock: What language are you guys speaking ???
by DSguru2B
Wed Jun 29, 2011 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing special characters,spaces,nulls in multiple columns
Replies: 23
Views: 34209

Well, characters like that have been called "special" since I started working in IT back in 1984 1984 huh. I was still carrying around a sippi cup. So many special character, that too in every column is weird. I havent been in IT for as long as Mike but even I can say that you need to inv...
by DSguru2B
Tue Jun 28, 2011 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJE_BADSTATE
Replies: 2
Views: 3047

Your assumption is correct.
by DSguru2B
Mon Jun 20, 2011 3:11 pm
Forum: General
Topic: Universe database
Replies: 8
Views: 5271

The sql I am giving you has to be run in uv shell or in the adminstrator. For category: SELECT NAME FMT '35L', CATEGORY FMT '35L' FROM DS_JOBS WHERE NAME = 'your jobname goes here'; For any string or table name or file name used in jobs, the following query will give you that (thanks kduke for it) S...
by DSguru2B
Tue Jun 14, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to pass unique and dup record seperately
Replies: 3
Views: 2104

Look into sort stage and filter stage.
by DSguru2B
Thu Jun 02, 2011 8:25 am
Forum: General
Topic: How to edit dependecies in Datastage Sequence
Replies: 2
Views: 1503

Look into Sequencer stage.
by DSguru2B
Wed Jun 01, 2011 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get TOP 5 sums
Replies: 6
Views: 2433

The answer lies in this statement
Devendrudu wrote: I want only top 5 Total_sales_amount customers.
by DSguru2B
Wed Jun 01, 2011 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bussiness requirement
Replies: 8
Views: 5419

I gave specifics of data archiving. If you want to understand the concept, google it.
by DSguru2B
Wed Jun 01, 2011 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bussiness requirement
Replies: 8
Views: 5419

Involve your DBA. This usually comes under DBA tasks. What we do here is have an archive flag column. The dba runs a scripts and sets the archive flag which he then puts in history tables in a seperate schema.
There are other ways of doing it as well.
by DSguru2B
Tue May 31, 2011 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 27341

Another way to do it would be to call the stored proc and assign the value to an environment variable. This way you can leverage the run number in all your jobs.
by DSguru2B
Tue May 31, 2011 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 27341

I once attempted, poorly, to accomplish this. Did not use it and have not gotten a chance to enhance it either. You are more than welcomed to see if it can provide a starting point. The code lies here.
I would advise to get rid of the malloc() command as it provided a lot of grief in pxEreplace().
by DSguru2B
Wed May 25, 2011 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgt Function
Replies: 7
Views: 3985

The routine will change. Look into KeyMgtGetNextValueConcurrent()
by DSguru2B
Wed May 25, 2011 10:48 am
Forum: General
Topic: Half Parallel and Half server jobs
Replies: 4
Views: 2423

Yes.
by DSguru2B
Mon May 23, 2011 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ustring to string
Replies: 9
Views: 6607

If your input is a flat file than IsNull() will not work. Check for spaces as well.