whats relation between configuration file and datasets?
Answers were Sorted based on User's Feedback
Datasets- Preserves the Partitions. i.e, Data in the
datasets store on diff nodes which specified in the Config
File.
Resource Disk path in the Config File specifies in which
locations the data(Dataset's data) store.
Dataset contains: Data File and Schema file
Schema file(contains header and address of data file)stores
in dataset path(which we mention in the job)
Data File store in the Resource Disk Path, which specified
in the config file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sriharsha vemuri
Datastage jobs determine which node to run the process on,
where to store the temporary data, where to store the
DATASET data, based on the entries provide in the
configuration file
Based on the entries provide in the configuration file the
decision for storing the Dataset date happens.
| Is This Answer Correct ? | 0 Yes | 2 No |
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
How to lode data in sequntional files perform faster?
What are routines in datastage?
What is oci?
In which situations we can use normal and sparse lookup stages
I have 2 Files like fileA fileB Output1 Output2 Output3 1 6 1 6 11 2 7 2 7 12 3 8 3 8 13 4 9 4 9 14 5 10 5 10 15 6 11 7 12 8 13 9 14 10 15 please let know
where we use column generator stage in real time scenario?
Explain the scenarios where sequential file stage runs in parallel?
whats relation between configuration file and datasets?
how to handle null values in sequential file?
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
What is job control?