Search found 15603 matches

by ArndW
Fri Mar 14, 2008 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a proect from Commandline
Replies: 5
Views: 1095

Good catch - I just assumed that it was new at 8 since I hadn't used it in 7. So the orignial poster can use his sudo access to create a new project! Thanks.
by ArndW
Fri Mar 14, 2008 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 2047

If your after-job subroutine call is already in use and you cannot change that, then your options are limited. Does this shell script have to be executed after the job?
by ArndW
Fri Mar 14, 2008 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

Still not sure what you mean - does this mean different DataStage installations? Is it possible to use the same Oracle instance from both environment to test - that way you could determine if DataStage or Oracle configuration is triggering the behaviour.
by ArndW
Fri Mar 14, 2008 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 2047

There are more than 2 ways to call an external shell script. In your case, are you looking at executing your shell script once for every row or just once per job?
by ArndW
Fri Mar 14, 2008 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

What do you mean by a "separate Windows environment" -> is that a different Datastage server? Were you going against the same Oracle instance in the case where it worked and where it didn't?
by ArndW
Fri Mar 14, 2008 3:49 am
Forum: General
Topic: Help regarding Datastage ORacle stage
Replies: 9
Views: 5161

An Oracle column of type "integer" cannot have a space/blank value. It can return only valid integers or an SQL Null if the column is nullable.
by ArndW
Fri Mar 14, 2008 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage : Array Size
Replies: 19
Views: 7580

I had the same worry looking at the results! I am on AIX V8 and my test job doesn't show the error, either. (thankfully, as this would be a serious issue with using arrays!)
by ArndW
Fri Mar 14, 2008 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error help using Transformer/Peek
Replies: 7
Views: 4050

In a PX job just use a "row generator" as the transform stage as a source will not work (unless you put in a BASIC transform stage).
by ArndW
Fri Mar 14, 2008 3:40 am
Forum: General
Topic: Which forum should i post?
Replies: 2
Views: 856

Oops, I forgot about the existence of that one.
by ArndW
Fri Mar 14, 2008 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Relaction job with defunct process in AIX
Replies: 1
Views: 556

One post is enough. Let us make this thread the active one.
by ArndW
Fri Mar 14, 2008 3:36 am
Forum: General
Topic: DataStage 7.5.2 MVS
Replies: 8
Views: 3817

Even non-us based ones occasionally drop in. I worked on the original Prism product as well when it was ingested by Ascential 8)
by ArndW
Fri Mar 14, 2008 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiters and separators and deliminators and made-up words
Replies: 2
Views: 774

I don't know if that one is in there, but I like "floordrobe"
by ArndW
Fri Mar 14, 2008 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any way to find which user is using which job
Replies: 16
Views: 3382

I assume that the "UNLOCK username <jobid>" command is giving an error as that is the wrong syntax.
by ArndW
Fri Mar 14, 2008 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with converting EBCDIC to ASCII
Replies: 10
Views: 9897

Those characters don't exist in ASCII... Hmmm... sort of; the first 7-bit implementation of ASCII did not have any of the extended characters, but 8-bit ASCII with the diacritics and other characters has been around as an ISO standard (ISO646) since 1972 and today "ASCII" is pretty much synonymous ...
by ArndW
Fri Mar 14, 2008 3:15 am
Forum: General
Topic: Help regarding Datastage ORacle stage
Replies: 9
Views: 5161

Re: Help regarding Datastage ORacle stage

Can we break the question down into smaller components and address them separately? First, ...When we are fetching the data from the Integer field from the Oracle table we are getting the NULL where the column value is blank... Can you explain what the column type is in Oracle and DataStage and what...