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 |
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
in job of 30 one job is very slow due to this entire job is very slow how can u know which job is slow?
I have 3 jobs A,B and C , which are dependent each other. I want to run A & C jobs daily and B job run only on sunday. how can we do it?
What is the difference between Datastage 7.5 and 7.0?
what is parameterset?
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
Source flat file contains src --- 1 2 ' ' ' 18 we had 3 targets T1 T2 T3 -- -- -- 1 4 7 2 5 8 3 6 9 10 13 16 11 14 17 12 15 18 How can i get? **Using only datastage, but not unix or any other. I am expecting the answer soon.. Thanks in advance.
Parallel job contains more than 20 stages. I want to find out which stage is more performance incentive.
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
How do you import and export the datastage jobs?
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?
if the source file is CID,CCODE,CONNDATE,CREATEDBY 0000000224,1000,20060601,CURA 0000000224,2000,20050517,AFGA 0000000224,3000,20080601,TUNE 0000000225,1000,20020601,CURA 0000000225,2000,20050617,AFGA 0000000225,3000,20080601,TONE AND TARGET is oracle following are the validations cid loaded with unique records leading zeors has to be deleted while loading cid in target load only customer who got early connected to company conn_date should be loaded into oracle date format cid datatype is varchar2 in target conn_date is data datatype ccode is varchar2 0000000224,1000,20060601,CURA 0000000224,1000,20060601,CURA