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


Please Help Members By Posting Answers For Below Questions

What are all the divisions of a COBOL program?

660


What is the difference between external and global variables in COBOL?

811


What is comp-1 and comp-2?

756


What are the various section in data division and briefly explain them.

692


What is the problem of ordered sequential files access?

692






What is the difference between Global and External Variables?

660


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?

695


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1926


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5051


how do you reference the variable unblock file formats from cobol programs

743


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1111


How can you get the ksds file records into your cobol program?

639


Difference between cobol and cobol-ii?

704


Name the sections present in data division.

697


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646