Search found 42189 matches

by chulett
Tue Apr 19, 2011 5:32 am
Forum: General
Topic: Command Stage in Server Job
Replies: 7
Views: 3356

If true then that's a change that no-one here has mentioned yet. I've only ever worked on UNIX servers so never seen the Command stage in my entire up-to-8.1 DataStage life. The fact that it can run 'UNIX scripts' could be simply because of the MKS Toolkit that is installed with the product. Ask you...
by chulett
Tue Apr 19, 2011 12:47 am
Forum: General
Topic: How to get data from progress database using ODBC stage
Replies: 4
Views: 2006

Have you or have you not purchased ODBC drivers for Progress? If not, you'll need to do so to proceed. You being your company, of course.
by chulett
Tue Apr 19, 2011 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in writing the data to sequential file(txt file)
Replies: 7
Views: 2136

Where are you looking at the file, on Windows?
by chulett
Tue Apr 19, 2011 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i encrypt a field in DS
Replies: 11
Views: 6394

Since you've hijacked a two year old thread, why don't you tell us what your requirements are? What kind of "encryption" do you need to do? Ain't no sense in tool talk if we don't know what you aim to build.
by chulett
Mon Apr 18, 2011 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Audit table loads
Replies: 4
Views: 1645

Regardless, seems to fulfill the "Any ideas on this to start would be really helpful" request.
by chulett
Mon Apr 18, 2011 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stastics not appearing in the links
Replies: 5
Views: 2263

Do you see row counts in other jobs and just not in this one?
by chulett
Mon Apr 18, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is parallel drop?
Replies: 7
Views: 2991

God knows and google doesn't bring anything up relevant. I'm assuming it's one of those "lost in translation" job descriptions where bits get mistranslated along the way to HR. Call 'em up and apply for the job! Let us know what you find out. :wink:
by chulett
Mon Apr 18, 2011 1:28 pm
Forum: General
Topic: Command Stage in Server Job
Replies: 7
Views: 3356

The Command stage is only installed on a Windows server. You would be using the Execute Command stage and both are found in a Sequence job rather than a Server job.
by chulett
Mon Apr 18, 2011 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in tracing error
Replies: 24
Views: 5704

So, a parallel job question that you marked as 'Server' and posted in the General forum... fixed both of those for you.
by chulett
Mon Apr 18, 2011 7:49 am
Forum: General
Topic: Extracting files from unix
Replies: 24
Views: 6198

Answer this:
chulett wrote:Did you type that in by hand or use the External Parameter Helper to populate it for you? If the former, do the latter.
The "helper" is under the ellipsis (...).
by chulett
Mon Apr 18, 2011 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while importing metadata
Replies: 6
Views: 4823

Generate the error again, check the 'Copy to clipboard' option before dismissing it and then paste the contents here.
by chulett
Mon Apr 18, 2011 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help on this
Replies: 9
Views: 3301

i am not taking about any business rules i just gave an example to my requirement so that it can be easily understood We know, that's the problem - and from the responses here you can see it didn't work... well, except perhaps for Ray. So are you saying you've already solved this problem? If you st...
by chulett
Mon Apr 18, 2011 6:38 am
Forum: General
Topic: Extracting files from unix
Replies: 24
Views: 6198

Again, close. In the Sequence's Job Activity, you set the value of the parameter to ExecuteStageName.$CommandOutput which is what the helper would build for you. With the appropriate stage name substituted in, of course. The next issue will be the fact that the parameter's value will be 'inappropria...
by chulett
Sun Apr 17, 2011 9:30 pm
Forum: General
Topic: Extracting files from unix
Replies: 24
Views: 6198

times29 wrote:Then under seq_all for job2 job actvity for parameters name input_file_name i gave expression value "job1.$CommandOutput"
Did you type that in by hand or use the External Parameter Helper to populate it for you? If the former, do the latter.
by chulett
Sun Apr 17, 2011 2:25 pm
Forum: General
Topic: Extracting files from unix
Replies: 24
Views: 6198

Close... you need to create a job parameter in 'job 2', use it for the filename and then assign $CommandOutput to that parameter in the Job Activity stage.