Search found 4 matches

by MR Guy
Thu Jan 19, 2006 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get results from a Windows .exe from a UNIX box
Replies: 5
Views: 2054

Making the call to the Windows box isn't as much of a problem as getting the results returned to the UNIX box. In this particular case, expecting a long string (of undetermined length) in xml format.
by MR Guy
Thu Jan 19, 2006 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get results from a Windows .exe from a UNIX box
Replies: 5
Views: 2054

Get results from a Windows .exe from a UNIX box

I'm looking for an elegant way to have a DS job on a UNIX box send a signal to an .exe file on a Windows box and get the standard command output returned to the UNIX box. :?
by MR Guy
Sat Apr 20, 2002 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling jobs more than daily
Replies: 7
Views: 3312

Unless you are using some other scheduler, you will be limited to the capabilities of the system scheduler, cron in the case of Unix. What scheduler are you using?
by MR Guy
Sat Apr 20, 2002 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counts
Replies: 1
Views: 789

Quickest way I can think to determine number of lines (assuming it's a source file) is to write a "Before Job" routine in Basic that counts the number of lines. You might start by looking up READSEQ in the Basic guide.