Search found 53125 matches
- Fri Apr 22, 2005 6:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multiple instance jobs
- Replies: 9
- Views: 1298
You can run multiple instances simultaneously, in exactly the same way that you can run independent jobs simultaneously. The only restrictions are likely to be in the operating system; for example if the jobs (or instances) write to the same text file, only one at a time is permitted. You just need ...
- Fri Apr 22, 2005 5:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors while importing the project
- Replies: 13
- Views: 2451
- Fri Apr 22, 2005 5:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check whether the incoming record is Timestamp
- Replies: 1
- Views: 897
- Fri Apr 22, 2005 5:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permissions setup
- Replies: 1
- Views: 912
1. A UNIX user can belong to any number of groups. 2. There will be no conflict of permissions in DataStage. If the user is neither the owner nor in the group with which a project protected, and "other" does not have write permission to the project, then that user will not be able to make changes to...
- Fri Apr 22, 2005 5:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating Job Parameters or possible UserVariables
- Replies: 7
- Views: 1530
I haven't tried this but you might like to.
Set the initial value in the first UserVariable activity, run the first job, then set the new value in the second UserVariable activity.
Let us know if it does what you want.
Code: Select all
UserVar1 ---> Job1 ---> UserVar2 ---> Job2 --->Set the initial value in the first UserVariable activity, run the first job, then set the new value in the second UserVariable activity.
Let us know if it does what you want.
- Fri Apr 22, 2005 5:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Key change logic and nulls
- Replies: 6
- Views: 1747
The typeless variables in DataStage have an initial state of unassigned . This can (should?) be tested in routines using either the Assigned() or Unassigned() functions. If you use the stage variable properties grid to initialize a stage variable, the result of that expression is used to change the ...
- Fri Apr 22, 2005 5:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS control 3.0 api
- Replies: 2
- Views: 1351
- Thu Apr 21, 2005 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting metadata using a shell script
- Replies: 8
- Views: 1686
- Thu Apr 21, 2005 8:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Aborts with wierd Error
- Replies: 5
- Views: 2475
- Thu Apr 21, 2005 5:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to save Soruce/Output Seq File Table def to a word file?
- Replies: 11
- Views: 1365
That's the one. Create a new server job. Fill in the short and long description fields. Paste the code into the Job Control tab in Job Properties. Create the ten job parameters mentioned in the code. Put an annotation in the canvas to warn future developers that this job consists solely of job contr...
- Thu Apr 21, 2005 5:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence crashes Designer - Any ideas?
- Replies: 13
- Views: 6339
- Thu Apr 21, 2005 5:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting metadata using a shell script
- Replies: 8
- Views: 1686
- Thu Apr 21, 2005 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to save Soruce/Output Seq File Table def to a word file?
- Replies: 11
- Views: 1365
- Thu Apr 21, 2005 1:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to count the number of records in a seq file
- Replies: 8
- Views: 2543
- Thu Apr 21, 2005 1:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Annotation Stage
- Replies: 8
- Views: 3939
I have seen that behaviour before (in version 7.1r1) with the regular Annotation stage also. There wasn't anything obvious to cause it, and there was a sense of urgency to get the developer developing again, so we re-installed the client software. So I can't suggest what may have caused it, but that...