Search found 42189 matches

by chulett
Wed Oct 21, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of date range
Replies: 14
Views: 3125

So... the first date range is three days but the others are actually four days? :?
by chulett
Wed Oct 21, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage code tree backup and restore
Replies: 8
Views: 2827

ps. The opposite of a 'cold' backup is a 'hot' backup. :wink:
by chulett
Wed Oct 21, 2009 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job substituting default params in place of the passed ones
Replies: 13
Views: 2671

And there's literally no warnings logged when this happens? Anything about the value being 'not appropriate'? :?
by chulett
Tue Oct 20, 2009 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 6
Views: 1592

What have you tried? IConv/OConv can handle getting your Date into the same format as your Timestamp but how will you handle the 'compare'? Meaning, will you need to convert your constant date to a zero time timestamp or do you need to compare it to just the date portion of the timestamp?
by chulett
Tue Oct 20, 2009 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What values stored in node1 folder
Replies: 6
Views: 1266

From the ".ds." in the name, that would be a dataset.
by chulett
Tue Oct 20, 2009 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File Activity Stage
Replies: 5
Views: 1616

More questions - are they 'large' files? Wondering how safe it will be if you start your processing when you see the 15 files or if you'd need to do an explicit 'wait until the file completes the transfer' step as well? Me, I would probably hand code this into a DataStage job on the Job Control tab....
by chulett
Tue Oct 20, 2009 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File Activity Stage
Replies: 5
Views: 1616

Can you identify those 15 files via a pattern that does not include any strays, or do you have 15 fixed names, or something else entirely? Need a better idea what the options are here.
by chulett
Tue Oct 20, 2009 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Reading updated data from Legacy
Replies: 1
Views: 779

Not without some help from them - a trigger or CDC, for example. Otherwise you're right, it's a full table scan each time. Depending on the system, however, that may not take all that long.
by chulett
Tue Oct 20, 2009 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for File Activity Stage
Replies: 5
Views: 1616

That would mostly depend on if these are 15 files with distinct fixed names or if you'd need to do any 'wildcard' pattern matching to wait for them. For the former, you could literally use 15 WFF stages. For the latter, you'd typically want to code up something yourself. That something could be a sc...
by chulett
Tue Oct 20, 2009 2:01 pm
Forum: General
Topic: Capturing historical Job run statistics
Replies: 14
Views: 11832

No-one ever said it would be simple. :wink:
by chulett
Tue Oct 20, 2009 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Sort stage
Replies: 7
Views: 1747

As noted, they meant the "dsenv" file rather than "uvconfig". It lives in the main $DSHOME directory called DSEngine as an editable, plain text file.
by chulett
Tue Oct 20, 2009 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running scripts in datastage
Replies: 11
Views: 2157

Best to start a new post for new questions. No, you won't be able to use the WFF stage as it only waits for a single file and doesn't support wildcards. Well, actually... I guess you could put 10 of them in the Sequence job and run them into a Sequencer set to 'All'! :wink:
by chulett
Tue Oct 20, 2009 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running scripts in datastage
Replies: 11
Views: 2157

The trigger is on the first stage, yes.
by chulett
Tue Oct 20, 2009 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running scripts in datastage
Replies: 11
Views: 2157

Ah... so no sending involved, it seems. For process control, just check the return value in the trigger to the second Execute Command stage:

Choose "Return Value (Conditional)" as the trigger type and set it to "=0".
by chulett
Tue Oct 20, 2009 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logging off DataStage Job and Designer
Replies: 3
Views: 1442

Can you let us know what commands they asked you to run? Also, what kind of UNIX is your server O/S and what is your exact version of DataStage? Any ideas on what patches you installed?