Search found 53125 matches

by ray.wurlod
Wed Jun 20, 2007 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare stage, output columns
Replies: 16
Views: 16569

YOU can define the encoding using stage properties. The defaults are different for different stage types (Compare, Difference, Change Capture).
by ray.wurlod
Wed Jun 20, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 4
Views: 7852

You forgot to post the actual errors.

That's a devilish FTP site you're using!
by ray.wurlod
Wed Jun 20, 2007 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using PromoteSubRecord With Compare stage
Replies: 7
Views: 2533

My belief is that the manuals were produced when no-one in Ascential really had any idea of how the Orchestrate stuff worked, so the poor old technical writers were just thrown in at the deep end. Unfortunately, there has not been a whole lot done to improve things in the interim. Even the version 8...
by ray.wurlod
Wed Jun 20, 2007 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbearably slow compile with a funnel
Replies: 7
Views: 1966

I doubt it's the Funnel stage - the Funnel stage does not get compiled, it simply generates a funnel operator in the generated OSH. The Funnel type (continuous, sort funnel or sequential) is just a command line option for the funnel operator. Examine the generated OSH. Sequential funnel is only usef...
by ray.wurlod
Wed Jun 20, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 3846

It could be a missing quote character - 32KB is a heck of a long string literal - maybe the compiler is still searching for the closing quote. I'd be prepared to bet that your entire code is less than 32KB in size!
by ray.wurlod
Wed Jun 20, 2007 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Load Mainframe file in a table
Replies: 7
Views: 1904

Open the table definition in Manager or Designer Repository view. Choose the Layout tab. View the metadata as SQL, COBOL or Orchestrate schema format. But it's all the same metadata. And you can answer your question about PIC S9(9) USAGE COMP.
by ray.wurlod
Wed Jun 20, 2007 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding most recent effectitive salary date
Replies: 9
Views: 2253

The example showed least recent salary date. Glad I'm not covered but THAT payroll system! For most recent, of course, use MAX() rather than MIN().
by ray.wurlod
Wed Jun 20, 2007 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WRITE METHOD LOAD x WRITE METHOD WRITE
Replies: 3
Views: 1877

Best practice is to detect any condition that fails a business rule prior to attempting to load the row into the target table. This is part of the "T" of "ETL". Your choice of Write Method is then irrelevant as far as clean data is concerned and you can base the decision on appropriate criteria: whe...
by ray.wurlod
Wed Jun 20, 2007 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Abort --> Error log doubt
Replies: 2
Views: 1142

Once you have rationalized your use of hashed files (note: not "hash" files) search the forum for T30FILE. This is both the name of the table and of the configuration parameter (in the uvconfig file) for setting its size. You will also need to research - either here or in the manuals - how to reconf...
by ray.wurlod
Wed Jun 20, 2007 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return a Job abort
Replies: 9
Views: 2999

It's time to have a major re-think about your design. UtilityRunJob was originally a quick fix - it does not have all the functionality that a job sequence offers. Begin by documenting (in English, not in IT-speak) precisely what needs to happen under each circumstance. You will find that this leads...
by ray.wurlod
Wed Jun 20, 2007 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to execute Oracle commands
Replies: 3
Views: 1249

That command is OK as far as it goes, but it does not execute any commands once in sqlplus and never returns from sqlplus. If you want to build up the entire script in the variable called cmd, separate each line with a field mark (@FM). These will automatically be translated to line terminators on s...
by ray.wurlod
Wed Jun 20, 2007 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before SQL / After SQL
Replies: 4
Views: 1055

A Before SQL statement will be executed once, before the first row in the job is processed. Hence its name.
by ray.wurlod
Wed Jun 20, 2007 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing detail information of job in other category
Replies: 8
Views: 1317

"Identifier" is usually the column or table name, not the text value itself. In DataStage you can set VarChar up to 65535. The restriction, however, may be in the data browser itself rather than in the database connection - post the full error message, which should indicate its source.
by ray.wurlod
Wed Jun 20, 2007 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage - House keeping
Replies: 3
Views: 1236

More 2. If you use server side tracing clean these files from the &COMO& directory once you've finished with them.