Search found 7201 matches
- Tue Dec 17, 2002 1:43 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Number of rows property
- Replies: 3
- Views: 642
Hi All, Thanks for your suggestions. Regards, R.Anbuchelian wolfgang.huerter @gerling.de To: datastage-users@oliver.com cc: 16-Dec-2002 Subject: RE: Number of rows property 04:38 PM Please respond to datastage-users Sender Info: No Sender Info found in the address Book Years ago, when we set up our ...
- Tue Dec 17, 2002 12:41 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential Partner list
- Replies: 5
- Views: 621
Most Ascential country managers will also be able to suggest consultants who, although not Ascential partners (which is a formal arrangement), are capable and competent with its products. ----- Original Message ----- From: doug.hoole@ascentialsoftware.com Date: Mon, 16 Dec 2002 13:36:48 -0500 To: da...
- Mon Dec 16, 2002 11:21 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
You can run DSSetParam from routines as long as you include the library file. $INCLUDE DSINCLUDE JOBCONTROL.H I prefer the starter job approach when dealing with batches like this so that you only need to retrieve the unique id at the start and then pass it as parameters to all child jobs. It sounds...
- Mon Dec 16, 2002 9:34 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Designer Interface
- Replies: 4
- Views: 801
Hi Jason, There is a way to fix this but it involves deleting a few files from Regit. I had this happen to me and Ascential was able to walk me through making the change. Call them and ask them to help you do this. Sharon Jason Gibson cc: Subject: Designer Interface 16/12/2002 10:31 AM Please respon...
- Mon Dec 16, 2002 6:36 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential Partner list
- Replies: 5
- Views: 621
Which country are you requesting this for? Regards Doug -----Original Message----- From: Stacy Scoggins [mailto:rsscoggins@yahoo.com] Sent: 16 December 2002 17:45 To: datastage-users@oliver.com Subject: Ascential Partner list All Does anyone have a comprehensive list of Ascential Partners who provid...
- Mon Dec 16, 2002 5:44 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Ascential Partner list
- Replies: 5
- Views: 621
Ascential Partner list
All
Does anyone have a comprehensive list of Ascential Partners who
provide consulting services specifically relating to DataStage and
Integrity?
Thanks
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Does anyone have a comprehensive list of Ascential Partners who
provide consulting services specifically relating to DataStage and
Integrity?
Thanks
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
- Mon Dec 16, 2002 4:05 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Designer Interface
- Replies: 4
- Views: 801
I have also had the same experience and had to follow the same procedure that Georges has described. This occurred while we had an Ascential consultant on site. I dont know if he reported it to Ascential and they have fixed it in 6.0 or not. We also are running 5.2 here. I believe that clearing the ...
- Mon Dec 16, 2002 3:59 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
Hi Tom, why not use a new number for each job you start, so you can also have diferent numbers for each job running. This is the way I have seen in most projects I had the chance to work in. For to know, what number was assigned to which job you can fill an audit-table with the details of each job. ...
- Mon Dec 16, 2002 3:55 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Designer Interface
- Replies: 4
- Views: 801
Absolutely right we had also an Ascential consultant on site and he said that are going to fix it but still we didnt get v 6.0 >>> BHays@penntraffic.com Monday, December 16, 2002 18:05 >>> I have also had the same experience and had to follow the same procedure that Georges has described. This occur...
- Mon Dec 16, 2002 3:33 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
We dont use Oracle at all, we are using NT SQL Server, and DB2 on the Mainframe. I have a job. "Process daily postings" If the program crashes during the batch, then we can have multiple jobs of the same name running the next day, but on different data. (todays data and yesterdays data) So when the ...
- Mon Dec 16, 2002 3:31 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Designer Interface
- Replies: 4
- Views: 801
Designer Interface
All, I need a small amount of help here. In the Designer interface I have accidentally moved the repository browser to the edge of the screen and can not pull it back. Can anyone let me know how to get it back. Regards ________________________________________________________________________ This e-m...
- Mon Dec 16, 2002 3:29 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Designer Interface
- Replies: 4
- Views: 801
Hi My friend I dont why this happen when you touch the repository I am using datastage 5.2 and when I close it once accidentally I had to uninstall the whole product and clean the registry on my PC and reinstall it again ,what can I say ,try this if you can Georges Daher Analyst Programmer Solutions...
- Mon Dec 16, 2002 3:21 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
Hi Tom, I may help you more, when I would know, what for you want to use the sequences. You can give parameters to a job only when you start them, never within a job, nor can any routine or else change a parameter when the job is running. You can vary the nextkey-routine the way that you give every ...
- Mon Dec 16, 2002 2:18 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
The idea with NextKey / Actual key want work since we will have a lot of jobs running and starting in the same batch window. DSSetParm is probably what i need - but i cant find a way to call it from JobControl. The JobControl window is locked when i try to edit the code in it. Can DSSetParm be calle...
- Mon Dec 16, 2002 1:49 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSSetParm from within a job
- Replies: 10
- Views: 1420
Hi Tom, there are several solutions to your problem. Ive just looked into the sdk of DS 4.x and I have seen, that there are only getnext-key-functions. In an older sdk there was also an get-actual-key-function. The KeyMgtGetNextValueConcurrent works with a file, where the keys are saved and every ti...