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
how to access the file from prodution from changeman tool and to submit a file to production
Why occurs cannot be used in 01 level in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is an in line perform? When would you use it? Anything else you wish to say about it.
IF I mention stop run in CICS what happens?
how to refer the data field?
How to print 10 to 1 if the input have only 10 digit number?
What are the pertinent COBOL commands?
What are different data types in cobol?
What are literals?
explain sorting techniques in cobol program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is a report item?
What are the different rules for performing sort operation?
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