Search found 53125 matches

by ray.wurlod
Fri Apr 12, 2013 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help on "Before SQL" on DB2 Connector
Replies: 9
Views: 2975

MT wrote:(there is no 31-JAN-9999 etc.)
Yes there is. There's a 31-JAN in every year.
by ray.wurlod
Fri Apr 12, 2013 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while running Webservices transformer stage
Replies: 3
Views: 2284

Search DSXchange for posts about problems that can occur with namespace identifiers. I suspect that this will help you resolve your issue.
by ray.wurlod
Fri Apr 12, 2013 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read all data from an CSV file and then populate into xml
Replies: 5
Views: 1762

This is easily handled using a server Sequential File stage, which has (among other things) a "Missing Column" rule for each column.

You can use this stage in a parallel job be encasing it in a server Shared Container.
by ray.wurlod
Fri Apr 12, 2013 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect Number
Replies: 3
Views: 1266

Yes, if you're on two nodes and the Entire partitioning is on the stream input. It would be quadruple with four nodes.
by ray.wurlod
Fri Apr 12, 2013 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Rolling 24 Months from Unidata Stage
Replies: 1
Views: 1238

Please clarify "not working".

@DATE is the system date that the query began executing, in internal format. So @DATE - 24 is the date 24 days before that (not 24 months).

You need a better technique, perhaps @YEAR - 2.
by ray.wurlod
Fri Apr 12, 2013 2:45 pm
Forum: General
Topic: calculate daily,hourly basis data?
Replies: 5
Views: 1570

Add constraints on PS_TIME (and maybe PS_DATE) with the constants in the WHERE clause being job parameters. For example: WHERE PS_TIME > '#jpMinTime#' AND PS_TIME <= '#jpMaxTime#' If you need a period to run through midnight, construct a "timestamp" in the SELECT query and filter on that.
by ray.wurlod
Fri Apr 12, 2013 2:40 pm
Forum: General
Topic: What does the $ in front of environment variables do?
Replies: 4
Views: 1100

The conventions for shell and environment variables in UNIX is:
  • when the variable is named, it is not preceded with $

    when the value of the variable is retrieved, the variable name is preceded with $
DataStage follows this convention for using environment variables.
by ray.wurlod
Fri Apr 12, 2013 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect Number
Replies: 3
Views: 1266

Two nodes? Entire partitioning?
by ray.wurlod
Fri Apr 12, 2013 3:29 am
Forum: General
Topic: How to migrate a DS-Basic Job from SERVER to PARALLEL?
Replies: 15
Views: 5922

Does your server job still work? If so, keep it. Server jobs can be run even though you have Enterprise Edition.
by ray.wurlod
Thu Apr 11, 2013 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage - Metadata Workbench - Information Analyzer Integr
Replies: 3
Views: 2352

Best practice is to use a dedicated project for Information Analyzer jobs, usually called ANALYZERPROJECT. The integration between the two products is only at the metadata level; published analysis results are available in shared table definitions accessed from DataStage. If you use RCP in DataStage...
by ray.wurlod
Thu Apr 11, 2013 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform Function
Replies: 4
Views: 2044

Sigh.
by ray.wurlod
Thu Apr 11, 2013 2:40 pm
Forum: General
Topic: what difference between DS and open source ETL like Talend ?
Replies: 2
Views: 2795

Lots of differences, including the range of sources/targets that you can use and the range of transformational facilities available. You can research each using the internet if there's something in particular that you're interested in.
by ray.wurlod
Thu Apr 11, 2013 2:37 pm
Forum: General
Topic: Using $PROJDEF in basic
Replies: 9
Views: 2224

You can find a decryption algorithm by searching DSXchange, but I didn't tell you that it's there. :wink:
by ray.wurlod
Thu Apr 11, 2013 6:01 am
Forum: General
Topic: List of parallel jobs that use Orcle Enterprise Stage
Replies: 2
Views: 1217

Select Oracle Enterprise Stage in the Stage Types > Parallel > Database folder of the Palette. Right click and request a Where Used analysis.
by ray.wurlod
Thu Apr 11, 2013 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server jobs 6.5 migration into 8.x
Replies: 4
Views: 1791

I don't recall there being a version 6.5. That said, any 6.x can, with the exception of Version Control components, be migrated to any higher version currently extant.