Search found 15603 matches

by ArndW
Mon May 12, 2008 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Padding blank spaces behing the passed string in Oracle
Replies: 6
Views: 1364

I'm not at a system where I can check, but I seem to remember that Oracle VarChar() and VarChar2() act a bit differently when it comes to padding. Can you try to export a VarChar() column as well and see if it is still padded to a fixed length; I think it might not be.
by ArndW
Mon May 12, 2008 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Internal error
Replies: 1
Views: 878

Have you tried to manually ftp from the command line on your production server? Sometimes FTP is disabled and that might be causing your error.
by ArndW
Mon May 12, 2008 3:20 am
Forum: General
Topic: The Corresponding data type for float in data stage
Replies: 1
Views: 2798

Sravani - when I look at the datatypes available to me in stages and when creating a buildop I see "float" available everywhere.
by ArndW
Mon May 12, 2008 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Rejected Data
Replies: 6
Views: 1357

No, the field which triggered the error is not returned from the database, so it cannot be displayed, just the standard SQL and error codes.
by ArndW
Mon May 12, 2008 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change ASB_HOST name
Replies: 1
Views: 728

In versions prior to 8 I would always have recommended a re-install as being quicker and safer when it comes to the IP-Address and node name. It might be possible to change this at version 8 but I haven't tried and would still tend to recommend re-installing since you don't have to back anything up.
by ArndW
Mon May 12, 2008 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executable file of a DS Job
Replies: 26
Views: 17921

V - What do you mean by "not use the system's resources"? Shared containers are loaded into a job's executable at compile time. In server jobs, the code for routines is not loaded in at compile time, links are created and whatever version is locally catalogued at runtime is executed.
by ArndW
Mon May 12, 2008 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable to get DataStage Home directory path
Replies: 8
Views: 6899

On sites with multiple DS instances there won't be a /.dshome file. I would prefer to stick with the simple, time-proven method that Ray suggested, "System(32)".
by ArndW
Mon May 12, 2008 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newline character getting loaded into DB Column
Replies: 15
Views: 5890

In your test job, if you do a "diff filea fileb" are they identical?
by ArndW
Mon May 12, 2008 3:00 am
Forum: General
Topic: difference between routine and a function in datastage
Replies: 3
Views: 2091

Normally, a function is passed parameters and returns a value while routines are called with parameters and may change the return value of these parameters. This naming convention is broken somewhat in DataStage, as the "Routines" category actually contains functions. The only true routines you can ...
by ArndW
Sun May 11, 2008 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Administrator
Replies: 14
Views: 3986

Such things as:
Domain Management
Session Management
Users and Groups
Log Management
Scheduling Management
Manage Services Categories
Manage Deployed Services
Manage Undeployed Services
Manage Custom Attributes
Configure Service Registry

etc.
by ArndW
Sun May 11, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Administrator
Replies: 14
Views: 3986

No, the two administer very different things and have different front-ends (DS Administrator is an executable on the PC and is installed with the other DataStage clients, the IIS administrator console is a light client on your browser)
by ArndW
Sun May 11, 2008 7:04 am
Forum: General
Topic: Article: Run-time Architecture of DataStage Server Jobs
Replies: 17
Views: 21035

ag_RAM - please don't misquote me. I stated Neither compile BASIC code directly I stated several times in this thread that only the nbasic executable compiles BASIC code. If I were to write a UNIX shell script that invokes the c++ compiler then, according to your definition, I have written a compile...
by ArndW
Sun May 11, 2008 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get job details from GetJobInfo for given jobname
Replies: 10
Views: 7197

The first parameter for DSGetJobInfo() is the JobHandle, which is returned from the DSAttachJob() call. "DSJ.ME" is a builtin value for the current job, for other ones you need to attach to them first.
by ArndW
Sun May 11, 2008 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored proc Stage and Oracle
Replies: 10
Views: 3220

If you pass it in as a string and do the to_date() conversion in the SP does it work?
by ArndW
Sun May 11, 2008 6:30 am
Forum: General
Topic: Article: Run-time Architecture of DataStage Server Jobs
Replies: 17
Views: 21035

DSD_CompileJob.B has 53 source lines, and calls DSD_GenRuntime.B which has 12987 source lines. Neither compile BASIC code directly. DSD_GenRuntime.B calls the BASIC several times for components.