Search found 42189 matches

by chulett
Thu Feb 16, 2006 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass parameters from sequence to source jobs
Replies: 14
Views: 3342

Keep in mind the fact that, until you are running 7.5.x of DataStage, environment variables (and especially $PROJDEF) aren't really a viable option.
by chulett
Thu Feb 16, 2006 7:54 am
Forum: Enhancement Wish List
Topic: Smarter OCI stage wrt table creation
Replies: 6
Views: 2828

Guess you already did! :lol:

Living large in a Kim Duke sig...
by chulett
Wed Feb 15, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb "UNLOCK" is not in your VOC
Replies: 3
Views: 3064

This post should help. :wink:
by chulett
Wed Feb 15, 2006 9:07 pm
Forum: Enhancement Wish List
Topic: Smarter OCI stage wrt table creation
Replies: 6
Views: 2828

Yes/no/maybe. The problem in Oracle is that the DBA usually wants to exert some control over what tablespaces (etc.) get used. It would be really tricky to implement this generically. Not really. They assign default tablespaces per user so it's not typically anything one needs to worry about. If yo...
by chulett
Wed Feb 15, 2006 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call windows script from datastage?
Replies: 2
Views: 1647

The question would be - from where in DataStage do you want to call this script? There are at least two possible answers: * From a Sequence job, you can use the Execute Command stage to run your batch / script file. You would put the full path to the script in the 'Command' box and any (optional) pa...
by chulett
Wed Feb 15, 2006 8:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass parameters from sequence to source jobs
Replies: 14
Views: 3342

I don't really understand the issue here. As best as I can tell, what Christy described is exactly how Sequence jobs should be worked - that is, you should be creating all parameters needed by child processes in the Sequence itself and passing them down to anything that needs them. Then you are exa...
by chulett
Wed Feb 15, 2006 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: prgram source check box in Export dialog
Replies: 12
Views: 3477

Version Control does things its own way, not anything like you would do via export/import. It works 'under the covers' and transfers just the source / 'design time information' to the target project when doing a Promote. You have the option of having it recompile automatically and/or mark the jobs a...
by chulett
Wed Feb 15, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Dates between 2 Dates
Replies: 3
Views: 1064

Should be pretty straight-forward. A job that starts with a Transformer and a hashed file with Holidays in it would get you what you need. Job parameters could control the start and end date ranges. Create a bogus Stage Variable so the job will compile but you don't (necessarily) need to use it. Con...
by chulett
Wed Feb 15, 2006 7:55 am
Forum: Enhancement Wish List
Topic: Smarter OCI stage wrt table creation
Replies: 6
Views: 2828

Smarter OCI stage wrt table creation

[rant] It irks me that the OCI stages aren't as smart as the Hashed file stages when it comes to creating their underlying objects. A hashed file stage will create the underlying object once the 'first' it runs when it finds it doesn't exist. If you check the delete option, that happens each time. F...
by chulett
Wed Feb 15, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL query with IN clause
Replies: 14
Views: 4137

the job reads the data from XML and generates the output XML. In betweem, no seq file or hash file should be used. Sounds like an RTI/SOA job. I'm not sure the ODBC stage allows a comma separated list to be handled by a single parameter marker. Have you turned on any form of 'trace' in either the j...
by chulett
Wed Feb 15, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 2
Views: 867

Dear Moderator - please remove, duplicate post.

Please post any replies in the other thread on this subject.
by chulett
Wed Feb 15, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob.exe
Replies: 9
Views: 2244

It will help as that is a necessary step. And now I guess the other post is the duplicate. :wink:

Well, except for the extra dollar sign. Try:

Code: Select all

cd $DSHOME
. ./dsenv
by chulett
Tue Feb 14, 2006 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get ascential support?
Replies: 8
Views: 1281

And see if "they" will pop for some XML training. :wink:
by chulett
Tue Feb 14, 2006 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get ascential support?
Replies: 8
Views: 1281

I didn't ask if there was anyone else to help you with DataStage, curious if you had anyone there who could help you with XML questions.
by chulett
Tue Feb 14, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open the operating system file
Replies: 9
Views: 2480

Yes, obviously. :wink:

Your second environment doesn't have your custom "CheckAlphaNumeric" routine in it - or as Arnd noted, it isn't compiled.