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 |
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Define Merge?
How many jobs in ur project? Explain any complex job u have done in ur project?
Highlight the main features of datastage?
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
What are the different plug-ins stages used in your projects?
how do u capture duplicates through sort & transformer
Define Data Stage?
Define Job control?
insequential file 2header avaliable,and 100 records avaliable.how to skip the 2 headers and load 100 records target?
If the job aborted in a sequencer, how can we start that from the previews successful job.
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