Answer Posted / subhash
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 |
Post New Answer View All Answers
How to manage date conversion in Datastage?
On which Dimension Table you implemented SCD Type in your Project
what is ds administrator used for?
What is use Array size in datastage
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What is difference between server jobs & parallel jobs?
How to implement complex jobs in data stage?
How to RD using transformer?
Describe link sort?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
What are system variables and sequencers in datastage
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
What are transforms and what is the differenece between routines and transforms?
how to write server Routine coding?