how to access the file from prodution from changeman tool
and to submit a file to production
Answer Posted / nag(igate)
using the checkout option to extract the file from
production.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between goback, stop run and exit program in cobol?
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.
A table has two indexes defined. Which one will be used by the SEARCH?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write the code to count the sum of n natural numbers.
What are the rules of the move verb?
Explain how you can characterize tables in cobol?
what is the use of outrecord?
How to know whether the module is dynamical or statistical?
Why would you use find and get rather than to obtain?
What is difference between static and dynamic call in cobol?
In COBOL, what is the different between index and subscript?
What is the compute verb? How is it used?