How we copy a program from production region to development
region.What is the process & syntax ?
Answer Posted / sreeram
The above ans are correct. Below find clear details how can
we do in changeman.
1. checkout component from prod version of component in
changeman
2. make a changes on the top of the code
3. promote to prod
if you need any more details just mail to me
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the esds vsam file formats from cobol programs
What are the access modes of START statement?
How do we get current date from system with century in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is rmode(24)
Differentiate between structured cobol programming and object-oriented cobol programming.
Define static linking and dynamic linking.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
) what is the difference between AID and HANDLE AID?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different types of condition in cobol and write their forms.
What is link edit in cobol?
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.