Describe step by step the process of creating tag and savefile for migration
Answer / anonymous
air tag create <tag name> eme path
air promote save <tag name>.save <tag name>
this will create the save file which will be the same name as the tag with the .save extension
once the save file is promoted, you can sftp it to higher environment that would be SIT and UAT once it is done, you can go to those environment and fire the below command where you have migrated the save file:
air object load <save file name>
| Is This Answer Correct ? | 6 Yes | 0 No |
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 is publickey and private key?what is the use of this two keys?
Where $mpjret is used in ab-initio?
Is it possible to create a parameter in the component?
how to insert/update a csv file by comparing it with another csv file?
What do you know about partition and also tell us about partition components in abinitio?
i need help from u. i want to learn abinitio. please provide pdfs or material or books.
what is the syntax of m_dump command?
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
hi, am put into Ab initio now. I need some material for to learn it!! i have to give a test also.. can anyone help me provide material please....
How data is processed and what are the fundamentals of this approach?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999