Search found 53125 matches

by ray.wurlod
Tue May 31, 2011 5:06 pm
Forum: General
Topic: Is there a way to Capture what Sequential files were Process
Replies: 11
Views: 3313

Or use the date command surrounded by backquotes as part of the file name.

Code: Select all

ls -a /data/DataStage/OPTICOM/SRC_FilePattern* > /data/DataStage/OPTICOM/FileNames_`date +"%Y%m%d"`.txt
by ray.wurlod
Tue May 31, 2011 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle NLS_NUMERIC_CHARACTERS setting in Datastage 8.5
Replies: 5
Views: 3849

Or set it for just that project by creating a user-defined Environment Variable using the Administrator client.
by ray.wurlod
Tue May 31, 2011 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of number of records per link
Replies: 1
Views: 1827

Download ETLstats from Kim Duke's website and use that. No need to re-invent the wheel.
by ray.wurlod
Tue May 31, 2011 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compilation eror
Replies: 12
Views: 8544

How have you set LIB and INCLUDE ?
How have you set the four project environment variables in the Compiler group?
Are you on a 32-bit or a 64-bit Windows operating system?
by ray.wurlod
Tue May 31, 2011 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 connector
Replies: 2
Views: 1544

Correct. Though the SQL is logged in the job log.
by ray.wurlod
Tue May 31, 2011 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to divide data in groups
Replies: 6
Views: 2505

Are these (this one and the "infinity rings" one) theoretical, or are they solving some real-world problem (and, if so, what problem)?
by ray.wurlod
Mon May 30, 2011 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reset value in surrogate key file from unix
Replies: 1
Views: 2212

Create a job with an input link to the Surrogate Key stage.

There's no way to do it from UNIX.
by ray.wurlod
Mon May 30, 2011 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help in logic
Replies: 9
Views: 8258

Split the stream, perform the individual calculations, bring the streams back together (Link Collector) and perform the arithmetic.
by ray.wurlod
Mon May 30, 2011 11:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Divide a ring in 8 shape into two rings
Replies: 8
Views: 4047

OK, so what determines which ring a row belongs in?
by ray.wurlod
Mon May 30, 2011 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Migration
Replies: 5
Views: 2246

Does this still occur if the Transformer stage is excluded?
by ray.wurlod
Mon May 30, 2011 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help in logic
Replies: 9
Views: 8258

There's no Remove Duplicates stage in Server jobs, but the Aggregator stage can be set up to yield First or Last record in group.
by ray.wurlod
Mon May 30, 2011 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Divide a ring in 8 shape into two rings
Replies: 8
Views: 4047

Transformer stage with two outputs, constrained on the value of the first column (R1 or R2).
by ray.wurlod
Mon May 30, 2011 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numbers issue
Replies: 9
Views: 3364

Then use Round Robin partitioning.
by ray.wurlod
Mon May 30, 2011 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating data using index
Replies: 7
Views: 2382

Most database engines won't use an index if to do so would cost more than using a table scan, for example if most of the rows in the table are affected.
by ray.wurlod
Mon May 30, 2011 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is data stage mainframe jobs?
Replies: 2
Views: 2957

Not only U but anyone with a mainframe job licence can create COBOL source and JCL for compiling and running the same using the DataStage Designer client.

U is one of our posters. The second person personal pronoun in English is spelled "you".