Search found 42189 matches

by chulett
Tue Aug 12, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix to DOS
Replies: 7
Views: 2025

No, you don't need to get this working in "Server jobs" you need to get UNIX commands working in DOS. If you have PX installed then you have the MKS Toolkit as well and can use these commands regardless of Server v. Parallel. Or find 3rd party implementations of the UNIX commands.
by chulett
Tue Aug 12, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage
Replies: 7
Views: 2190

:? Please help how? You haven't asked a question or clarified what issue you believe you are having.
by chulett
Tue Aug 12, 2008 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix to DOS
Replies: 7
Views: 2025

Hmmm... I don't believe there is without 3rd party support like the MKS Toolkit or perhaps tools of this nature.

Your other option may be to spell out in words what this is meant to accomplish and then see if you can do this via DataStage BASIC.
by chulett
Tue Aug 12, 2008 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage
Replies: 7
Views: 2190

Why not point them to the proper place, mention the actual document and location rather than copy/paste a portion of it and then make generic mention of "the documentation". :?
by chulett
Tue Aug 12, 2008 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML INPUTSTAGE
Replies: 2
Views: 1244

Your XPath Expressions are invalid it seems. How where they generated? From the xml or an xsd or manually?
by chulett
Tue Aug 12, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue about DSEXPORT.exe
Replies: 13
Views: 3669

Re: Issue about DSEXPORT.exe

Ramani wrote:So how to skip this shared container export while taking the job design export which acutally uses a shared container.

I don't believe this is possible from the command line.
by chulett
Tue Aug 12, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller problem and Error calling DSRunJob(code=-14)
Replies: 5
Views: 2801

ray.wurlod wrote:This has been asked a bajillion times in the past. Or is it a bazillion?

With a "j". :wink:
by chulett
Tue Aug 12, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Server and Parallel Jobs
Replies: 5
Views: 12592

The data processing is sequential in server jobs.Server jobs need lesser startup time as compared to Parallel jobs and perform well for small amounts of data. Sorry, just had to pop in here as a representative of the Luddite population who do not have access to PX jobs where they work. The first st...
by chulett
Tue Aug 12, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what the difference between using ODBC and oracle
Replies: 3
Views: 2941

I tend to stick with native interfaces over ODBC 100% of the time. That's just my preference, mostly because you don't have as many options with ODBC. And the whole concept of 'ODBC is less performant' is pretty much an urban myth, especially in this day and age.
by chulett
Tue Aug 12, 2008 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance
Replies: 1
Views: 903

It is explained in the online help available from the Director, specifically: Contents / Running DataStage Jobs / Multiple Job Invocations.
by chulett
Tue Aug 12, 2008 6:31 am
Forum: General
Topic: Hash files
Replies: 2
Views: 1289

Hashed files are the heart and soul of Server. You really need to read the docs like the Server Job Developer's Guide or go thru the Tutorial that ships with the product. That or, of course, get some training.
by chulett
Mon Aug 11, 2008 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Name property in Sequential File Stage
Replies: 14
Views: 23453

There are other posts here of people with the same question that a search for "file pattern" would turn up. Best as I can tell, you need to set the APT_IMPORT_PATTERN_USES_FILESET environment variable to TRUE to get this to work as one would expect.
by chulett
Mon Aug 11, 2008 8:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 32
Views: 9455

Interesting. In all honesty, I'd started to write up a response asking to try "from" rather than "From" (etc) but stopped after I checked my server. The template has the tokens in all lower case, but the DSSendMail routine documents the string using mixed case tokens and DSSendMailChecker routine ac...
by chulett
Mon Aug 11, 2008 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RE:Dos Script for getting Job info
Replies: 9
Views: 2601

Stick to one place - ask him over there.
by chulett
Mon Aug 11, 2008 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing output from Execute command stage
Replies: 3
Views: 2087

Either one can be made to work.