Search found 4605 matches

by kduke
Tue Jul 12, 2005 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Hash File Properties
Replies: 9
Views: 1959

Do a search. This has been covered. I think there is even a FAQ on hash files.
by kduke
Tue Jul 12, 2005 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleaning up Ascential directory on UNIX (Hash Files)
Replies: 2
Views: 1892

You need quotes around CHashedInput and you need to fill in the CATEGORY instead of xxx.
by kduke
Tue Jul 12, 2005 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare two Oracle table
Replies: 24
Views: 6796

The MINUS command is also powerful.
by kduke
Tue Jul 12, 2005 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export from Command Line at category level
Replies: 2
Views: 925

You can make a category export from a full by modifying DsxSplitter.pl posted here. I have one written in BASIC as well.
by kduke
Tue Jul 12, 2005 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic routine from shell script
Replies: 10
Views: 2410

Roy

I think that solves the problem but that wasn't the question. They still cannot run a routine directly from a shell script. They can only do it from a job or other BASIC programs.
by kduke
Mon Jul 11, 2005 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An Interesting Problem
Replies: 15
Views: 4275

Any time you need a parameter in this way then you need a batch job or routine to calculate the parameter and feed it into the job. Plus there is usually a job which needs this file so it needs the same parameter. It complicates several jobs. Most of the time you are doing this to archive the file w...
by kduke
Mon Jul 11, 2005 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use IF within IF
Replies: 9
Views: 2388

You can do it this way: If <condition> Then <Stmt1> Else If <Condition> Then <Stmt2> Else <Stmt3> I have also seen it this way: If <condition> Then <Stmt1> Else '' : If <Condition> Then <Stmt2> Else <Stmt3> This seems a little clearer. Each IF returns 2 values. The first IF returns <Stmt1> or '' whi...
by kduke
Mon Jul 11, 2005 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An Interesting Problem
Replies: 15
Views: 4275

This is easier to do in a batch file or a shell script in UNIX. Do a search this has been covered a lot.
by kduke
Mon Jul 11, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic routine from shell script
Replies: 10
Views: 2410

Arnd is correct. You need a job that calls this routine. It just needs 2 lines of code the DEFFUN statement and the call to the routine. The job needs no stages just job control code.
by kduke
Mon Jul 11, 2005 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select value into Job Parametr
Replies: 9
Views: 2408

May be you can post the code extracting non-key field from hash file Why you want to do this? The purpose of a hash file is to use keys. If you are reading parameter values then the key should be the parameter name. The value should be field 1. ParamName = Arg1 open "MyParamValues" to Par...
by kduke
Mon Jul 11, 2005 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does datastage supports JDBC connection
Replies: 2
Views: 1707

I don't think so. That is not what the Java Pack is for. Universe 10 supports JDBC. DataStage is based on version 9 of Universe.
by kduke
Sat Jul 09, 2005 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is joiner transformation and Hash file
Replies: 6
Views: 1392

This is really bad. Two people beat me to the post. I am really slow today.
by kduke
Sat Jul 09, 2005 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is joiner transformation and Hash file
Replies: 6
Views: 1392

DataStage comes with its own database. Originally the database was called Universe. Now it is called the DataStage Engine or DSEngine. You have to extract data from a source to put it in a hash file. There are many hash algorithms to choose from but DYNAMIC is the default. Parallel Extender version ...
by kduke
Sat Jul 09, 2005 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any Universe ODBC driver for download?
Replies: 12
Views: 6431

RedBack is cool. Sorry, not paying attention.