How to migrate the code FROM development to QA and QA to
production?
Answer Posted / 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 |
Post New Answer View All Answers
What are the facts that can compromise data integrity?
Can you explain the co>operating system’s processing model?
What are the primary keys and foreign keys?
Tell us about the architecture of abinitio.
Within a cursor, how would you update fields on the row just fetched?
what is the use of catlog or catlogfile?
What do you mean by the overflow errors?
What is common among data validity and data integrity?
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?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
What are the types of data processing you are familiar with?
Explain about ab initio’s dependency analysis?
What is sort component in abinitio?
What are the six data process products of ab initio (architecture of ab initio)?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?