Search found 42189 matches

by chulett
Mon Jul 19, 2010 7:17 am
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 22733

I believe I used the word 'fun' not 'hard'... it is a great learning experience. And a fun problem to solve. :wink: Oh, and interesting factoid about DSWaitForJob(), I wonder if that has always been the case? For whatever reason and after that had-coded job control, it's something I ever realized or...
by chulett
Mon Jul 19, 2010 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem viewing the output of cff stage
Replies: 20
Views: 6387

:lol:

These are the times when I wish I still had a DataStage gig so I could test crap like this for myself. Ah, well. Still, nothing about this is unsolvable and I'm sure they will get the proper output... eventually. :wink:
by chulett
Mon Jul 19, 2010 6:46 am
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 22733

Exactly, this all comes down to writing your own job control code. That's the only way to fire them off and not start to wait until all have started. The fun part of that would be keeping an array of handles in memory and checking them all properly over and over. :wink:
by chulett
Mon Jul 19, 2010 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do
Replies: 9
Views: 2380

harikumar wrote:to link1
111
222

to link2
111
333
As noted, this explains nothing and just parrots your earlier example. Please detail for us in words how you decide what goes where. :?
by chulett
Mon Jul 19, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Issue
Replies: 6
Views: 2992

I have cded into the directory where the dsjob is stored. i am trying to run it from there. Is this not right?? More to it than that, as Ray indicated. If you are in the directory and that directory (or the ".") is not in your PATH then it still won't find it. You would need to use: ./dsj...
by chulett
Mon Jul 19, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem viewing the output of cff stage
Replies: 20
Views: 6387

OK, got the ASCII conversion thing wrong never having done any from a dang mainframe in my life (or any other native EBCDIC source). Sue me. :wink: And I went with the whole "00A" example because that was what was reported (and since recanted, I see) in the post I was responding to. Heck, ...
by chulett
Mon Jul 19, 2010 6:14 am
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 22733

Yes, it would seem so. How does "iterating through a loop" get anything running simultaneously? Adding those two stages inside the loop doesn't change the basic functionality of the loop at all, each iteration still runs one job and it all happens in a sequential fashion. :?
by chulett
Mon Jul 19, 2010 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to overwrite the parameter with row values?
Replies: 20
Views: 6237

I believe it should, no-one has contradicted that yet but you really should be reporting / confirming this with your official support provider - both for your current version and any future versions. Horse's mouth and all that.
by chulett
Mon Jul 19, 2010 6:03 am
Forum: General
Topic: Datastage Multiple instance job to run 'n' times using parm
Replies: 16
Views: 22733

Please read the original post a little more carefully.

I know how to run in loop (runs sequential) or run manually using invocation id 1 to 5. But I want to automate to run the number of times simultaneously depending on the passed parameter ParmA value.
by chulett
Sun Jul 18, 2010 8:08 pm
Forum: General
Topic: strange plugin error
Replies: 9
Views: 3410

That 'electrical plug' icon is the generic one it falls back on when it can't find the proper one to display. We've seen it when there are memory issues on the client - does this happen to other people as well or just you? If it's just you, sometimes getting out of everything and rebooting your PC c...
by chulett
Sun Jul 18, 2010 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any way to overwrite the parameter with row values?
Replies: 20
Views: 6237

That's the problem, they want all records for the key to be written to the same file, not just the last one which is what they are currently getting via the Folder stage. I thought the Folder did all records automatically, so either there's a bug in their version, it has somehow been implemented inc...
by chulett
Sun Jul 18, 2010 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we convert Server Jobs into Parallel Jobs??
Replies: 3
Views: 2951

In other words, you convert them. :wink:
by chulett
Sun Jul 18, 2010 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup condition
Replies: 4
Views: 1718

No 'reference' condition required, make both lookups as normal and then check the results, typically in a constraint. You want records where the first lookup succeeds and the second one fails.
by chulett
Sun Jul 18, 2010 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Convert varchar data into Decimal in a Transformer??
Replies: 1
Views: 943

Use the appropriate conversion function, they're all listed in the online help and the pdf documentation. They all start with "StringTo" by the way.
by chulett
Sun Jul 18, 2010 2:11 pm
Forum: General
Topic: What is a Junk Dimension ??what is its purpose in DW?
Replies: 2
Views: 1126

Google is your friend.