Search found 42189 matches

by chulett
Fri May 19, 2017 2:56 pm
Forum: General
Topic: Execute Command Activity - Trigger Question
Replies: 2
Views: 1403

It's the dreaded Field Marks (@FM) characters in the output, they need to be stripped from the result before the check. Or you can try array notation since they are returned in a dynamic array: ExCmpFiles.$CommandOutput<1>=1 One of many deeper discussions here for your dining and dancing pleasure. :...
by chulett
Thu May 18, 2017 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage upgrade from v8.7 to v11.5
Replies: 6
Views: 5037

Re: always faced this

sinhasaurabh014 wrote:I have done migrations from 8.5 to 8.7 to 9.1 to 11.5 and practically have not faced any issue so far.
Sounds like you followed a Best Practice path more closely. That would definitely help minimize the issues the OP is finding.
by chulett
Thu May 18, 2017 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage upgrade from v8.7 to v11.5
Replies: 6
Views: 5037

Didn't mean you literally had to test every single job (a bit of hyperbole on my part), just that a significant testing effort should be part of your migration. I would try to put together a list of job types, jobs with the same combination of stages, for example. Or jobs that use a certain stage in...
by chulett
Thu May 18, 2017 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance job
Replies: 4
Views: 2697

It only needs to be multi-instance is they all need to run at the same time. Your need sounds like a Sequence job looping a normal job to me.
by chulett
Thu May 18, 2017 8:50 am
Forum: General
Topic: Oracle RAC request
Replies: 7
Views: 2561

Because it's still a RAC cluster. It doesn't know nor care how many nodes there are.
by chulett
Wed May 17, 2017 1:35 pm
Forum: General
Topic: Two versions, one client machine
Replies: 8
Views: 2682

MCM - because only one client can be active at any given time.
by chulett
Wed May 17, 2017 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage upgrade from v8.7 to v11.5
Replies: 6
Views: 5037

Let me make a few points, not from having experienced any of this myself but rather from reading every dang post made here since 2002 and seeing this over and over when people upgrade from the 8.x world. By "this" I mean the issue of things that "worked" in 8 that no longer do. T...
by chulett
Tue May 16, 2017 2:09 pm
Forum: General
Topic: Oracle RAC request
Replies: 7
Views: 2561

I assume you are talking about the step to import the table metadata from Oracle, yes? Regardless, it's been a very long time but it sounds to me that you may be connecting to a specific instance in the RAC cluster rather than the "RAC name" - the service name of the cluster itself.
by chulett
Fri May 12, 2017 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle field data type varchar2(4000)
Replies: 4
Views: 2277

Typically, a records "splits" like that when a large text field has record limiters in it. And typically that's because it has either been hand-typed by a user who it trying to make it "all pretty" or it has been pasted from a document into the database. Any chance of that, a str...
by chulett
Fri May 12, 2017 9:21 am
Forum: General
Topic: DSSendMail- how to get an accent in subject
Replies: 3
Views: 2315

Well... not exactly my forte but according to the wiki page that code page does not have "complete support" for French. You might want to try switching to one of the others listed that do. If that doesn't help, I'd be curious what your custom routine is actually using to send the email... ...
by chulett
Thu May 11, 2017 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Mainframe hexadecimal to integer
Replies: 10
Views: 3909

Ah... nothing like old mainframe developer humor. :D
by chulett
Thu May 11, 2017 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Mainframe hexadecimal to integer
Replies: 10
Views: 3909

I'm curious why the mention of "hexadecimal" and showing the source field value as x'058c' when a COBOL COMP field is binary storage. That seems like a disconnect to me... but then it's been a long time since I've actually had to deal with an EBCDIC file.
by chulett
Thu May 11, 2017 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Skip header record from complex flat file stage
Replies: 9
Views: 5155

How exactly is the file being unzipped "at the job level"? If you are sending it to standard out then you should be able to pipe it to something like "sed" to remove the first record before the job consumes it.
by chulett
Wed May 10, 2017 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export/Import Stage Variables
Replies: 11
Views: 4309

Ah... it's the simple things we forget first. :(