Search found 42189 matches

by chulett
Thu Jan 08, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Invocation id can be parametrized?
Replies: 5
Views: 1593

There's no default value for invocation ids. Create a Sequence job or some other form of job control to run the job 4 times with your invocation id values.
by chulett
Wed Jan 07, 2009 11:43 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Passing password parameter to DB2 Stage via Sequence
Replies: 8
Views: 6984

Does the job work with the password parameter if you don't call it from a Sequence but just run it from the Director?
by chulett
Wed Jan 07, 2009 11:39 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: v8.1 client issues
Replies: 15
Views: 8742

Tony, you're probably gonna get whacked for posting in the wrong forum, but be that as it may... I'm assuming the 8.1 client installed to a separate, completely different location than the 7 client - yes? As in nothing of the original installation was overwritten by the new one? Almost forgot, does ...
by chulett
Wed Jan 07, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to view data from a sequentail file
Replies: 18
Views: 8060

You have this problem / error with viewing all sequential files or just this one particular file?
by chulett
Wed Jan 07, 2009 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

Again, since your alleged 'only change' was the T30 one, as a test change it back. Only way to get that off the table as a suspect.
by chulett
Wed Jan 07, 2009 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup with like option not working
Replies: 3
Views: 1156

That makes sense. Your original syntax made everything in the quotes a literal so it was looking for the literal string "'ORCHESTRATE.FIRSTNAME%" (including the percent sign) and not resolving the field reference or seeing the wildcard.
by chulett
Wed Jan 07, 2009 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update SDKSequence two codes difference
Replies: 2
Views: 1614

Well... the biggest difference between the two is that you are comparing a chunk of procedural language code with what is in essence a single DML statement. The code is doing more work, at its core - get the current value, increment it, write the updated record back. The DML just updates a single re...
by chulett
Wed Jan 07, 2009 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicate from a file on local
Replies: 4
Views: 1271

D'oh. I own a registered copy of UltraEdit and didn't know you could use it for that. Learn something new every day. :wink:
by chulett
Wed Jan 07, 2009 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicate from a file on local
Replies: 4
Views: 1271

There's no way to do that in DOS ("on local") that I am aware of without loading third-party tools or writing C programs and the like. With PX you should have the MKS Toolkit installed on your 'server' and thus have 'UNIX' capabilities there. Try "sort -u" to get unique records. ...
by chulett
Wed Jan 07, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

chulett wrote:is it "job" or "jobs" that you have this problem with?
Since you used both words in your post. This is a problem with a single job, all jobs, only certain jobs?
by chulett
Wed Jan 07, 2009 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sub Routine
Replies: 4
Views: 1596

:idea: OK, by now you've discovered 'bteq' and jumped into a couple of other people's posts. Let's come back here. Do you not have access to Teradata people where you work that could help you with the syntax you need to accomplish this? It really has nothing to do with DataStage - first get your 'sc...
by chulett
Wed Jan 07, 2009 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Newline in Basic Routine (calling Teradata bteq)
Replies: 3
Views: 2774

By going back to your own post on the topic and not jumping into anything you can find where Teradata is mentioned. Post there what you are trying and what isn't working about it.
by chulett
Wed Jan 07, 2009 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence - Possibility of Shell Script
Replies: 20
Views: 7510

Sure, shell script is one way. Use the Execute Command stage to run it and then as many triggers to Job Activity stages as you have values, each constrained to a particular value.
by chulett
Wed Jan 07, 2009 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control
Replies: 2
Views: 1638

Free for the installing from the client cdrom.
by chulett
Wed Jan 07, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About audit information of a job
Replies: 2
Views: 1124

Stored in the repository. What 'performance statistics' are you after? Basically, you'd use the API to retrieve them - either using dsjob from the command line or the various DSGet* routines.