Search found 53125 matches

by ray.wurlod
Mon Dec 13, 2010 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suurogate key generation in a database
Replies: 2
Views: 992

Does your database support auto-generated key values?
by ray.wurlod
Mon Dec 13, 2010 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Transformer stage compilation error
Replies: 7
Views: 3462

License wrote:Contact your Hewlett-Packard sales office to order HP C/aC++ Developer's Bundle
by ray.wurlod
Mon Dec 13, 2010 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to configure visual studio in Datastage 8.1
Replies: 1
Views: 1726

I do not believe that this is possible.
by ray.wurlod
Mon Dec 13, 2010 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File reads decimal field value of Zero as NULL
Replies: 1
Views: 983

"All zeroes" is technically not a valid value for a decimal. There is a setting that allows DataStage to treat it as such, but I can't recall what it is at the moment. Hopefully someone else will contribute that before I get to check.
by ray.wurlod
Mon Dec 13, 2010 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Termination due to SIGINT
Replies: 3
Views: 3999

Maybe nothing is wrong with your job. One of its processes received an interrupt signal from somewhere. One possibility is that someone (or some code) issues a "stop job" instruction.
by ray.wurlod
Mon Dec 13, 2010 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable intial value
Replies: 3
Views: 3510

In a server job I'd imagine that the variable would be in an unassigned state. But you can check the generated Transformer stage code to verify this.
by ray.wurlod
Mon Dec 13, 2010 2:37 pm
Forum: General
Topic: Automation of Development Datastage Code to production
Replies: 5
Views: 7802

You can create deployment packages using Information Server Manager which has the istool command line interface. When you get version 8.5 you will be able to check in and check out these packages through an Eclipse plug-in for Subversion or via your own code using the provided API.
by ray.wurlod
Mon Dec 13, 2010 2:35 pm
Forum: General
Topic: Run a Query from external command
Replies: 3
Views: 1093

Welcome aboard. You could do this, but don't expect fantastic performance. Also, you have not indicated what you want to do with the output from these queries. Basically you need to construct a simple routine that invokes the shell to execute your commands, using the DSExecute() routine or the Perfo...
by ray.wurlod
Mon Dec 13, 2010 2:33 pm
Forum: General
Topic: How to run a SQL in JOB control
Replies: 9
Views: 3785

Because you've constructed a "here script" you need some way to end the nested command stack. It doesn't have to be EOF, you can use any string. The nested command stack begins with <<token and ends with token.
by ray.wurlod
Mon Dec 13, 2010 3:17 am
Forum: IBM QualityStage
Topic: Qulaity Stage
Replies: 2
Views: 1409

First develop an attitude to quality, such as ensuring you have spelled it correctly. You are nowhere near being ready to learn about pattern-action language. Learn the fundamentals of QualityStage first: investigation, standardization, matching and survivorship. Then learn about tuning those proces...
by ray.wurlod
Mon Dec 13, 2010 3:13 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 4859

So you never bothered to inform us that you were constructing this command in a routine, a piece of information that was somewhat important.
by ray.wurlod
Mon Dec 13, 2010 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to delete a row in dataset, from unix
Replies: 1
Views: 964

It is not possible by any means other than overwriting the Data Set with only the rows that you want to preserve. A Data Set is not the same thing as a database table. Data Sets are intended for staging data between jobs; they are not intended to be manipulated by other means.
by ray.wurlod
Mon Dec 13, 2010 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To search next monday after a specified date
Replies: 2
Views: 1165

NextWeekdayFromDate() function.
by ray.wurlod
Sun Dec 12, 2010 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Get Maximum 3 values in Datastage
Replies: 2
Views: 1961

Sort them and run them through a Head or Tail stage. Run in sequential mode (or perhaps on three nodes, but this is not guaranteed to be accurate). You don't need an Aggregator stage - there is no solution involving an Aggregator stage.
by ray.wurlod
Sun Dec 12, 2010 1:48 am
Forum: IBM QualityStage
Topic: DATE8 in MatchSpecification
Replies: 15
Views: 7511

Welcome aboard. Setting PARAM1 to 7 should give +/- 7 days. If this is not what you are getting, please advise what you are getting.