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 |
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What divisions, sections and paragraphs are mandatory for a COBOL program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
what is MSGLEVEL?
what happens if we dont close cursor in db2-cobol pgm?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Under which scenario you would go for a static call as opposed to dynamic call?
What is the LINKAGE SECTION used in COBOL?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
At the minimum, which division of COBOL is enough to be coded?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....