Search found 53125 matches

by ray.wurlod
Fri Aug 25, 2006 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitoring jobs with UNIX details (memory, space, etc.)
Replies: 5
Views: 1429

Yes. You enable collection with Boolean environment variables such as APT_STARTUP_SCRIPT, APT_PM_PLAYER_MEMORY, APT_PM_SHOW_PIDS and so on. RTFM.
by ray.wurlod
Fri Aug 25, 2006 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASCI Transformer in PX Jobs, not recommended or what ?
Replies: 7
Views: 1690

In SMP environments they can be used, but best plan is not to because of the performance overheads in translating data between environments (Orchestrate Framework to/from DataStage BASIC). In MPP environments they can only be used on those machines where the full DataStage server is installed. This ...
by ray.wurlod
Fri Aug 25, 2006 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11164

The orchadmin command has an rm subcommand that can be used to remove a Data Set. Provide it with the Data Set's control file name as its argument. You can not readily purge DataStage logs from the command line without damaging the control records. Use the Director and/or the automatic purge capabil...
by ray.wurlod
Fri Aug 25, 2006 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trapping Oracle error message
Replies: 8
Views: 1953

Dinesh? Sanjay?

How did you specify the input to and output from your External Filter stage?
by ray.wurlod
Fri Aug 25, 2006 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatstage Manager: Export/Import problem
Replies: 13
Views: 9228

Conventionally all client software is installed in C:\Program Files\... The existence of "C:\Program" would manifestly interfere with any search for client software in "C:\Program Files". Not really a Visual Basic problem in this case, you could generate the same problem with Visual C++ or pretty mu...
by ray.wurlod
Fri Aug 25, 2006 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete a category from command line
Replies: 15
Views: 4710

Use the DataStage Manager or Designer client. They know what to do and, as an added bonus, issue an "are you sure" warning (useful if you've accidentally selected the wrong Category name!).

Always export the project before deleting anything. If you have a backup you won't need it.
by ray.wurlod
Fri Aug 25, 2006 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selectlist parameter for ODBC db stage
Replies: 4
Views: 1294

At a guess the -selectlist parameter allows you to select which rows will be loaded. The Orchestrate Operators Manual will give you more information.
by ray.wurlod
Fri Aug 25, 2006 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with CSV data.
Replies: 11
Views: 6202

"Fixed width" and "comma-separated values" are mutually exclusive terms and mutually exclusive technologies. You have one or the other. Require "them" to provide legal delimited files. If the data contains commas, get them to use a different delimiter. Or pre-process the file using a server job. You...
by ray.wurlod
Fri Aug 25, 2006 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load warning
Replies: 13
Views: 3801

Default values are built-in. You can not prescribe different defaults. You can, of course, override defaults by setting property values.
by ray.wurlod
Fri Aug 25, 2006 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise Insert only
Replies: 6
Views: 1891

What do you see in the Peek entries in the job log?
by ray.wurlod
Fri Aug 25, 2006 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate current date in format YYYYMMDD
Replies: 7
Views: 3754

You don't need the Column Generator stage. The Transformer stage can legally generate an output record schema that has more fields than the total number of fields on its input link. Using a Transformer stage means that you could evaluate the current_date() function once (when initializing a stage va...
by ray.wurlod
Fri Aug 25, 2006 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameters for IF condition
Replies: 5
Views: 1066

Check out lookup_int16_from_string() in the Modify stage for small tables, or contemplate using a Lookup stage.
by ray.wurlod
Fri Aug 25, 2006 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting File Names
Replies: 5
Views: 1996

That's the one. :D
by ray.wurlod
Fri Aug 25, 2006 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this logic in pivot stage
Replies: 1
Views: 718

Write your own custom stage. Full information can be found in the Parallel Job Advanced Developer's Guide that is part of your standard documentaiton set. Begin by creating a technical specification of exactly what you want to accomplish, before even contemplating creating any code.
by ray.wurlod
Fri Aug 25, 2006 1:05 am
Forum: General
Topic: To move a post
Replies: 4
Views: 3000

I'm sure Walter (our industrious webmaster) monitors this forum also but, just in case, why not post such an enhancement request in the Site/Forum forum?