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 to get the unique records on multiple columns by using sequential file stage only
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
What are the types of views in datastage director?
How to read the length of word in unix?
What is the differentiate between data file and descriptor file?
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?
how to call routines in stages?
my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage
How do u view log file for a particular job?
What are the areas of application?
How to transfer file from one system to another system in UNIX?which command to be use?
How can we do null handling in sequential files