No more typing reviews! Try our Samantha, our new voice AI agent.

BMC AMI DevX vs Rocket ChangeMan ZMF (formerly a Micro Focus product) comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 15, 2026

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

BMC AMI DevX
Ranking in Software Configuration Management
1st
Average Rating
8.0
Reviews Sentiment
6.1
Number of Reviews
20
Ranking in other categories
Debugging (6th), Database Development and Management (16th), Mainframe Application Development (1st), Test Data Management (5th), Mainframe Testing Tools (1st), Data Masking (4th), AI Software Development (217th)
Rocket ChangeMan ZMF (forme...
Ranking in Software Configuration Management
6th
Average Rating
7.6
Number of Reviews
3
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of May 2026, in the Software Configuration Management category, the mindshare of BMC AMI DevX is 10.6%, down from 29.7% compared to the previous year. The mindshare of Rocket ChangeMan ZMF (formerly a Micro Focus product) is 9.1%, up from 8.1% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Software Configuration Management Mindshare Distribution
ProductMindshare (%)
BMC AMI DevX10.6%
Rocket ChangeMan ZMF (formerly a Micro Focus product)9.1%
Other80.3%
Software Configuration Management
 

Featured Reviews

FI
Devops Engineer / Ispw Admin at a insurance company with 201-500 employees
Tight deployment controls have secured production and simplified complex release rollbacks
The best feature of BMC AMI DevX Code Pipeline that impresses me is the fallback functionality. The fallback functionality impresses me because when developers deploy large releases involving multiple components, such as COBOL programs, underlying copy books, and CICS modules, backing out changes would typically become a nightmare. With ISPW, developers can back out the entire release or entire package. If they deployed 100 components and want to back out everything, they can do so with one function and back out all components without worrying about backing out each individual component. They can back out the entire deployment set, which handles everything and brings them back to the previous versions. Developers can also selectively back out a subset of the deployed components. They also have the ability to revert to not just the most previous version but can go back several versions if they choose to do so. This gives them a lot of flexibility.
reviewer1527093 - PeerSpot reviewer
Development Team Lead at a financial services firm with 10,001+ employees
Very flexible with Johnny-on-the-spot tech support
I would like to see them enable parallel development for online. It's available now for batch stuff on the mainframe. Jenkins, IBM, and Rocket all supposedly already have safe and workable version of Git for the mainframe. With that in mind, we need to know where our feature is. Unfortunately, as good as ChangeMan is, if we're listing downfalls, they should be talking to me about this. Not me having to go talk to them about it. Hopefully, they have this in the works and they are positioning their product for the future. That's just a straightforward comment. It really comes down to whether they are complacent or not. The other thing that should improve is cost. Git, even on the mainframe, a large part of the components "free". They're the way you set them up yourselves and they're self-sustaining and built into the infrastructure. You can't charge me for that. I gave ChangeMan an overall score of eight, but what could drive them to a nine is coming up with a way for all my code that belongs together to be tracked and moved together. Everything should move based upon the mainframe; it needs to be alerted and synchronized.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"The most valuable feature of Topaz is Xpediter, it's more flexible than Xpediter through MVS."
"For bank applications, DB2 is the best on the market."
"Topaz workbench is one of the most integrated into Eclipse that I've seen from the mainframe vendors."
"It does our CICS NEWCOPYs and our Db2 binds for us, whereas before, that was a manual process. It takes a lot of the workload off of the operations folks and off the DBAs."
"I think the most valuable features are code management, code deployment, and code generation. The fact that those three features are included makes BMC Compuware ISPW a robust product. If one of those features was missing, it would be less robust and less interesting. But because it has those three features, it is a very good solution for code development and management."
"We have seen an improvement in the rate and level of quality at which we deploy changes."
"It's a modernized development portal and helps reduce the learning curve for younger people coming in to work on the platform,"
"BMC AMI DevX Code Pipeline is a solid product that any company can benefit from if they want to have tight control and a standard way of deploying applications into production in a secure manner."
"We audit once a year for our ChangeMan access, accurate financial programs, and all of that. Auditors really love ChangeMan for how easy it is to get through and how tight the security is on it. Our internal auditors, external auditors, and SOX editors love this solution. We're in the healthcare business, so HIPAA regulations and all such things are a big deal, and this makes all that really simple."
"Auditors really love ChangeMan for how easy it is to get through and how tight the security is on it."
"Scalability is great. It has absolutely met every need for us so far. We do have some concurrent development paths and we're able to flexibly assign variables. At the same time, our skeletons assemble where we want them to, so the scalability is very good."
"What’s most valuable to me is the ability to compile the code and move it through the test and productions environments."
"Scalability is great; it has absolutely met every need for us so far, and we do have some concurrent development paths where we're able to flexibly assign variables while our skeletons assemble where we want them to, so the scalability is very good."
 

Cons

"There are some features that are not well documented, so documentation could use a little help, on things like setting up deployment and which structures in the database correspond to which tables."
"The area for improvement is related to the testing tools that are available for unit testing or acceptance testing."
"We have noticed that Topaz supported Eclipse environments are rather old. It would be nice if Topaz were compatible with the more current Eclipse releases."
"When you're setting up the parameters for how ISPW will work in your shop, there are a lot of questions that have to be answered... BMC Compuware should have more in-depth explanations about what the choices in each question mean. If you pick A, what does that mean has to happen? What does that impact? If you pick B, what does that mean? What does that impact?"
"It would be good if the vendors would work together or at least have some collaboration between them, so they would know what would work and what wouldn't work. Right now, the way things are working, they're relying on the customer to make everything work."
"I'm always looking for improvement in things like the documentation, to make things a little bit easier and simpler to understand, a place where people can go to troubleshoot issues."
"The area for improvement is related to the testing tools that are available for unit testing or acceptance testing. I know they have some out there that we are not licensed for at this time, but it seems like some of the Eclipse tools that are used for other programming languages, they're all just built-in and they're a little more intuitive to the developers. Making those testing tools as intuitive as possible, and as integrated as possible into the workbench, would be really beneficial."
"I'm waiting to see what 19.2 for Topaz looks like, but I have a problem with the JES Explorer right now. It limits you to a certain prefix for job names and there are some groups that have multiple prefixes that they'd like to see all at once in their job names, because of how they work in a group. And they can't see that in the JES Explorer."
"I would like to see a better search tool."
"I would like to see them enable parallel development for online. It's available now for batch stuff on the mainframe."
"Their technical support is not so good. To be perfectly honest, that's one of the reasons we were looking at other solutions."
"As such, there's nothing wrong with the product. It is great, but there are small things that can be better to make it much more friendly. The way you navigate through fields can be improved. If I'm going to stage a component over something that exists and that I've created in another library, and I want to pull it in and write it over what I've got there in my package, I've got to type in that data set name every time. That can be aggravating. It is not a big deal. The way things are sorted can also be improved. If you're doing a delete of a bunch of components, you can't sort those out by type or anything. Some things are just standard, and you can't look at them in a way that would be helpful."
"I would like to see them enable parallel development for online. It's available now for batch stuff on the mainframe. Jenkins, IBM, and Rocket all supposedly already have safe and workable version of Git for the mainframe. With that in mind, we need to know where our feature is."
 

Pricing and Cost Advice

"In general, Compuware tools are very competitive."
"In terms of pricing, there isn't an extra charge for the parts of it we use. It comes with the licenses we purchased for other products, so no complaints there. The licensing is built in with the other products that you purchase from Compuware."
"I like the seat-based licensing much more than MSU-based licensing, and that the cost has been competitive."
"The price point is great."
"It has saved our developers time and effort when working on documentation, which is now more readable and fluent."
"The only thing I would mention related to the licensing and/or the pricing, is that they have some visualization features in there that are licensed by concurrent users. We're starting to trip up on that. We're looking to probably increase the number of concurrent licenses that we have. But those types of licensing strategies, where they license by concurrent users or the number of seats is confusing for some people. They don't understand why it works sometimes and doesn't work other times."
"It's on a yearly basis. I am not aware of any additional costs."
report
Use our free recommendation engine to learn which Software Configuration Management solutions are best for your needs.
893,915 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
33%
Insurance Company
11%
Manufacturing Company
7%
Computer Software Company
5%
Financial Services Firm
20%
Insurance Company
11%
Outsourcing Company
6%
Non Profit
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business6
Midsize Enterprise1
Large Enterprise16
No data available
 

Questions from the Community

What needs improvement with BMC Compuware Topaz Enterprise Data?
It's a very complicated tool. Sometimes the customer wants better, faster transaction times. They want the solution to move as fast as possible. We're trying to scale and grow our application with ...
What is your primary use case for BMC Compuware Topaz Enterprise Data?
We do development for our customers and we use Topaz to do backend systems for some Latin American banks. It's for enterprise data. It runs on AWS. I'm working on performance testing to do batch pe...
Ask a question
Earn 20 points
 

Also Known As

File-AID, Data for Db2, Code Debug, Data Studio, Workbench for Eclipse, Code Pipeline
Open Text, Micro Focus ChangeMan ZMF
 

Overview

 

Sample Customers

Helvetia, The IMT Group, Hapag-Lloyd, Royal Bank of Canada, Chunghwa Telecom
SPTS Technologies, Generali France, Brown Brothers Harriman & Co. (BBH), Kutxa-Vital-Banco Madrid, Space and Naval Warfare Information Technology Center (SPAWAR ITC)
Find out what your peers are saying about BMC AMI DevX vs. Rocket ChangeMan ZMF (formerly a Micro Focus product) and other solutions. Updated: April 2026.
893,915 professionals have used our research since 2012.