Search found 42189 matches

by chulett
Wed Jun 20, 2012 5:49 pm
Forum: General
Topic: Missing Job Names in DSODB...
Replies: 6
Views: 2354

... just had to go google up what exactly a "VARGRAPHIC" field might be. Not something I've run across before.
by chulett
Wed Jun 20, 2012 1:20 pm
Forum: General
Topic: Missing Job Names in DSODB...
Replies: 6
Views: 2354

Vargraphic? That's... interesting. Glad you figured it out.
by chulett
Wed Jun 20, 2012 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic CDC Update and Delete Jobs
Replies: 4
Views: 2205

Does that mean you are running the 8.1 version?

Well, that's odd... what happened to your second post, the one I replied to? It basically said that this "worked in 8.5 but not in 8.1", hence my question...
by chulett
Wed Jun 20, 2012 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find out first 2 records of each deptno?
Replies: 8
Views: 3934

Let me expand on this just so (hopefully) I'm being clear to whomever is reading this. And understand that I'm not trying to pick on you here, just attempting to do my job as a Moderator and explain How Things Work Here... We are obviously here to help people, the number of years and posts that many...
by chulett
Wed Jun 20, 2012 9:57 am
Forum: General
Topic: Missing Job Names in DSODB...
Replies: 6
Views: 2354

Your question is fine, it's just that I for one have no idea what the answer might be. I thought the name of the job was only in the DSJOB table as the NAME field, I'm not familiar with the gory details of the JOBRUN and JOBEXEC tables. If your filter is working it must be present there in some fash...
by chulett
Wed Jun 20, 2012 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypting and decrypting a field - DB2
Replies: 4
Views: 1999

OK, I've fixed your post, marked it as a Parallel job. "Like a password"? You mean the DataStage encryption that an encrypted Job Parameter field would use, say for a password? If that's what you meant, it is not published. I would suggest you stick with one of the native DB2 encryption fu...
by chulett
Wed Jun 20, 2012 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypting and decrypting a field - DB2
Replies: 4
Views: 1999

Define "encrypt". Were you told how it needs to be encrypted? There are quite a number of choices out there, including DB2 functions I would imagine. I'd also be curious if this is a Server job as the post is marked or a Parallel job based on the forum we're in...
by chulett
Wed Jun 20, 2012 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Target Stage
Replies: 13
Views: 5044

Can you post the entire "handle" error message or was that it?
by chulett
Wed Jun 20, 2012 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Interesting, a registry hack. My only concern might be that it is not specific to DataStage but will effect your entire Windows installation.
by chulett
Wed Jun 20, 2012 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find out first 2 records of each deptno?
Replies: 8
Views: 3934

:? All of these generic questions with made up examples and zero explanation of what you've tried or what real world problem you are trying to solve look suspiciously like you are fishing for interview answers. That is something we do not condone here. I'm this close to going back and either removin...
by chulett
Wed Jun 20, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get last value in each row
Replies: 7
Views: 2706

I seriously doubt that example actually represents the incoming data such that you can assume the last field will always match the row number. A generic answer would be to count() the delimiters and pull the "count+1" field from the "_" delimited string.
by chulett
Wed Jun 20, 2012 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using pivot stage how to do this?
Replies: 10
Views: 3562

You don't need to make the output name field 50, it should match the size of a single input name field. What 8.x version do you have? Are you using the Pivot Enterprise stage?
by chulett
Wed Jun 20, 2012 6:51 am
Forum: General
Topic: Junk characters in the mail
Replies: 8
Views: 2571

They're not "junk" but probably EOR markers in your file. Make sure your file format matches the target system, meaning create it as a DOS file if you're going to send it as an email attachment.
by chulett
Wed Jun 20, 2012 6:48 am
Forum: General
Topic: Status column in DataStage Director
Replies: 2
Views: 1128

It reads the job's current status which is stored in the RT_STATUSnnn table.