1

Mainframe Modernization Jobs in Virginia (NOW HIRING)

Mainframe Developer McLean, VA Fulltime Strong hands-on experience with COBOL (Batch & Online ... modernization, optimization, and documentation initiatives Provide knowledge transition and ...

next page

Showing results 1-20

Mainframe Modernization information

See Virginia salary details

$10

$52

$71

How much do mainframe modernization jobs pay per hour?

As of Jun 10, 2026, the average hourly pay for mainframe modernization in Virginia is $52.92, according to ZipRecruiter salary data. Most workers in this role earn between $46.73 and $60.05 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive in the Mainframe Modernization position, and why are they important?

To thrive in Mainframe Modernization, you need expertise in legacy mainframe systems, programming languages like COBOL, and modern software development methodologies, often backed by a degree in computer science or a related field. Knowledge of tools such as IBM z/OS, migration frameworks, cloud platforms (like AWS, Azure), and relevant certifications (e.g., AWS Certified Solutions Architect) is highly valuable. Strong analytical thinking, problem-solving ability, and effective communication skills help you succeed in cross-functional environments. These skills are crucial for executing system upgrades, ensuring minimal downtime, and facilitating smooth transitions to modern technology platforms.

What are some typical responsibilities and daily tasks in a Mainframe Modernization role?

In a Mainframe Modernization role, you can expect to analyze and document legacy mainframe applications, design modernization strategies, and implement solutions that migrate or integrate these systems with newer technologies. Your days may involve collaborating with business analysts, developers, and project managers to prioritize features and minimize business disruption, as well as troubleshooting integration issues. Many professionals also monitor system performance post-migration and help train end-users on the new platforms. This position often requires balancing hands-on technical work with effective communication across diverse teams to ensure project success.

What is a Mainframe Modernization job?

A Mainframe Modernization job involves updating, reengineering, or migrating legacy mainframe applications to modern platforms, technologies, or cloud environments. Professionals in this role assess existing mainframe systems, identify optimization opportunities, and implement strategies to enhance performance, scalability, and integration with modern IT architectures. They may use approaches like rehosting, refactoring, or replacing applications to reduce costs and improve agility. The job typically requires expertise in legacy systems (e.g., COBOL, DB2) and modern cloud or microservices architectures.

What are the most commonly searched types of Mainframe Modernization jobs in Virginia? The most popular types of Mainframe Modernization jobs in Virginia are:
What are popular job titles related to Mainframe Modernization jobs in Virginia? For Mainframe Modernization jobs in Virginia, the most frequently searched job titles are:
What job categories do people searching Mainframe Modernization jobs in Virginia look for? The top searched job categories for Mainframe Modernization jobs in Virginia are:
Mainframe Modernization SME with Security Clearance

Mainframe Modernization SME with Security Clearance

IBM

Hampton, VA

$43 - $55.25/hr

Other

Posted 4 days ago


IBM rating

7.9

Company rating: 7.9 out of 10

Based on 72 frontline employees who took The Breakroom Quiz

99th of 188 rated software companies


Job description

A career in IBM Consulting is built on long-term client relationships and close collaboration worldwide. You'll work with leading companies across industries, helping them shape their hybrid cloud and AI journeys. With support from our strategic partners, robust IBM technology, and Red Hat, you'll have the tools to drive meaningful change and accelerate client impact. At IBM Consulting, curiosity fuels success. You'll be encouraged to challenge the norm, explore new ideas, and create innovative solutions that deliver real results. Our culture of growth and empathy focuses on your long-term career development while valuing your unique skills and experiences. Your role and responsibilities Must currently play a leadership or decision maker role on one or more technical teams, evaluating technologies or design patterns and overseeing their implementation from concept to working product. Responsible for hands-on technical delivery of mainframe modernization engagements including legacy code analysis, cloud-native microservices architecture, database migration, batch processing migration, Kubernetes deployment, and CI/CD automation. Must be able to independently analyze legacy COBOL/JCL/VSAM systems, design and implement modern Java/Spring Boot replacements, build and manage relational database schemas, deploy to cloud Kubernetes environments, and troubleshoot end-to-end across the full modernization stack. Support marketing activities for related offerings. Assist with technical write-ups for proposal responses. Participate in weekly and monthly team meetings. Other similar professional duties may be assigned as needed. Support delivery of mainframe modernization engagements. Required education Bachelor's Degree Preferred education Bachelor's Degree Required technical and professional expertise * Must possess at time of hire and have the ability to maintain a Secret Clearance
* Provide methods, tools, techniques expertise related to mainframe modernization. Lead hands-on technical delivery of legacy mainframe-to-cloud migration projects including COBOL/JCL inventory analysis, cloud-native microservices development, relational database schema design, Kubernetes deployment, and CI/CD pipeline engineering.
* Ability to read, analyze, and decompose production COBOL programs, JCL jobs, VSAM datasets, copybooks (COPY/COPYLIB), and embedded SQL. Understand mainframe batch processing patterns including sequential file I/O (QSAM), KSDS/ESDS/RRDS VSAM operations, SORT/MERGE utilities, IDCAMS, IEBGENER, and conditional step execution via return codes and COND parameters. Map legacy data structures (PIC clauses, COMP-3 packed decimal, EBCDIC encoding, implied decimals, overpunch signs, binary COMP fields) to modern equivalents. Understand JCL PROC parameterization, GDG management, and JES job scheduling.
* Design and implement microservices using modern frameworks (Spring Boot, Spring Batch, or equivalent). Build batch processing jobs that replicate mainframe batch pipelines including chunk-oriented processing, database-driven paging readers, step-scoped components, and job parameterization. Implement ORM entity mappings with correct schema qualification, data type precision/scale for financial numeric types, and JSON column mappings. Build REST APIs for job triggering and operational status.
* Design and maintain relational schemas across multiple database schemas. Write and debug complex SQL including multi-table JOINs, window functions, aggregations, and conditional filtering. Manage database initialization scripts, ALTER TABLE migrations for running databases, and schema drift detection by comparing ORM entity definitions against actual database DDL dumps. Handle UUID primary keys, generated columns, partial indexes, sequence management, and schema-level isolation for batch vs. transactional data.
* Deploy containerized microservices to Kubernetes (EKS, AKS, GKE, or OpenShift). Build Helm charts with ConfigMaps, Secrets, Ingress, and service definitions. Configure managed relational database services, object storage, and container registries. Understand government cloud constraints including hardened base images, service account authentication, and restricted registry access. Troubleshoot pod failures, resource limits, and cross-service connectivity.
* Build and maintain CI/CD pipelines (GitLab CI, Jenkins, GitHub Actions, or equivalent) with multi-stage builds. Automate container image builds, database schema setup, multi-service builds (10+ services), and Helm deployments. Handle air-gapped and restricted environments requiring image mirroring and alternative build tooling (BuildKit, Kaniko).
* Translate mainframe batch job flows (JCL PROC chains with COND parameters, multi-step jobs) into modern batch processing pipelines with steps, tasklets, and chunk processing. Implement data converters for packed decimal (COMP-3), signed numeric (overpunch), implied decimal, and EBCDIC-to-ASCII translation. Build fixed-width file readers/writers that map COBOL copybook field layouts to modern data structures. Design staging table patterns for transaction processing pipelines. Replace mainframe utilities (IDCAMS, DFSORT, IEBGENER) with programmatic equivalents.
* Diagnose and fix runtime errors across the full modernization stack: SQL grammar errors from column/table mismatches, ORM entity mapping failures, data type truncation errors, missing column errors from schema drift, and ambiguous column references in JOINs. Compare production database DDL dumps against application code (entity definitions and native SQL queries) to identify and resolve discrepancies. Generate targeted database migrations for running systems without downtime.
* Decompose monolithic mainframe applications into bounded-context microservices. Design service boundaries based on mainframe program groupings and functional domains. Implement shared libraries with COBOL data converters, VSAM-equivalent database readers, mainframe utility replacements, and report writers that replicate mainframe print output (SYSPRINT/SYSOUT). Manage cross-service dependencies and shared schema access patterns.
* Experience with containerization (Docker/Podman), container orchestration (Kubernetes), object storage (S3/MinIO), message brokers (Kafka), caching (Redis), API gateways, monitoring and observability (Prometheus/Grafana), distributed tracing (Jaeger), workflow orchestration (Airflow), and identity management (Keycloak/OAuth2). Understand infrastructure-as-code for cloud-native deployments. Assist the Tech Lead coordinate tasks
* Proficiency using AI coding assistants (Claude Code, GitHub Copilot, or equivalent) to accelerate mainframe modernization tasks including legacy code analysis, schema reconciliation, test generation, and bulk code migration. Ability to effectively direct AI tools for complex multi-file refactoring, cross-service debugging, and documentation generation. Preferred technical and professional experience • Experience with government mortgage-backed securities or similar federal financial systems (3+ years) • Experience with IBM mainframe z/OS, TSO/ISPF, JES2/JES3 (3+ years) • Knowledge of financial industry file formats and electronic payment processing (2+ years) • Frontend development (React/TypeScript) for admin dashboards or terminal emulators (2+ years) • Experience with API mocking frameworks for service virtualization during migration • Knowledge of FedRAMP/FISMA compliance requirements for government cloud deployments

What IBM employees say

Pay

Benefits

Hours and flexibility

Workplace

Get the full story on Breakroom


IBM logo

About IBM

Sourced by ZipRecruiter

At IBM, work is more than a job - it's a calling: To build. To design. To code. To consult. To think along with clients and sell. To make markets. To invent. To collaborate. Not just to do something better, but to attempt things you've never thought possible. Are you ready to lead in this new era of technology and solve some of the world's most challenging problems? If so, lets talk.

Industry

It services

Company size

10,000+ Employees

Headquarters location

Armonk, NY, US

Year founded

1911

Social media