Tell me the syntax of Configuration file?
below is the Syntax for the 1 node configuration:
{
node "node1"
{
fastname "<ServerName>"
pools ""
resource disk "<Path, where the DataSets(Data Files)
get saved>" {pools ""}
resource scratchdisk "<Path for Buffer work like
SORT etc operations>" {pools ""}
}
}
| Is This Answer Correct ? | 7 Yes | 1 No |
Please tell me What is difference between 8.0 and 8.1
Main Function of the Staging area in DWH ?
Can we use Round Robin for aggregator?is there any benefit underlying?
Wat is pre-load in Hashed file
what is the use of DSattchJob?DetachJob? where can we find it?
What are stage variables?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
i having source like emptable,dept table and combined purpose using for the join stage but join stage which partition techq will be prefored? pls given the ans?
Difference between server jobs & parallel jobs?
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
1)How to Duplicate Records Delete in Sequential file?