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
Can we change the password using ALTER? anyone tried and changed?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) what is the difference between AID and HANDLE AID?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Which mode is used to operate the sequential file?
How are the next sentence and continue different from each other?
What guidelines should be followed to write a structured cobol prgm?
How do define dynamic array in cobol.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Why occurs cannot be used in 01 level in COBOL?
Name the sections present in data division.
What is the usage of comp fields in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?