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 |
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 please send me answer this question my mail
How to convert alpha Numeric values to alpha using functions?
what is main difference between change capture and change apply stages
What is the difference between odbc and drs stage?
How complex jobs are implemented in datstage to improve performance?
Differentiate between validated and Compiled in the Datastage?
Give example for FACTLESS FACT TABLE in real-time scenario.
Suppose take my name "Reddyvaraprasad" From source it is coming Reddy vara prasad Need to get As Reddyvara prasad/
how to abort the job its matain duplicates?
Can you explain tagbatch restructure operator?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage