How we copy a program from production region to development
region.What is the process & syntax ?
Answers were Sorted based on User's Feedback
Answer / vish
I don't think that such type of questions can be ever asked
in any interview but still trying to ansewr to this
question. Every system uses some tools for code management
(to be very specific code version management) e.g. ENDEVOR,
CHANGEMAN, PANVALET, ELIPS etc. Almost all such tools
provide an option to copy the code from production region
to a local PS/PDS. And there will be another option to copy
the code from local PS/PDS to development region. Normally
these tools do not provide a facility to copy a code
direclty from production to dev region. If they provide
then use the option to copy it else copy the code to local
PS/PDS then from there move it to Dev region.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shailendra
we use for to make copy production to development or
oppsite
there is tool called 1.endevor
2.changman
these tool called version controler tool.
when we want any update in production job so according to
requirment we take a copy of latest version of production
job,& update it then put it again to the prodution it
automatically taken as lastest version in the system, at
the next cycle for runing your latest programme will
execute.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sreeram
The above ans are correct. Below find clear details how can
we do in changeman.
1. checkout component from prod version of component in
changeman
2. make a changes on the top of the code
3. promote to prod
if you need any more details just mail to me
Is This Answer Correct ? | 3 Yes | 0 No |
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
What are options have been removed in COBOL 11?
How do u write test cases?
Explain how to differentiate call by context by comparing it to other calls?
comp-3 field occupy?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
what is the minimum number of lines a Cobol program should have to successfully compile and run
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
1.What is the default print format in cobol?
What is the maximum data length for Numeric DataType ?