Search found 42189 matches

by chulett
Fri Jan 25, 2008 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job restart ability, schedule using DS director
Replies: 4
Views: 1366

Exactly. And you can write your own job control code or nowadays build a looping Sequence job. It's pretty much just a matter of running the job and then figuring out how much time is left in your slice to sleep for. And always (always) build yourself a way to interrupt the process so it can be shut...
by chulett
Fri Jan 25, 2008 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job restart ability, schedule using DS director
Replies: 4
Views: 1366

You have to define what should happen if your job takes more than 15 minutes to run. And I would (and have) build a wrapper job that gets scheduled in once a day. It runs the sub-job every 15 minutes, sleeps between iterations and automagically handles an overrun. It should also poll for interrupts...
by chulett
Fri Jan 25, 2008 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I find logs cleared by user from director? if yes how?
Replies: 8
Views: 1765

-4 is BADVALUE, your syntax is wrong. DSJ.LOGANY is valid for DSGetNewestLogId, your function requires a specific EventId and pulls a single entry from the log.
by chulett
Fri Jan 25, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I find logs cleared by user from director? if yes how?
Replies: 8
Views: 1765

I suppose you could find that, yes, but not who cleared it. Use the standard 'DSGet' functions for the logs and search for 'Log cleared by user' as one of the events.
by chulett
Fri Jan 25, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search a Field in Datastage Repository
Replies: 6
Views: 2922

Reporting Tool not equal Usage Analysis. Two different things.

You could also find posts from Chuck Smith and get his free utility that would help in this effort. The URL is www.anotheritco.com from what I recall.
by chulett
Fri Jan 25, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting two records From ABAP Extract pack
Replies: 1
Views: 628

Have no idea how you are planning on using this hashed file, but try making all three fields as Keys to minimize duplicate removal.
by chulett
Fri Jan 25, 2008 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After Subroutine problem
Replies: 16
Views: 5723

gateleys wrote:
ray.wurlod wrote:What happens if you call the transform function from the before/after subroutine?

How do you expect him to call a function from before/aftter subroutine?? :roll:

By including a Function Declaration - DEFFUN - in the B/A routine.

Oh, and wait... hold on, where is that... ah. :roll:
by chulett
Fri Jan 25, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 3652

Alethesnake wrote:This second one puzzles me because if I write only:

Code: Select all

SELECT office_code, office_surrogate_code FROM office_pointer WHERE office_code = ?; 

It runs well.

When you have two question marks, do you have two columns marked as Key fields as well?
by chulett
Fri Jan 25, 2008 7:49 am
Forum: General
Topic: from BCP to Oracle using DataStage
Replies: 9
Views: 5125

Slide the Columns display over to the right and change the Contains Terminators value for that column to 'Yes'.
by chulett
Fri Jan 25, 2008 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Password exposure issue
Replies: 10
Views: 4192

How would you 'fix' this if you were doing this outside of DataStage? Do you have any alternate way to supply the password from the command line?
by chulett
Fri Jan 25, 2008 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating 7.5.2 to 8.0.1 and Windows to Unix
Replies: 10
Views: 2679

From a sequential file line termination standpoint? Yes. A UNIX Server will happily read and write "DOS" files without issue. I would *assume* a Windows Server could do the same with "UNIX" files but I've never had any hands-on time with DataStage on Windows to try.
by chulett
Fri Jan 25, 2008 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of XML files
Replies: 5
Views: 2341

It's an option in the XML Output stage - check the help for Trigger Column. Every time the value in the trigger column changes, it switched to a new file. ... The problem with this solution, you have to create a key beforehand and do the counting that way. Also you are not going to have much of a c...
by chulett
Fri Jan 25, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding compilation of sequenec
Replies: 3
Views: 1453

[sigh]

Seeing as how you can't monitor a Sequence job, it just means that it is running.
by chulett
Fri Jan 25, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff. Between DataStage 7.5 and DataStage Hawk
Replies: 2
Views: 1013

:?

I'm sorry, but how could something like that possibly be "urgent"? [sigh] I'll leave the lecture to others. Why not contact IBM Sales? They'd be more than happy to give you the sales pitch and list all of the glorious features of the 8.x release.