Search found 5168 matches

by kumar_s
Sun Mar 04, 2007 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing Null field on a fixed width sequential file
Replies: 21
Views: 4869

Sainath.Srinivasan wrote:dsEdi,

What is the issue you are facing?

Hi Sainath,
Welcome back, after a long break. :D
by kumar_s
Sun Mar 04, 2007 11:51 pm
Forum: General
Topic: Impossible...more like Im Possible !
Replies: 7
Views: 2118

The moral will be more interesting for the Support team working for Datastge. :wink:
by kumar_s
Sun Mar 04, 2007 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More column in RCP and less column in Target?
Replies: 8
Views: 1667

Database like DB2 / Oracle has the option to specify "Silently Drop the unavailable column". Enabling this, should help to avoid the errors poping up when source fields are not available in Target tables.
by kumar_s
Sun Mar 04, 2007 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 4907

DSguru2B wrote:Unload your table into a flat file or dataset and then do your transformations and loading.

But it again require two jobs, or some superfluous flow isolating stages.
by kumar_s
Sun Mar 04, 2007 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clearing scratch space
Replies: 9
Views: 2504

As noted by Ray, you can go ahead and clear the files avialble in TEMP dir or Scratch disk when the jobs are not running. Those are temporay files used by intermediate stages available in the jobs like SORT, Aggregator etc.,
It can be isolated to different node pool via Config file.
by kumar_s
Sun Mar 04, 2007 11:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type cast
Replies: 8
Views: 1795

DSguru2B wrote:Hmm, interesting. Server is still linient. Even if these functions are not used, the datatypes can be altered by specifying different target datatypes.

Yes for most of the cases.
by kumar_s
Sun Mar 04, 2007 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema file property row generator stage
Replies: 2
Views: 955

The workaround given by Ray is to help you to construct the Schema file easily. But to get the actual solution, you need to specify what is the exact requirement of yours.
by kumar_s
Sun Mar 04, 2007 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple outputs from a container
Replies: 4
Views: 1464

Its all depend on how you construct your container. It will be easy for this kind of scenario to construct the job and later club the stages and convert it into Containers. The containers should have one input link and two output links. Make sure the metadata exactly match the Containers to the Job's.
by kumar_s
Sun Mar 04, 2007 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type cast
Replies: 8
Views: 1795

The main function of the Iconv is to convert the external data type into Datastage internal format, and Oconv is to convert the Datastge internals to External format. String to data or vice versa, or Decimal and its vice versa etc, are done using this.
by kumar_s
Sun Mar 04, 2007 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order by Clause in Oracle Enterprise stage of Parallel jobs
Replies: 5
Views: 1615

You can have Order by / Having in 'Others' option in SQL builder.
by kumar_s
Sun Mar 04, 2007 11:30 pm
Forum: General
Topic: Parallel installs of DS 7.1 and 7.5.1
Replies: 9
Views: 4902

But 7.5.1 will over ride the 7 installation. Do you mean at different location?
by kumar_s
Sun Mar 04, 2007 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of PL sql In Data Stage server Jobs ( Not Batch Jobs)
Replies: 5
Views: 3823

If its all about, Server job, why in PX forum. :roll:
by kumar_s
Sun Mar 04, 2007 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type cast
Replies: 8
Views: 1795

There are 'Conversion' available under 'Functions'. Iconv/Oconv are majorly used.
by kumar_s
Sun Mar 04, 2007 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of PL sql In Data Stage server Jobs ( Not Batch Jobs)
Replies: 5
Views: 3823

Hi Uma, Welcome Aboard :D !!!! Though your post is not clear, I assume, your intention is to convert PX job to Server jobs. But why? If you intend to convert, obviously it will be less no of stages. Because, the available no of stages is very less. And most of the functionality is aceieved through T...
by kumar_s
Sat Mar 03, 2007 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage usage for LIKE %ABC%
Replies: 8
Views: 3774

DSguru2B is right. '%' is working, contradictorily '*' is not working.