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 utilization of copybook in cobol?
how do you reference the rrds file formats from cobol programs
Write down the divisions of cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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.
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.
In COBOL programming, what is PERFORM? What is VARYING?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the esds vsam file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Explain what you understand by passing by value.
What is static and dynamic call in cobol?