Search found 42189 matches

by chulett
Mon Sep 19, 2016 9:29 pm
Forum: General
Topic: Using SQL statements for Datastage parameters
Replies: 12
Views: 3963

Craig has forgotten that server jobs should APPEND to /dev/null, rather than try to overwrite. Heck, Craig doesn't even remember that he forgot anything of the sort and doesn't recall ever worrying about append vs. overwrite when dumping stuff in the magic disappearing bucket. Maybe we just wrote i...
by chulett
Mon Sep 19, 2016 1:13 pm
Forum: General
Topic: Using SQL statements for Datastage parameters
Replies: 12
Views: 3963

Yes. And that's what the custom routine you need to create (that the links mention) would do for you. You call it in your transformer, passing it the string to save and then the call to DSSetUserStatus inside the routine would write the result to USERSTATS, i.e. "park" it there. My old job...
by chulett
Mon Sep 19, 2016 12:35 pm
Forum: General
Topic: Using SQL statements for Datastage parameters
Replies: 12
Views: 3963

Use a Server job to fetch the value(s) you need and park them in that job's USERSTATUS area. One such discussion on that process is here. Then any downstream objects in the Sequence job can easily pull information from there for their parameter values - it is built in to the External Parameter Helpe...
by chulett
Mon Sep 19, 2016 12:27 pm
Forum: General
Topic: How do you remove a folder with spaces in the name?
Replies: 17
Views: 9342

:wink:
by chulett
Mon Sep 19, 2016 7:02 am
Forum: General
Topic: File properties as source columns
Replies: 11
Views: 2443

Aha! That was the 're-architected' bit I was trying to recall. 8)
by chulett
Sun Sep 18, 2016 7:01 pm
Forum: General
Topic: File properties as source columns
Replies: 11
Views: 2443

Saved that one for you, Ray. :wink:
by chulett
Sun Sep 18, 2016 7:31 am
Forum: General
Topic: How do you remove a folder with spaces in the name?
Replies: 17
Views: 9342

Sweet. Go all Old Skool on it. :wink:

Makes me think of my adventures under the covers back in the day with Karen Powers leading the way after I'd trashed a project. Or two. :shock:
by chulett
Sun Sep 18, 2016 7:26 am
Forum: General
Topic: File properties as source columns
Replies: 11
Views: 2443

Okay, must have been something about it being re-architected. However, it can still be pretty mysterious if all someone has known is Windows. And that through the mouse-driven GUI without all of that goofy type-y type-y command line DOS stuff old folks like me use to live and die with. :wink: Still ...
by chulett
Sat Sep 17, 2016 7:23 am
Forum: General
Topic: File properties as source columns
Replies: 11
Views: 2443

Not to derail the conversation but I thought I had read that the MKS Toolkit was no longer part of the more recent versions. No?
by chulett
Fri Sep 16, 2016 5:14 pm
Forum: General
Topic: File properties as source columns
Replies: 11
Views: 2443

Sorry but you need to compare the timestamps to what - each other? A list of filenames you've already processed and their timestamps? Mostly curious what a 'new' file means, exactly. If that also includes a modified version of a file you've already processed, for instance. There are ways to get just...
by chulett
Fri Sep 16, 2016 12:02 pm
Forum: General
Topic: IIS backup
Replies: 6
Views: 2484

:!: No need to keep posting this in other forums, any help will show up here.
by chulett
Fri Sep 16, 2016 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Composite columns should be Unique
Replies: 5
Views: 1356

Good to know. Informatica? Concepts are so very similar that we could speak in that language. :wink: So, it sounds like you don't really need to create another file for use by downstream processes, just validate that the original file has no duplicates. Which means you could write any duplicates to ...
by chulett
Fri Sep 16, 2016 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Composite columns should be Unique
Replies: 5
Views: 1356

Welcome! While you could do 'all' of this in a transformer, it's not really a beginner topic. Either way, sorting would be required. However, what is the rest of your requirement - you haven't specified what your output needs to be or what happens if a concatenated value isn't unique. ps. 100k is a ...
by chulett
Fri Sep 16, 2016 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data from HDFS file into HIVE table using Datastage
Replies: 7
Views: 7705

Welcome!

Rows per transaction just tells it when to commit. If you have an 'Array Size' property there, that would be what controls how many to send to the target at a time.
by chulett
Fri Sep 16, 2016 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate entry issue - Lookup stage
Replies: 12
Views: 8957

TonyInFrance wrote:Maybe its my server configuration (SMP/MPP) which is something I don't know how to ascertain.
YES! That architecture is exactly what controls whether you get everything up in shared memory or everything spread out, duplicated on each node.

viewtopic.php?t=96993