how to find out number of records imported into source file?
Answer / shanthi
DS Job Monitor is available in DS Director.job Monitoring
will help you to know the particular job how many records are
processing/processed for each and every stage inside the
job.
Is This Answer Correct ? | 6 Yes | 0 No |
What is aggtorec restructure operator?
how to find out number of records imported into source file?
What is the method of removing duplicates, without the remove duplicate stage?
On which interface you will be working as a developer?
Hi this madan, in data stage one file in Empno 12345678910 in a table, i want target is Empno 1 2 3 4 5 6 7 8 9 10
How to create user defined environment varibale(parameter)?
HOW CAN WE SEE THE DATA IN DATASET?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables?chandu how can i implement scd typ1 and type2 in both server and in parallel?chandu field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the ,inthe fields?
what is set mapping in datastage??
input like 2 7 8 9 5 1 7 3 6 output:2 5 6 how to find out this plz explain?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.
What is difference between symmetric multiprocessing and massive parallel processing?