is it possible to access the same job by two users at a time
in DataStage?
Answers were Sorted based on User's Feedback
Yes it possible to Access but only the 1st User can Edit or
modify the job and Second is read only.
| Is This Answer Correct ? | 10 Yes | 0 No |
Yes the above answer is correct.
At any time only one user can access a job. When doing so
dataStage imposes exclusive lock on it for that user so that
other must not access w r t edit and execute. However other
user can have access just to view or read the job.
That it.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the various kinds of containers available in datastage?
Define APT_CONFIG in Datastage?
what is the difference between == and eq in UNIX shell scripting?
which cache supports connected & un connected Lookup
i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring
13 Answers Bank Of America, IBM,
which is the most complex job in your career? Please tell me answer?
pls ,tell me good Training centre with Job Oppertunity for Data stage in chennai?
Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
In merge stage can we update the values?
Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq