View previous topic :: View next topic
|
Author |
Message |
shakti
New User
Joined: 20 Jan 2004 Posts: 42
|
|
|
|
I am new to mainframe and my question is below.
I changed the CICS_DB2 program and how version control is managed ?
Thanks in advance.
Shakti |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello Shakti,
there are 2 aspects to it:
The version controlling is done at 2 level:
1) At programmer level:
When you make any changes to your programs, you use tools like ELIPSE, CHANGEMAN, LIMA etc.
So if at all any production program is to be modified, it is staged to the staging library, and then depending on the tool, it is either brought to individual library for modifications or it is modified in the staging library (Packages in case of Changeman)
2) At the System level:
You have modified a CICS_DB2 program, now you want your system to identify this modified program,
For this to happen, you will have to compile the program and NEWCOPY it, so that it's load libraries are accessible to the system (the current version of the load libs are overridden by the new ones)
This NEWCOPY will tell the CICS that it needs to pick up the latest load libs from the library.
Hope this helps.
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
shakti
New User
Joined: 20 Jan 2004 Posts: 42
|
|
|
|
Hi,
Thank you very much and i would like to know the resoures for natural/adabas to start with.
Thanks and regards!
Shakti |
|
Back to top |
|
|
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 37 Location: Trivandrum
|
|
|
|
Hello,
Could u pls tell me whats the difference between Endevor and changeman.
Thanks
Hari. |
|
Back to top |
|
|
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
Changemen and Endevor both are Version Control tolls but both are coming from diff vendors. |
|
Back to top |
|
|
|