Search found 42189 matches
- 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...
- Mon Sep 19, 2016 1:13 pm
- Forum: General
- Topic: Using SQL statements for Datastage parameters
- Replies: 12
- Views: 3963
- 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...
- 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
- Mon Sep 19, 2016 7:02 am
- Forum: General
- Topic: File properties as source columns
- Replies: 11
- Views: 2443
- Sun Sep 18, 2016 7:01 pm
- Forum: General
- Topic: File properties as source columns
- Replies: 11
- Views: 2443
- 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
- 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 ...
- Sat Sep 17, 2016 7:23 am
- Forum: General
- Topic: File properties as source columns
- Replies: 11
- Views: 2443
- 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...
- Fri Sep 16, 2016 12:02 pm
- Forum: General
- Topic: IIS backup
- Replies: 6
- Views: 2484
- 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 ...
- 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 ...
- 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
- 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
YES! That architecture is exactly what controls whether you get everything up in shared memory or everything spread out, duplicated on each node.TonyInFrance wrote:Maybe its my server configuration (SMP/MPP) which is something I don't know how to ascertain.
viewtopic.php?t=96993