How we copy a program from production region to development
region.What is the process & syntax ?
Answer Posted / 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 |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the utilization of copybook in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the esds vsam file formats from cobol programs
Write a program to enter and display the names of students in a class using the occurs clause.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name the divisions, which are available in a cobol program?
i need a small 3d program using inline and outline.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which mode is used to operate the sequential file?