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
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the variable block file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.
A table has two indexes defined. Which one will be used by the SEARCH?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between comp and comp-3 usage?
What type of SDLC u followed? Why?
Describe the cobol database components?
Which Search verb is equivalent to PERFORM…VARYING?
How do get the result of your program directly on your pc?
Write a program to explain size error.
What are all the divisions of a COBOL program?
What are the different data types in cobol?
For rewrite, why is it mandatory that file needs to be opened?