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 is Audit table?Have u use audit table in ur project?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE THERE?WHAT LOGIC?
What are orabulk and bcp stages?
AGGREGATOR default datatype
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
What is container and then types?
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?
How to work with XML out put stage? Please explain step by step? i need to generate XML file using Table data. Given is the .XSD file. Please help?
What is apt_config in datastage?
Hi all, can u explain header and trailer records in file? If a file has header and trailer /master-detail records how will you read it in datastage?
1.which index is follows the dimensions tables?why? 2.what is the use of trigger in job sequence? 3.what is the mean of optimization? 4.what is the job control?when we use it? what is difference bet batch and sequencer? 6.seq--->seq,seq--->copy--->seq which one is best and efficient?