Search found 42189 matches

by chulett
Wed Dec 09, 2015 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock in DB2 z/OS
Replies: 4
Views: 2517

So this job does run on multiple nodes? And you don't have time to test it over time running on a single node before it needs to go to production? Just want to make sure we're all on the same page. My "partitioning" comment was extremely generic. And would typically be more about the targe...
by chulett
Wed Dec 09, 2015 11:53 am
Forum: General
Topic: Yesterday's Date Help!
Replies: 9
Views: 3494

Just want to make sure I understand - you need to get yesterday's date from the UNIX command line?

If so, then this is the trick you'll find if you google:

Code: Select all

`TZ=MST+24 date +%Y%m%d`
Use your timezone. If that's not what you need then please clarify.
by chulett
Wed Dec 09, 2015 10:43 am
Forum: General
Topic: MAX length of pwd field in Linux - DS
Replies: 7
Views: 2008

Was wondering about that. So what was the actual resolution - were they using 'special characters' in the password?
by chulett
Wed Dec 09, 2015 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock in DB2 z/OS
Replies: 4
Views: 2517

This is typically caused by (improper) partitioning, which can be tested by running the job on a single node.
by chulett
Tue Dec 08, 2015 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File pattern was specified this indicates the pattern
Replies: 7
Views: 6528

They haven't posted here in almost four years. Perhaps you should contact support.
by chulett
Tue Dec 08, 2015 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge or Logical Thinking
Replies: 8
Views: 3189

That is a completely different scenario than your original post.
by chulett
Tue Dec 08, 2015 7:46 am
Forum: General
Topic: MAX length of pwd field in Linux - DS
Replies: 7
Views: 2008

Chuck. :wink:

Sorry, no idea. None of those variables come with a length specification. You should contact your official support provider to see what they have to say on the subject while you wait for a more helpful reply. Perhaps a patch is in order.
by chulett
Tue Dec 08, 2015 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error while running IDOC extract stage
Replies: 1
Views: 1414

Support.

ps. $APT_DISABLE_COMBINATION isn't meant to "fix" anything, it merely stops operator combination so that the failing component can be isolated.

pps. What changed on Friday? Anything at the O/S, DataStage, SAP level you are aware of?
by chulett
Tue Dec 08, 2015 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge or Logical Thinking
Replies: 8
Views: 3189

Looks more like a join to me.
by chulett
Tue Dec 08, 2015 7:37 am
Forum: General
Topic: enviornmental varaible clarification
Replies: 3
Views: 3177

.profile typically.
by chulett
Tue Dec 08, 2015 7:36 am
Forum: General
Topic: MAX length of pwd field in Linux - DS
Replies: 7
Views: 2008

"the DB2 changed the pwd"? So this means a database password was changed and you also have a environment variable of type Encrypted you are trying to make hold the new (increased in length) password, yes?
by chulett
Mon Dec 07, 2015 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Confusion on Partitioning for Join stage
Replies: 14
Views: 6011

There's nothing about Auto that 'spends time and effort' to determine the most efficient method to use for each stage and how it is being used in your job. Found a detailed discussion here that may help. Also thought this quote from it was worth putting here: Auto partitioning will guarantee that th...
by chulett
Mon Dec 07, 2015 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq File Performance
Replies: 12
Views: 3926

I'm not sure there's an answer for that question as there are SO many factors that go into it. Never mind that one man's good is another man's great and yet another man's crap. :wink:
by chulett
Sun Dec 06, 2015 9:44 am
Forum: General
Topic: uvsh / dssh question
Replies: 9
Views: 2393

You'll have to wait for one of the Old Guard to come along for the gory details on this TCL syntax but from what I recall it is all about the category records in the table... as in only getting them or skipping them. I think it is escaping the back slashes so looking for anything that starts with tw...
by chulett
Fri Dec 04, 2015 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Seq File Performance
Replies: 12
Views: 3926

I would imagine it's as much about what happens after the read as the reading itself. What makes you think the reading of the file is the bottleneck in your job?