Search found 42189 matches

by chulett
Thu Jun 28, 2012 7:20 am
Forum: IBM QualityStage
Topic: Using a wildcard override for name standardization
Replies: 5
Views: 3213

Re: issue when * is one of the tonen in Input pattern overri

skadiam wrote:I know this is not related to the current topic discussed but felt that someone can suggest a solution.
:!: If you are not contributing to the current topic, start a new one. Someone will still be able to 'suggest a solution' without the hijack.

For the record, split from here.
by chulett
Thu Jun 28, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seeking a best solution in DataStage
Replies: 28
Views: 22304

You'd have to start by explaining to us what "not good" means. Examples would be nice, too.
by chulett
Thu Jun 28, 2012 6:45 am
Forum: General
Topic: Datastage designer opening problem.
Replies: 1
Views: 1332

What version of Windows is your client installed on? Are you certain the client installed correctly?
by chulett
Thu Jun 28, 2012 6:41 am
Forum: General
Topic: calling parameters from file
Replies: 5
Views: 2459

Or manage it via a Sequence job, via the Execute Command or User Variables stages. Or use a Routine Activity stage if you are more comfortable coding up the process in BASIC.
by chulett
Wed Jun 27, 2012 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 4353

Headers are still an issue for multiple files read using a file pattern, but I don't believe they would have an adverse effect on multiple readers on a single file, however.
by chulett
Wed Jun 27, 2012 10:06 pm
Forum: General
Topic: significance of '$' prefix to Envrironment variables
Replies: 5
Views: 2300

I went down the "why is it a dollar sign" path, this rather than @ or % or something else entirely...
by chulett
Wed Jun 27, 2012 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 4353

There's nothing stopping someone from using a file pattern to read a single file. And I believe you may find that the 'only for fixed-width files' mulitple readers advise is for older versions and that restriction was lifted in newer versions. Hopefully someone can confirm / deny...
by chulett
Wed Jun 27, 2012 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol CopyBook to XML
Replies: 5
Views: 2789

Well... I assumed that by "directly" you meant a single something, a stage that reads in a COBOL file and spits out XML, which is why I answered in the negative and I don't see that changing in future versions. However, I don't see any particular issues with using DataStage and the two sta...
by chulett
Wed Jun 27, 2012 7:17 am
Forum: General
Topic: significance of '$' prefix to Envrironment variables
Replies: 5
Views: 2300

You'd probably need a time machine and a trip back to the 60's to find out the reasons behind fundamental things like this. Before UNIX were fun things like Multics and RUNCOM. Some history here including the interesting note that "Unix" was a joke name someone made up that stuck. :wink:
by chulett
Wed Jun 27, 2012 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR ORA-08103: object no longer exists
Replies: 5
Views: 2807

Not much of a resolution.

I've seen the same issue in the past and a simple rerun always "fixed" the problem so our Operators knew to do that if that was the error they saw. We weren't doing anything fancy and our DBAs could never explain what the issue was. :(
by chulett
Wed Jun 27, 2012 6:54 am
Forum: General
Topic: Run Datastage Job from Unix Shell Script
Replies: 6
Views: 13413

This is bog standard command line stuff and I'm sure an exact search here for "command not found" will turn up all of the lectures on the subject. It's a pity that people nowadays are so entrenched in a GUI mouse-driven world that simple stuff like this trips them up. Makes old farts like ...
by chulett
Wed Jun 27, 2012 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol CopyBook to XML
Replies: 5
Views: 2789

Not "directly", no. It certainly supports reading the COBOL file and it supports creating XML from any input stream. How familiar are you with either? Meaning, have you used the CFF stage before? Have you done anything with XML in DataStage? Outside of DataStage?
by chulett
Tue Jun 26, 2012 8:33 pm
Forum: General
Topic: .uvconfig: No such file or directory
Replies: 5
Views: 3344

Which is just basically the long official version of what Ray posted.
by chulett
Tue Jun 26, 2012 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key with included Effective Date
Replies: 12
Views: 5505

u can use "KeyMgtGetNextValue('xyz')" in the transfer stage James has posted the correct parallel function to use when generating surrogate keys in the Transformer (not transfer) stage, you've just mentioned the Server / BASIC equivalent. ps. People don't really need to ask for their answ...
by chulett
Tue Jun 26, 2012 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of reference links limit
Replies: 15
Views: 8182

As noted, there is no DataStage limit to speak of... but you always have to consider the underlying resource availability.