How to migrate the code FROM development to QA and QA to
production?
Answer / avijit
List down all your objects first.
then checkin the code to EME.
create tag for the objects to be migrated.
now share the tag and objects list with the migration team and they will do it for you.
Developer generally never migrate.
| Is This Answer Correct ? | 5 Yes | 2 No |
How transaction file different from that of a sort file?
Explain what is the architecture of abinitio?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Describe the Evaluation of Parameters order.
What is rollup component?
how many types of project we can create in Abinitio? I mean public,private.......etc?
what is the difference between ab_work_dir and .work
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you
what is the output when -1 is put in select_expr of FBE?