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


Please Help Members By Posting Answers For Below Questions

How do you reference the following file formats from cobol programs?

695


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


In which area will you utilize 88 level items in cobol?

722


Can we change the password using ALTER? anyone tried and changed?

1548


Write a program that uses move corresponding.

673






Difference between cobol and cobol-ii?

707


) How do u handle errors in BMS macro

1511


What are the different data types in cobol?

797


Differentiate between structured cobol programming and object-oriented cobol programming.

668


What is difference between static and dynamic call in cobol?

777


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1116


What the difference is between continue and next sentence?

662


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825


What is the difference between Call and a Link?

700


What is amode(24)?

684