Search found 42189 matches

by chulett
Thu Sep 11, 2008 9:11 am
Forum: General
Topic: moving sub-folder to another folder
Replies: 2
Views: 1279

No, you cannot move a sub-folder. And you don't need to use a 'dummy' name, 'sub-folder' names only need to be unique within a given folder. So just create the new one, move the jobs from old to new then remove the old one.
by chulett
Thu Sep 11, 2008 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraints disabled while loding the data to DB2 database
Replies: 3
Views: 938

Don't do DB2, so no clue. Must be an OPEN or BEFORE SQL area, if not perhaps you'd need to do it as separate steps / routines and leverage a sequence job. [shrug]
by chulett
Thu Sep 11, 2008 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mail Notification
Replies: 4
Views: 968

You'd have to write your own routine for that, build the variables into the mail body and then call the appropriate O/S command directly.
by chulett
Thu Sep 11, 2008 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: round function
Replies: 2
Views: 1430

Welcome. :D

I typically use the FMT() function for this, but there are probably other ways as well.
by chulett
Thu Sep 11, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the files being used in which all jobs?
Replies: 6
Views: 1865

Yup, we load the output into an Oracle table so we can query it.
by chulett
Thu Sep 11, 2008 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the files being used in which all jobs?
Replies: 6
Views: 1865

One way would be to export the project and then manually search the dsx file. Or use a utility like Chuck Smith and others have built to help in the search.
by chulett
Thu Sep 11, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing env variable as parameter thru shell script
Replies: 6
Views: 1856

That was some bad advice that was withdrawn. If you are having a problem, please start your own thread on the subject.
by chulett
Thu Sep 11, 2008 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Type returned by Stored Procedure in DS Job
Replies: 5
Views: 1772

You need to read the STP pdf in your Docs directory for what in supports and doesn't support. I think this falls into the latter category.
by chulett
Thu Sep 11, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trimming the field
Replies: 9
Views: 2389

You only need one or the other, not both:

AND UPCASE(VALUE) = 'XXX'

-or-

AND DOWNCASE(VALUE) = 'xxx'
by chulett
Thu Sep 11, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to overwrite the values of job parameters
Replies: 4
Views: 2095

Re: Is it possible to overwrite the values of job parameters

Jagan617 - can you explain why you think you may need to do this?
by chulett
Thu Sep 11, 2008 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in view data
Replies: 20
Views: 8962

Meaning your instance name, userid and password are hard-coded in the stage?
by chulett
Thu Sep 11, 2008 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping Log entries
Replies: 10
Views: 3447

Don't see how. :?
by chulett
Thu Sep 11, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass values to environmental variables thru job
Replies: 4
Views: 1315

However, would it still be set once the job's session ends? I guess it would be simple enough to test it. :?
by chulett
Wed Sep 10, 2008 9:21 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Datastage job as service
Replies: 19
Views: 12982

Get them from whomever controls access to that in your organization then.
by chulett
Wed Sep 10, 2008 9:19 pm
Forum: General
Topic: Question
Replies: 13
Views: 3209

You pass it from the WISD stage to an XML capable stage for parsing, and that as one longvarchar field.