Search found 53125 matches

by ray.wurlod
Mon Jul 25, 2011 11:05 pm
Forum: General
Topic: Installation procedure and doubts
Replies: 1
Views: 904

You need to have purchased licensing for the total number of processors that will be involved, sold by IBM in "processor value units". What you are using them for is immaterial.
by ray.wurlod
Mon Jul 25, 2011 10:58 pm
Forum: General
Topic: Maximum number of jobs per project...
Replies: 15
Views: 6573

Your understanding is incorrect. SC in this case is "source code" - it contains the C++ source generated by compiling Transformer stages, it may contain C++ code from Build stages, it contains the compiled versions thereof, and it contains osh scripts that are interludes to them. There's n...
by ray.wurlod
Mon Jul 25, 2011 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Permission issue while compiling parallel routine
Replies: 8
Views: 3202

Yes and no. I believe that the user executing the command does not have permission to write the object file(s) into the directory (current directory?). That, of course, has nothing at all to do with DataStage. However, if this routine is eventually to be called from DataStage then DataStage, too, ma...
by ray.wurlod
Mon Jul 25, 2011 5:09 pm
Forum: General
Topic: CDIPR2079i- xmeta
Replies: 3
Views: 4236

Welcome aboard.

From what you posted it seems that you have not completely uninstalled DB2.
by ray.wurlod
Mon Jul 25, 2011 5:00 pm
Forum: General
Topic: Maximum number of jobs per project...
Replies: 15
Views: 6573

There could be as many as eight: RT_BPnnn - source code from BASIC components RT_BPnnn.O - compiled BASIC components RT_CONFIGnnn - run-time configuration RT_LOGnnn - job logs RT_SCnnn - osh and C++ components RT_STATUSnnn - run-time status of jobs and resources DS_TEMPnnn - transient components dur...
by ray.wurlod
Mon Jul 25, 2011 4:53 pm
Forum: General
Topic: DataStage jobs are not visible
Replies: 13
Views: 6263

There is no JOBS or ROUTINES options for the DS.REINDEX commands. This is primarily because there are no tables of either name. The DS.REINDEX command is actually a script (or "paragraph") that re-indexes one of the repository tables that has indexes - all such tables have names beginning ...
by ray.wurlod
Mon Jul 25, 2011 3:39 am
Forum: Data Integration
Topic: Data Integration Tools
Replies: 2
Views: 9382

Search IBM and other web sites for terms like "information agenda" and "information management". Data integration is one small piece of a much large picture. From the IBM suite, I'd include all of the Foundation Tools in addition to DataStage and QualityStage under "data int...
by ray.wurlod
Mon Jul 25, 2011 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty rows in between data rows
Replies: 10
Views: 6849

Use a Transformer or Filter stage to pass only lines with a trimmed length greater than 1.
by ray.wurlod
Mon Jul 25, 2011 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NEW TO DATASTAGE(SCENARIO HELP)
Replies: 9
Views: 3861

What are T1 and T2? Are there more of them? What determines which rows go into which group? Do you have a specification (in English, not in code or pseudo-code)?
by ray.wurlod
Mon Jul 25, 2011 3:28 am
Forum: General
Topic: renaming the job name via UNIX or DS administrator
Replies: 13
Views: 4705

So your job doesn't have shared containers, routines or other dependencies, and is not invoked from sequences or routines? Your "solution" does not generalize.
by ray.wurlod
Sun Jul 24, 2011 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete records generation from before dataset issue?
Replies: 4
Views: 1648

Please clarify which stage type you are using. In your first post you said Change Capture stage, later you said Difference.
by ray.wurlod
Sun Jul 24, 2011 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete records generation from before dataset issue?
Replies: 4
Views: 1648

Because this stage type gives you the "after" record on the output.
by ray.wurlod
Sun Jul 24, 2011 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: float data type from SQL server using ODBC
Replies: 4
Views: 3722

Are you using an ODBC Connector stage? If so you can cause the schema mismatch to throw a warning rather than a fatal error, to determine whether it actually affects the data in the job. Ideally, of course, you need to resolve the metadata mismatch.
by ray.wurlod
Fri Jul 22, 2011 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All records get rejected in CDC stage Job.
Replies: 7
Views: 3263

Is it the case that you're trying to pass the Change Code to the database table which does not have a column for it?
by ray.wurlod
Fri Jul 22, 2011 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage logic implementation
Replies: 1
Views: 1042

Sort with "null position" set to First then use a Remove Duplicates stage to preserve the last in each group.