Page 1 of 1

Mainframe System

PostPosted: Sat Dec 11, 2010 12:40 pm
by reebahs
Hi !

Can a Mainframes System has more than one version control tools ? Can a mainframes be installed with Endever and ChangeMan ?



Thanks In advance.

Re: Mainframe System

PostPosted: Sat Dec 11, 2010 6:51 pm
by Robert Sample
Yes, but why would you want to do that? How would you know which program was is which system?

Re: Mainframe System

PostPosted: Sun Dec 12, 2010 12:13 am
by NicC
And why pay 2 licence fees when one will do?

Re: Mainframe System

PostPosted: Sat Jan 08, 2011 3:59 pm
by rajesh.ibm
hi,
1)in the changeman in 1.4 for checkout option.....how we can take the data from production..i want code and procedure
2)i have a 3 files file1,file2,file3 and i want to increase the size of file 2 (ex..file2 pic x(60)i want to increase 20 that means pic x(80)) i want procedure..in changeman production

Re: Mainframe System

PostPosted: Sat Jan 08, 2011 6:10 pm
by steve-myers
Both Endevor and Changeman can be on the same system. Neither product controls the programs that run the system; this is done by an IBM program called SMP/E.

Your site management defines the procedures to run both Changeman and Endevor. I doubt that you could get a valid answer from this board.

Your second question is more complex. The usual meaning of "increase the size of file" is that you want to add more data at the end of the file. However, you add that you want to increase the size of individual records in the file. This is more complex. What you have to do is -
  • Make 100% certain that your management approves this change, and how you propose to implement the change.
  • Locate every program that uses file 2.
  • Update every program to use the new data definition.
  • Write a program to translate file 2 to the new format.
  • Build replacement file 2 data for every real occurance of the file.

Re: Mainframe System

PostPosted: Sat Jan 08, 2011 8:02 pm
by NicC
Also, start a new topic for a new question as stated in the rules which you should have read before posting.

As for wanting code nd procedures - ~I do not think code is required and procedures are up to your site so ask colleagues. Also read the manual/ask colleagues about how to go about changing things in Changeman. Better yet, ask to go on their course to familiarise with how Changeman is used in your establishment.