Search found 42189 matches

by chulett
Wed Sep 24, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query should fetch values from file
Replies: 11
Views: 4260

Load the file to a work/temp table and join it to your source.
by chulett
Wed Sep 24, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 10909

I am using custom sql, and I am not using any TO_DATE() Function. I would have bet the house that was the answer. Learn how Oracle DATE fields work, in particular in conjunction with the TO_CHAR() function when selecting one and TO_DATE() when loading one. Talk to your DBA on the subject. You need ...
by chulett
Wed Sep 24, 2008 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue with /etc/groups on unix server
Replies: 4
Views: 1228

leka.sm wrote:i want to add a username to /etc/groups.

Unless you are a SysAdmin for that server, you can't. Find out what the process is in your organization and put in a request for a new user.
by chulett
Tue Sep 23, 2008 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

As noted, a completely different question. Next time, new topic please. And as noted, the Field() function can be used to parse a delimited string into component pieces, and your address and code fields are ';' delimited strings. Check the online help.
by chulett
Tue Sep 23, 2008 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

How can we know? Give us an example (a real example) of this address data and what your business rule to 'split' it is.
by chulett
Tue Sep 23, 2008 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

Write it to a file as noted, then read it back before loading to a table. All in one job. In your example, you would write 7 'records' but read back 10.
by chulett
Tue Sep 23, 2008 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

Windows? :shock: I could have sworn when I looked at it before replying it said UNIX. Trickery!

Yes, of course, Windows will need the pair of CR/LF characters as the record delimiter.
by chulett
Tue Sep 23, 2008 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failing to connect to UniData 6 database from Designer
Replies: 9
Views: 2267

Right, but look beyond the subject to the reason why they are 'connecting to UniData6 from Designer'. :wink:
by chulett
Tue Sep 23, 2008 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting the coulmn in a record
Replies: 14
Views: 4100

Code: Select all

Convert(";",CHAR(10),YourField)

That will write out "5;5;6;7" as four records at once since CHAR(10) is a LineFeed a.ka. UNIX record delimiter.
by chulett
Tue Sep 23, 2008 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify a Job Server y Parallel
Replies: 8
Views: 2340

You could run the query using DSExecute with the ShellType set to 'UV'. And that from inside your existing routine that is calling DSGetJobInfo, I would assume.
by chulett
Tue Sep 23, 2008 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Job Abort Issue
Replies: 3
Views: 2130

Ah... I see that's where the 'backwards link' corruption is. Yucky.
by chulett
Tue Sep 23, 2008 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failing to connect to UniData 6 database from Designer
Replies: 9
Views: 2267

No, not really, but I guess I'm confused. Why would you be using UniData to access DS_JOBS, DS_JOBSOBJECT, etc? You just want a UV stage with the DSN set to 'localuv' do you not? There's no ODBC setup required for that.
by chulett
Tue Sep 23, 2008 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to identify a Job Server y Parallel
Replies: 8
Views: 2340

Search the forums for JOBTYPEIND to get a list of 'valid values'.
by chulett
Tue Sep 23, 2008 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failing to connect to UniData 6 database from Designer
Replies: 9
Views: 2267

UniVerse, not UniData.