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 is the difference between next sentence and continue in cobol programing language?
Can you please let me know the centre name of INS certification in Kolkata.
How to print 10 to 1 if the input have only 10 digit number?
How do u write test cases?
Which Search verb is equivalent to PERFORM…VARYING?
how to convert the recors form vsam file to db2 table tru file aid
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are all the divisions of a COBOL program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Have you used comp and comp-3 in your project? And how?
What the difference is between continue and next sentence?