Question

On the web side we are working on getting source control. Now, I want to see what can be done for the iSeries side. What is your favorite source control application for iSeries and why? I am looking for low-cost if possible.

Was it helpful?

Solution

The two most common source control packages for the iSeries are Turnover and Aldon. Neither are low cost but integrate well with the iSeries.

I prefer Turnover. It flawlessly handles production installs to both a local and remote iSeries.

OTHER TIPS

Don't forget about MKS Implementer ;)

If you're using the WebSphere Development Studio or Rational from a PC then any source control system that will play nicely with that is an option if you don't want to shell out for the native iSeries one.

We use Aldon for our COBOL, CL, DDS code and it does a really good job. I don't know about the cost of it. There's a plug-in for the WebSphere Development Studio. Just about any source control option could handle archiving/versioning the source code, but Aldon excels at handling the compilation and deployment from dev to QA to production environments. It can keep different library lists for each, for example, and change them dynamically for compiling in different environments. It will even push code to other LPARs, if your dev and prod environments are not on the same LPAR.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top