Search found 107 matches

by patonp
Mon Feb 13, 2006 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1511

Great! Thanks to both of you for the quick response!
by patonp
Mon Feb 13, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1511

OK - My question is actually about the maximum length of the value that may be stored in a variable.
by patonp
Mon Feb 13, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1511

Does this mean that if I compare two different stage variables that are 40 characters long, only the first 32 characters will actually be used in the comparison?
by patonp
Mon Feb 13, 2006 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1511

Stage Variable Maximum Length

A couple of simple questions...

Is there a maximum length for stage variables? How about variables used within routines?

Thanks!

Peter
by patonp
Wed Feb 08, 2006 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Command Line Export?
Replies: 32
Views: 16920

I've written a routine that reads data from a file containing server/project/job names and accepts login information as parameters. The routine then executes the DSExport command using this information. If the user has incorrectly specified these parameters or job names, the routine hangs. I'm not c...
by patonp
Thu Feb 02, 2006 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Command Line Export?
Replies: 32
Views: 16920

Is it as simple as concatenating multiple dsx files into one, or is it more complex than that?
by patonp
Thu Feb 02, 2006 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Command Line Export?
Replies: 32
Views: 16920

This command seems to work well for what I'm trying to accomplish. I do, however, have one more question...

Is there any way I can specify more than one job to be exported using this command? Ideally, I'd like to specify a few jobs to be exported into a single dsx file.

Thanks again,

Peter
by patonp
Wed Feb 01, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer without Primary Input
Replies: 7
Views: 6463

Glad to hear it! Thanks for the quick response.
by patonp
Wed Feb 01, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer without Primary Input
Replies: 7
Views: 6463

Transformer without Primary Input

I've created a job that uses DSJobStartDate to retrieve a related record from a database table and populate a hash file. The job flow is as follows: DB Referential Lookup | Transformer1 -->Transformer2-->HashFile In order to accomplish this, I've created the job such that Transformer1 does not have ...
by patonp
Tue Jan 31, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Selective Command Line Export?
Replies: 32
Views: 16920

Selective Command Line Export?

Although the dscmdexport command provides a means to export an entire project, I would like to selectively export components. Is there a facility within DataStage that will allow me to do this without using the GUI found in Manager?

Thanks!

Peter
by patonp
Thu Jan 26, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default Path for Files
Replies: 9
Views: 2801

Default Path for Files

In our development environment, we're finding that some developers are occassionally unit testing jobs in which they've forgotten to specify a filename for sequential files. As a result, sequential files are automatically assigned their inbound linknames and placed in the project directory. Although...
by patonp
Thu Dec 29, 2005 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Question
Replies: 9
Views: 1815

So...is all metadata (i.e. data type, length etc.) except for the key column indicator ignored so far as the internal processing and data storage are concerned?
by patonp
Thu Dec 29, 2005 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Question
Replies: 9
Views: 1815

Thanks for the responses!

Cheers,

Peter
by patonp
Thu Dec 29, 2005 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Question
Replies: 9
Views: 1815

Sorry to keep this thread going, but now you've got me interested! If each row of the hash file is stored as one contiguous string, then how are the key fields identified and internally stored?
by patonp
Thu Dec 29, 2005 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Question
Replies: 9
Views: 1815

From the perspective of the processing logic and end results, is there any downside to the way it's defined? (I'm trying to determine how urgently a fix needs to be implemented...)