Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


State the various causes of s0c1, s0c5 and s0c7.

0 Answers  


what are the isolation levels and where we use it in the db2 program

3 Answers   TCS,


What is the size of s9(19)comp3? explain

8 Answers  


What are literals?

0 Answers  


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


88 class is used for

5 Answers   CTS, EDS,


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


When is inspect verb is used in cobol?

0 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  


Categories