Search found 42189 matches

by chulett
Thu May 11, 2006 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3122

That's called 'hi-jacking'. Please don't jump on the end of someone else's thread with a completely different problem. And don't do it to yourself, either. :P

You both need to start new threads on these two new subjects.
by chulett
Thu May 11, 2006 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3122

You mean to say that even if we don't give the .csv extension it will result to a csv file when the 'record delimiter and final delimiters' is set to default values...!! Of course. There's no requirement that a 'comma separated value' file have a .csv extention, or even that a file with a .csv exte...
by chulett
Thu May 11, 2006 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control
Replies: 9
Views: 1925

Correct. FYI - You can make it default to unchecked in the VC options settings.
by chulett
Thu May 11, 2006 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control
Replies: 9
Views: 1925

True, it is optional. However, never really been sure what goes on under the covers if you uncheck that option as I never do. Does VC promote the run time components as well? Would make sense now that I think about it and simple enough to check, I suppose...
by chulett
Thu May 11, 2006 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .csv
Replies: 10
Views: 3122

DataStage won't care what extension you give a sequential file. It's up to you to make them meaningful if you so desire. In this case you would just need to ensure that the field/column delimiter defined in the output stage was set to a comma, which would be the default I would think. Don't have acc...
by chulett
Thu May 11, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading multiple files in a single job.
Replies: 10
Views: 4603

I would like to know if it is possible without having to edit the other 2 sequential files and removing their 1st lines. No, not really. You'll need to find a way to strip the header record from the second and third file during (or before) the concatenation. Either that or a way to recognize and sk...
by chulett
Thu May 11, 2006 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment variable
Replies: 3
Views: 1395

It may depend on the exact DS version you have as earlier ones didn't quite work. :wink:
by chulett
Thu May 11, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 6
Views: 2150

It is required to have all columns bound into the query. So with four columns, your query would need to have :1, :2, :3 and :4 in it somewhere.

If you do not need to update a particular column, do not include it in the stage.
by chulett
Thu May 11, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting a job with the same parameters
Replies: 15
Views: 4792

Yup... got a couple of ideas on how to work around this. We'll see.
by chulett
Wed May 10, 2006 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting a job with the same parameters
Replies: 15
Views: 4792

FYI:

Code: Select all

JobControl (fatal error from DSGetParamInfo): Job control fatal error (-16)
(DSGetParamInfo) Cannot get the Default or Designed Default of an encrypted parameter for any job except the current job.

:cry:
by chulett
Wed May 10, 2006 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control
Replies: 9
Views: 1925

No PX here, but as far as I know it would be required on all servers, as VC promotes the source and then recompiles everything.
by chulett
Wed May 10, 2006 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control
Replies: 9
Views: 1925

There are no hardware requirements. It's just another client tool like Designer or Director and 'attaches' to any given project in the same manner. That client connection is what is used to Initialize from a project or to Promote to a project.
by chulett
Wed May 10, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine processing file
Replies: 4
Views: 1247

Exactly. :)
by chulett
Wed May 10, 2006 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure in before subroutine
Replies: 13
Views: 3647

Maybe. It is the preferred solution now that the stage is available.
by chulett
Wed May 10, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure in before subroutine
Replies: 13
Views: 3647

We know. Run it from the command line... does it work then?