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 |
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what is the minimum number of lines a Cobol program should have to successfully compile and run
1.Can we define condition-name conditions in FD entry.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
which is better comp or comp-3 in terms of memory utilization?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
perform I from 0 by 1 until I=5?How maney times it will executes
how to resolve the file status 47.......
which one is better among static call and dynamic call?
wht is the diff b/w if and evaluate stmts ?
Can we move X(7) to S9(7) COMP?