Search found 42189 matches

by chulett
Mon Jul 06, 2009 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PASSWD showing up in job log as my reAl password
Replies: 4
Views: 1062

I don't recall if the 'source' for that utility is available but I assume it is... you may be able to copy it and create a 'Silent' version, much like there exists one for ExecSH for the exact same reason. Copy it and see about not logging some (or all) of the information you're passing in.
by chulett
Mon Jul 06, 2009 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find job option in Director
Replies: 5
Views: 2165

And probably disable the display of 'Categories' as well.
by chulett
Mon Jul 06, 2009 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing &amp from the output of an XML
Replies: 7
Views: 2339

Are you sure you really want to change this? That is standard XML and will "show as intended" when the XML is processed on the receiving end.
by chulett
Mon Jul 06, 2009 10:39 am
Forum: General
Topic: Open source scheduler
Replies: 1
Views: 905

Never used or evaluated any open source schedulers but I'm sure Google would turn some up for you. I've been involved with both Control-M and Tivoli implementations, both work well but anything 'Enterprise' will be pricey. And from what I recall, the price will depend on how many 'clients' you would...
by chulett
Mon Jul 06, 2009 10:35 am
Forum: General
Topic: call DATASTAGE from DB2 SQL PL Stored Procedure?
Replies: 1
Views: 1787

The only way your DataStage job will be able to process that selected data is if the SP is called from your job itself, not the other way 'round.
by chulett
Mon Jul 06, 2009 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to store the Values in the Environment Variables
Replies: 19
Views: 4380

We get all that. That's straightforward. What you still haven't explained is what drives your "if my job runs X times" requirement. How is it triggered? What controls running 2 versus 3 or 5 times? :?
by chulett
Mon Jul 06, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update the target table with max date
Replies: 5
Views: 2624

:!: People, we're in the Server forum with the Job Type marked as Server so please stop handing out PX solutions. :?
by chulett
Mon Jul 06, 2009 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ASCII to EBCDIC conversion
Replies: 4
Views: 1441

EBCDIC is not hex. There should be a routine in the sdk to translate one way (EBCDIC to ASCII I believe) that's the one you'll need to 'reverse'.
by chulett
Mon Jul 06, 2009 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merge 4 flat files
Replies: 8
Views: 1796

:!: As noted, there is no Funnel stage in Server jobs. Please pay attention to the job type when posting. And as normal, Sunitha needs to do a better job of asking questions to get proper answers. What do you mean by "merge" here, especially after making the comment that "they have no...
by chulett
Sun Jul 05, 2009 9:09 pm
Forum: General
Topic: How to use wave number in job
Replies: 9
Views: 2819

Are you talking about a static number to indicate the source table? Or a unique sequence or pattern of 'numbers' from each table?
by chulett
Sun Jul 05, 2009 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception raised in GCI subroutine
Replies: 2
Views: 1590

Hmmm... believe we're already got one of those posted. :wink:
by chulett
Sun Jul 05, 2009 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 5266

Best if you posted your error and details rather than saying it is "the same" as someone else's which really doesn't help.
by chulett
Sat Jul 04, 2009 10:02 pm
Forum: General
Topic: Calling Datastage from windows bat file
Replies: 7
Views: 2414

As I said, it's all in the pdf documentation. You can also just type 'dsjob' from the command line without any arguments and it will dump a standard usage statement. You can also do an exact search of the forums here for several examples of the syntax. This post may help as well, but it is rather......
by chulett
Sat Jul 04, 2009 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job logic
Replies: 3
Views: 1663

Sainath.Srinivasan wrote:You do not have funnel in server jobs.
But you do have a Link Collector.
by chulett
Sat Jul 04, 2009 11:03 am
Forum: General
Topic: Calling Datastage from windows bat file
Replies: 7
Views: 2414

Sure! You would use 'dsjob' for that which lives in the DSEngine/bin directory. The Server Job Developer's Guide pdf has a Command Line Interface chapter where it is explained in detail. And while you can use it for simply running jobs (which is what I assume you mean by 'calling DataStage') there a...