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 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

1269


how do you reference the rrds file formats from cobol programs

1652


Write down the divisions of cobol program?

1332


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1381


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1496


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6661


In COBOL programming, what is PERFORM? What is VARYING?

1204


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1391


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1379


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2133


Why did you choose to work with ibm mainframe cobol programming?

1156


how do you reference the esds vsam file formats from cobol programs

1265


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2434


Explain what you understand by passing by value.

1198


What is static and dynamic call in cobol?

1113