) Layout? What is the Dataset & Program Component Layout
Answers were Sorted based on User's Feedback
Answer / guest
For dataset component layout means from/to where it
reads/writes the data.
For program Component layout means where the program
component writes intermediate files.
Thanks,
Ritwik
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
What is the role of co-operating system in abinitio?
How can we RUN a graph in UNIX?
. How we can remove temp files of a failed job if .rec is not available
What are the prioritized Rules in as Transform function
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
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
If you check in one file twice in EME, one with a tag and second without a tag - Will the version number change ? How to use in abinitio graph?
Explain what does dependency analysis mean in abinitio?
how can you convert 3 way to 7way partitioning in abinitio?
. How can you run a graph continuously without using continuous components ?
Can you read multiple input files using one input file component ? (Same DML) How to use in abinitio graph?
How do you convert 4-way mfs to 8-way mfs?