Search found 51 matches

by timsmith_s
Wed Jul 18, 2007 7:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returning char* from external routine
Replies: 17
Views: 8906

This is not temporary, the NEW operator creates the memory. I pass the address to that memory back via the return type of char*. Its proper C+++, the issue, the my quesiton is, who cleans up the memory created by the NEW operator?
by timsmith_s
Wed Jul 18, 2007 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returning char* from external routine
Replies: 17
Views: 8906

Returning char* from external routine

I found a few postings regarding this topic, but their C++ syntax was incorrect. The question really is, who owns the memory once I return the char* from the external function? All of the samples and the advanced course material always show constant values being return, but howdo I deal with variabl...
by timsmith_s
Sat Jun 02, 2007 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 5230

Not it was not on the CDROM, first place I checked - moving on with a different approach.
by timsmith_s
Fri Jun 01, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files with different metadata using one stage
Replies: 3
Views: 1720

Sorry, just to clarify - I want to read all the files using a wildcard. That is, I want to read all of the abc.*.txt files at once. That allows me to add new abc.*.txt files without changing a schema defn or the job itself.
by timsmith_s
Thu May 31, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files with different metadata using one stage
Replies: 3
Views: 1720

Sequential files with different metadata using one stage

Is it possible to process files have have different column orders using a single sequential file stage? Even if both files have the columns I need, but may have more and in slightly different order? For example, I only want FIRST_NAME|LAST_NAME file 1: three columns FIRST_NAME|MIDDLE_NAME|LAST_NAME ...
by timsmith_s
Thu May 24, 2007 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increasing sort "restrict memory size" on non-sort
Replies: 2
Views: 1002

Increasing sort "restrict memory size" on non-sort

I am currently using a CDC stage to generate delta files. I have noticed that our scratch area fills up during execution. We have a allocated 2GB of RAM per node, so I was hoping I might push more of the sorting that the CDC wants to do into RAM. Currently the CDC reads for flat files. If I change t...
by timsmith_s
Sat May 19, 2007 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command line utility for re-generating wrapped-stages
Replies: 2
Views: 759

Cool! I will report back what I find. Thank you.
by timsmith_s
Thu May 17, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command line utility for re-generating wrapped-stages
Replies: 2
Views: 759

Command line utility for re-generating wrapped-stages

I am pushing all of my jobs and compiling them with a script from my client workstation. However, if I deploy a new wrapped stage, I have to manually click on the "Generate" button in Manager. Does anyone know how to programmatically call the "Generate" functionality from a comma...
by timsmith_s
Tue May 08, 2007 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 5230

Its in their "Advanced DataStage" course material - under job design
by timsmith_s
Sat May 05, 2007 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 5230

Sorry for not answering your 2nd question, my bad. If its not shipped with the product, why does Ascential make mention of it as a method for parsing parameters? Is this a public domain routine?
by timsmith_s
Sat May 05, 2007 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 3137

This is appears to be that is necessary for v7.5.2. HTH
by timsmith_s
Fri May 04, 2007 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot move job from one category to another
Replies: 4
Views: 2360

THAT WORKED!!! YOU ARE THE BEST.

(some key words to help the next time)

cannot move job from one folder to another
can't move job
cant move job
by timsmith_s
Thu May 03, 2007 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot move job from one category to another
Replies: 4
Views: 2360

cannot move job from one category to another

Client pc - xp pro sp2 (w/ current MSFT patches) Client DS v7.5x2 Server version is v.7.5.2 on AIX (according to help->about) I have read a few posts regarding this issue, but I dont understand why if I use Manager and... 1. Create a brand new project as dsadm (dstage group) 2. Create new categories...
by timsmith_s
Tue May 01, 2007 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 5230

No, it doesnt appear in the dropdown list.
by timsmith_s
Tue May 01, 2007 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 5230

Does the SetDSParamsFromFile exist for DSEE

The SetDSParamsFromFile routine doesnt appear in the dropdown of available before-job/after-job subroutines - can it still be used for DSEE jobs? If so, what am I missing? THX!