Search found 4605 matches

by kduke
Thu Feb 05, 2009 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: # symbol is causing problem when concatenating
Replies: 2
Views: 1042

Use a view or something to create a field without # in the name.
by kduke
Thu Feb 05, 2009 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command for listing running jobs
Replies: 2
Views: 1216

ps -ef | grep phantom
by kduke
Wed Feb 04, 2009 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ideal sequence of jobs in a sequence
Replies: 6
Views: 1513

I would not put 30 jobs in one sequence. I would run in multiple sequences. Most of this is trial and error. You need to figure out how many jobs can run at the same time. The idea is keep the server at capacity without paging. Monitor your server. Usually some jobs have to run before others. Like a...
by kduke
Mon Feb 02, 2009 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How To Find Cleared Log Reports
Replies: 5
Views: 1245

RT_LOG has basically a surrogate key. There is a field which stores the starting key for each run. It is stored in what is called a multivalued field. So it is not simple to extract the starting number and only list records which are between an old number and the next job run. I would try SQL if I w...
by kduke
Sat Jan 31, 2009 11:37 am
Forum: General
Topic: Problems pasting parameter values
Replies: 4
Views: 1061

No. I have not tested it with version 8. Sorry.
by kduke
Fri Jan 30, 2009 7:12 pm
Forum: General
Topic: Problems pasting parameter values
Replies: 4
Views: 1061

This was one of the time consuming things I wanted to solve with Parameter Navigator. It includes a job which can match all these parameter names together. If you have twenty jobs with twenty parameters run by one sequence then there are 400 parameter values you need to fill out. PNav does a lot mor...
by kduke
Fri Jan 30, 2009 12:15 pm
Forum: General
Topic: DBF Tables
Replies: 1
Views: 603

What are you using DataStage for? To convert from DBF to Oracle tables? Do you have existing jobs reading the DBF tables?

The application reading or writing to these tables makes no difference to DataStage.
by kduke
Fri Jan 30, 2009 12:10 pm
Forum: General
Topic: Convert Unix Time to oracle date
Replies: 13
Views: 3880

I would substring it until it is close enough to use Oracle's to_date().
by kduke
Fri Jan 30, 2009 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the difference between lookup,merge,and join stage?
Replies: 3
Views: 2058

fareeda

We tend not answer questions which may look like a job interview question.
by kduke
Wed Jan 28, 2009 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Run Times
Replies: 5
Views: 2724

On server jobs you can retrieve them from logs.
by kduke
Fri Jan 23, 2009 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Report Generation/Documentation
Replies: 9
Views: 4154

It expects DataStage client to be loaded. DwNav uses information created by Reporting Assistant. It adds to this sequences but PX jobs and MVS jobs are not supported.
by kduke
Thu Jan 22, 2009 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: equal to symbol(=) not taken as a job parameter
Replies: 9
Views: 2869

You can pass ' and = in job control. I doubt it would work in shell script.
by kduke
Wed Jan 21, 2009 10:53 pm
Forum: Site/Forum
Topic: Reinstatement of Premier Membership?
Replies: 3
Views: 3552

I blame Ray alll the time too. Too busy to answer my questions.
by kduke
Wed Jan 21, 2009 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: equal to symbol(=) not taken as a job parameter
Replies: 9
Views: 2869

There are lots of special characters which should be avoided in parameter values like = and '. You need to write job control if have to have these values passed in.
by kduke
Wed Jan 21, 2009 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Back up and restore for DS server jobs from AIX command
Replies: 3
Views: 1084

Download DataStageBackup.bat from my tips and tricks page.