Search found 15603 matches
- Wed Jun 14, 2006 6:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
Marking several jobs disables the RUN button. This is because each job can have different parameters (both names, number and values) and different settings. This has never functioned and probably never will be implemented. I think you've gotten quite a few suggestions on the different ways to implem...
- Wed Jun 14, 2006 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
- Wed Jun 14, 2006 6:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decompiler
- Replies: 10
- Views: 2930
Kim - I shouldn't have said "not too difficult" Piotrek - The engine is stack based (think of inverse-Polish notation or the programming of old HP calculators); there aren't too many compiled OPCodes but there are special ones that have variable number of parameters (i.e. elements to pop off the sta...
- Wed Jun 14, 2006 5:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Projects on AIX - some work, some don't
- Replies: 6
- Views: 1349
The problem is now solved. It seems that the user(s) who couldn't run jobs in the "bad" path didn't have the group "system" in their group list. Once that was added the user(s) could run jobs. There still isn't a difference visible that would account for why they could run jobs on projects in other ...
- Wed Jun 14, 2006 5:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
Amar - there is nothing stopping you running these at the same time. You wanted to know how to start them at the same time and the answer that you got was "use a sequence". You can start the jobs at the same time from the command line using dsjob or from the director (you can't click on both and run...
- Wed Jun 14, 2006 5:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Addition
- Replies: 6
- Views: 1713
In order to do anything with dates you will need to convert them from display to internal format; the most common way is to use the ICONV() function with the appropriate Date conversion [see the manual under "conversions" for details]. When you do have that integer date you can perform simple math a...
- Wed Jun 14, 2006 5:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decompiler
- Replies: 10
- Views: 2930
- Wed Jun 14, 2006 5:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
- Wed Jun 14, 2006 3:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller Jobs
- Replies: 7
- Views: 1188
Re: Controller Jobs
...Is there any possibility to call the conroller job in a sub job... You cannot recursively call jobs, you can call a multi-instance "parent" job from a sub-job with a different invocation ID. But I am not sure if I have understood your question. It seems that you are just adding one more step to ...
- Wed Jun 14, 2006 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
- Wed Jun 14, 2006 1:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to import MySQL tables?
- Replies: 1
- Views: 669
- Wed Jun 14, 2006 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Projects on AIX - some work, some don't
- Replies: 6
- Views: 1349
Thanks Kim. We did check to make sure that no ACLs were set, the umask is set to 002 as well, and the groups are aligned, we even did chmod 777/chown/chgrp to all files/directories yesterday as well. Access rights are identical between the project in a "good" mount point and the "bad" one. I'll forc...
- Wed Jun 14, 2006 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: routine for control table/hash file it has read from
- Replies: 4
- Views: 1671
Before someone is going to write some custom code for you, could you please post your hashed file layout, particularly which column you are interested in. You can write a custom routine which is passed the hashed file name, key value and column number which contains the value you wish returned. This...
- Wed Jun 14, 2006 12:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: load two diff text files using single sequential file stage
- Replies: 23
- Views: 3881
- Tue Jun 13, 2006 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Projects on AIX - some work, some don't
- Replies: 6
- Views: 1349