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

how do you define single dimensional array and multidimensional array in your cobol?

667


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8156


Difference between array and sub-script ?

1159


how to convert the recors form vsam file to db2 table tru file aid

2757


How to remove 2 duplicate records and copy only one using job control language?

737






I have a File that has duplicate records. I need only those records that occur more than thrice.?

8637


Write a program that uses move corresponding.

668


What is link edit in cobol?

748


What guidelines should be followed to write a structured cobol prgm?

668


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.

928


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


what is the difference between COBOL2 AND COBOL390?

2447


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

639


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.

5673


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

668