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 |
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
how to configure databases through datastage
Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?
how to call sequential generator in datastage?
HOW CAN WE SEE THE DATA IN DATASET?
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????
How to manage date conversion in Datastage?
How can we improve the performance in datastage?
How complex jobs are implemented in datstage to improve performance?
What is the importance of the exception activity in datastage?
What are the repository tables in datastage?
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2