How we copy a program from production region to development
region.What is the process & syntax ?

Answers were Sorted based on User's Feedback



How we copy a program from production region to development region.What is the process & synta..

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

How we copy a program from production region to development region.What is the process & synta..

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

How we copy a program from production region to development region.What is the process & synta..

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

Post New Answer

More COBOL Interview Questions

how many bytes does s9(7)COMP-3 field occupies?

6 Answers   ADP,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?

4 Answers   IBM,


Write some characteristics of cobol as means of business language.

0 Answers  


How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.

7 Answers   Financial Services,






I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


How will you find the currepted records in a file

2 Answers  


what is the difference between external and global variables?

1 Answers  


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


COMP?

2 Answers  


Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?

14 Answers   Accenture, TCS,


Categories