Difference between public and private projects and how to make
private to public?
Answer / p j
Reference: ITToolbox.com
1. public projects will contain interface
information, for example, metadata in the shape of DML, dbc connections etc
- Anything to do with an interface.
2. Private projects will contain graphs, the application, anything that
executes and/or processes data
3. Special public projects - These are stdenv and a local-environment
project
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain PDL with an example?
What parallelisms does Abinitio support?
What does it mean by the term 'sort component'?
List out the file extensions used in abinitio?
Mention what is a partition and what are the different types of partition components in abinitio?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
What is the role of co-operating system in abinitio?
Can you explain data flow graph with an example?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What mpjret contains ? How to use in abinitio graph?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
what is the relation between EME , GDE and Co-operating system ?