) Layout? What is the Dataset & Program Component Layout
Answer Posted / satyaban nandi
Layout is the specification of location from where the data
flows into the component.
It may be of:
• Propagate from neighbors,
• Component,
• URL(from any file)
• or from Database.
The LAYOUT specifies: The location of serial files, the
number and locations of the partitions of multifiles, the
number of, and the locations in which, the partitions of
program components execute
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of having stored procedures in a database?
What is data mapping and data modelling?
How do you add default rules in transformer?
What are the six data process products of ab initio (architecture of ab initio)?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?
What are the key elements of a data processing system?
how to insert/update a csv file by comparing it with another csv file?
What is the max core of a component?
Mention what is abinitio?
What is the purpose of having stored procedures in a data-based?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What are the benefits of data processing according to you?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
can we perform checkin and checkout through sandbox?