Page 1 of 1

What is the equivalent of Code Deployment in Mainframes?

PostPosted: Wed Dec 03, 2008 4:09 pm
by Peter
Please le me know if anybody knows What is the equivalent of Code Deployment in Mainframes?
say The developer would develop a code and then this code needs to be compiled and then moved to the Production environment, how this can be done ? Procedure for doing this.

Re: What is the equivalent of Code Deployment in Mainframes?

PostPosted: Wed Dec 03, 2008 7:49 pm
by dick scherrer
Hello,

Deploying code is known by multiple names on the mainframe - the customization and use of each is quite site-specific.

The entire range of source management and configuration management may be part of "code deployment". The mechanics used are quite different from site to site. Some organizations use 2 tiers - test and prodution. Some use development, test, user acceptance, production, and an "emergency repair" tier.

In all of these, code is written/changed at the lowest level and then "promoted" to the next level (unless dealing with an emergency on a system that provides an emergency repair environment).

This is not like Windows and Visual Source Safe or Team Foundation Services, though many of the goals are similar.

Re: What is the equivalent of Code Deployment in Mainframes?

PostPosted: Tue Feb 17, 2009 5:26 pm
by Peter
Thanks for the informaion Dick.. :)

Re: What is the equivalent of Code Deployment in Mainframes?

PostPosted: Wed Feb 18, 2009 1:45 am
by dick scherrer
You're welcome :)

d