difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
CTS,
2828Difference between private project parameters ,public project parameters and common project parameters?
1 7619How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?
2101To which project that prefix will set is to private project or public project or both?how and where to set?
1849what is the project environment(for each project the environment is same or different to different project)?
2219I have a DML in my local system the location is E:/u/home/khaleel/dml how to convert this path to $DML?
1 4233What is the difference between formal and export parameter? Export at what secenario we are going to use?
2624I have $AI-SERIAL/DML------> (SERIAL FILE LOCATION) AND $BDS-SERIAL/DML---------->(what is the location what is mean)?
1 4616How to create project (public,private,common,client) what are the differences between them?
TCS,
1 8565
What is the difference between look-up file and look-up, with a relevant example?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
I am unable to connect sever database(oracle) from gde(db config file) local system.i set all these?
Have you used the rollup component? Describe how?
Difference between output_index and output_indexes in reformat
You can ask about different vector functions. How to use in abinitio graph?
What is the ab initio business rules environment (bre)?
How to add default rules in transformer?
How data is processed and what are the fundamentals of this approach?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
Can anyone give me an exaple of realtime start script in the graph?
what is the use of catlog or catlogfile?
What are the different types of partition components in abinitio?
What are the various types of layout supported by abinitio?
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