Search found 124 matches

by fmou
Thu Jan 12, 2012 11:14 pm
Forum: General
Topic: Exporting environment variables
Replies: 8
Views: 5671

nagarjuna wrote:I think these features are introduced in 8.5 version .Make sure that you are looking in 8.5 datastage version .
Hmm, for datastage version below 8.5, 7.5.2 specifically, how to do the environment variables exporting/importing?
by fmou
Thu Jan 12, 2012 11:12 pm
Forum: General
Topic: Exporting environment variables
Replies: 8
Views: 5671

Thanks for your replies, everyone.

Yes, I'm using DS8.5.

As to the ID, I'm not using dsadm per se, but the ID I used is the DS/QS administrator. This should be good enough, should it?

Thanks
by fmou
Thu Jan 12, 2012 11:11 pm
Forum: General
Topic: Exporting environment variables
Replies: 8
Views: 5671

Thanks for your replies, everyone.

Yes, I'm using DS8.5.

As to the ID, I'm not using dsadm per se, but the ID I used is the DS/QS administrator. This should be good enough, should it?

Thanks
by fmou
Thu Jan 12, 2012 1:36 pm
Forum: General
Topic: istool syntax
Replies: 30
Views: 59552

I believe single quote will work for special characters like '$', etc.

@asorrell, Thanks a billion for such a useful post!
I was about to dig myself.
Thanks for the tremendous time-saving I can have.
by fmou
Thu Jan 12, 2012 12:51 pm
Forum: General
Topic: Exporting environment variables
Replies: 8
Views: 5671

Exporting environment variables

Hi, My mind is blocked. I remember that I've seen the Exporting/Importing environment variables command icon before but I can't find them now. Here is the details. I'm following Exporting environment variables http://publib.boulder.ibm.com/infocenter/iisinfsv/v8r5/index.jsp?topic=/com.ibm.swg.im.iis...
by fmou
Thu Dec 15, 2011 9:29 pm
Forum: General
Topic: Export Whole Datastage Project in Unix Script
Replies: 15
Views: 17130

Thanks, chulett & eph .
by fmou
Wed Dec 14, 2011 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for implementing
Replies: 8
Views: 4757

how do we get the column name which failed validation.
- capture to sequential file.
- in the property of the sequential file, tick the output field name option.

posting off the top of my head, actual wording might be different.
by fmou
Wed Dec 14, 2011 12:29 pm
Forum: General
Topic: Export Whole Datastage Project in Unix Script
Replies: 15
Views: 17130

The default extension of the archive file is .isx.
Is the .isx archive file still text based or now binary?

thx
by fmou
Wed Dec 14, 2011 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for one row to multiple rows
Replies: 16
Views: 8474

Is there any smart way to achieve this in single transformer?
Do you have to use transformer?

Pivot is exactly designed for such task. Check out
viewtopic.php?t=142442
by fmou
Sat Nov 12, 2011 11:18 am
Forum: General
Topic: POLL: Are job warnings allowed in your place?
Replies: 2
Views: 1847

oh, yep, thanks.
by fmou
Sat Nov 12, 2011 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partitioning and sorting
Replies: 8
Views: 6879

thanks everyone for the replies.

I'll amend my best practice, adding the following:

- Hash partitioning is required to have the same has key for all streams that require matched key values
(e.g. Join, Merge, etc)
by fmou
Sat Nov 12, 2011 11:00 am
Forum: General
Topic: Error handling
Replies: 3
Views: 2117

You would need to create a custom routine to go get whatever error messages you wanted from the logs of the jobs the sequence ran. That's kind of expensive. No wonder in our place, no matter how many jobs you can run in parallel, when put into a job sequence, we don't let then run in parallel but s...
by fmou
Sat Nov 12, 2011 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer constraints and multiple otherwises
Replies: 19
Views: 13003

- Yes, you are allowed to include a constraint expression when you mark it as an 'Otherwise' link. - Yes, you are allowed to have more than one 'Otherwise' link. I.e., both answers are yes, but it is actually impossible. -- At the end of the day, no matter how many 'Otherwise' links you've ticked. t...
by fmou
Sat Nov 12, 2011 10:28 am
Forum: General
Topic: POLL: Are job warnings allowed in your place?
Replies: 2
Views: 1847

POLL: Are job warnings allowed in your place?

Hi, Sometimes DataStage jobs may have warnings. Most common ones are the default type conversions. Some places don't allow any warnings in jobs. E.g., no default type conversions allowed, have to convert explicitly. I just want to have a feeling how warnings are treated in different places. Please r...
by fmou
Wed Nov 09, 2011 7:31 pm
Forum: General
Topic: Please describe how you use 'built-in' Job Parms...
Replies: 7
Views: 3290

I can't help answering any of your questions but I got one more.
How often do you use Job Parameters such as #DSHostName#, #DSProjectName#, #DSJobName#,
Can these default Job Parameters be used to initiate other user defined Job Parameters? If yes, how?

Thanks