[All remote jobs](https://jobicy.com/jobs.md)Open role[![Softgic logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/80b93c85-221.jpeg)](https://jobicy.com/company/softgic.md)Remote opportunity at[Softgic](https://jobicy.com/company/softgic.md)

# 1775 RPG/AS400 & JD Edwards EnterpriseOne Developer

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/softgic.md)Share1 Aug 2026Published48Listing views1Application actionsManually reviewedTrust & Safety status  Opportunity details

## About this role.

AI SummaryThis remote position seeks a developer with strong hands-on experience in RPG/RPGLE on IBM AS400/iSeries and JD Edwards EnterpriseOne development tools. The ideal candidate will develop, debug, and maintain custom programs, support JDE modules, and manage integrations via APIs, EDI, and SQL. The role requires deep technical expertise across both platforms, troubleshooting production issues, and collaborating with functional and infrastructure teams. It is not an infrastructure admin or functional consultant role; it demands dual technical proficiency.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

4/5EasyHard

### Pace & Pressure

3/5RelaxedFast-paced

### Autonomy Level

4/5GuidedFull ownership

### Communication Load

3/5IndependentCollaborative

AI insightThe role requires proficiency in two complex, legacy platforms (AS400/RPG and JD Edwards EnterpriseOne), which is rare and technically demanding. Troubleshooting production issues across integrated systems adds to the difficulty, making this a challenging position beyond typical single-platform developer roles.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$112,000US market range$85k–$145k0$160k

AI insightThe salary for this role is estimated based on the US market for a dual-skill developer combining AS400 RPG and JD Edwards EnterpriseOne. Given the scarcity of professionals with both skill sets, the median salary is competitive, typically ranging from $85K for junior profiles to over $140K for senior experts. The lack of an explicit salary in the listing suggests market-rate compensation, which should reflect the technical complexity and niche nature of the role.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[RPG](https://jobicy.com/jobs?search_keywords=RPG.md)[RPGLE](https://jobicy.com/jobs?search_keywords=RPGLE.md)[CL Programming](https://jobicy.com/jobs?search_keywords=CL%20Programming.md)[IBM AS400/iSeries](https://jobicy.com/jobs?search_keywords=IBM%20AS400iSeries.md)[JD Edwards EnterpriseOne](https://jobicy.com/jobs?search_keywords=JD%20Edwards%20EnterpriseOne.md)[Object Management Workbench (OMW)](https://jobicy.com/jobs?search_keywords=Object%20Management%20Workbench%20OMW.md)[UBE Development](https://jobicy.com/jobs?search_keywords=UBE%20Development.md)[DB2/SQL](https://jobicy.com/jobs?search_keywords=DB2SQL.md)[Business Functions](https://jobicy.com/jobs?search_keywords=Business%20Functions.md)[EDI Integration](https://jobicy.com/jobs?search_keywords=EDI%20Integration.md)

Cover letter sampleDear Hiring Manager,

I am writing to express my strong interest in the Remote RPG/AS400 & JD Edwards EnterpriseOne Developer position. With over [X] years of hands-on development in RPG/RPGLE and CL on IBM AS400/iSeries, combined with practical experience customizing JD Edwards EnterpriseOne solutions, I am confident in my ability to meet and exceed your technical requirements.

In my previous roles, I have successfully developed and maintained custom RPG programs, designed UBEs and business functions, and resolved complex production issues across integrated systems. I have deep experience with Object Management Workbench, NERs, table conversions, and DB2 SQL, and I thrive in collaborative environments where I can work with functional teams to deliver effective business solutions.

I am particularly excited about this opportunity because it allows me to blend two technical passions: legacy IBM i development and modern ERP customization. I am accustomed to remote work and excel at communicating with international teams at a B2+ English level. I look forward to the possibility of contributing to your projects and would welcome an interview to discuss how my background aligns with your needs.

Sincerely,
[Your Name]

Copy   Sample interview questionsCan you describe a complex custom RPGLE program you developed on IBM AS400 and the business problem it solved?I built an integrated inventory reconciliation program that pulled data from multiple files, performed complex calculations, and updated the JDE F4102 table directly. It replaced a manual process, reduced errors by 30%, and improved nightly processing time from 45 minutes to under 10.

How do you approach debugging a production issue in JD Edwards that involves both a UBE and an RPG program?

First, I gather logs from both the JDE UBE logs and the AS400 job log. I trace the data flow from the report to the RPG program, identify whether the issue is data-related or logic-related, and then isolate the exact step. I use debug tools and may temporarily add trace statements to pinpoint the failure, then apply a fix and test in the lower environment before promoting.

Explain how you would modify a Named Event Rule (NER) in JD Edwards to change business logic, and what steps you take to ensure it does not break existing functionality.

I would open the NER in OMW, analyze the current logic, and make the changes using the Event Rules Design. I would then check all applications that reference that NER and run regression tests. I also review the generated C code or (better) use the JDE test environment to simulate scenarios. Documentation and sign-off from functional analysts are mandatory before moving to production.

What is your experience with DB2 stored procedures and SQL queries in an AS400 environment? Give an example.

I created a stored procedure to automate the extraction of sales data from JDE tables (F4211, F4201) and output it to a flat file for an external CRM. I used embedded SQL in RPGLE and also wrote SQL triggers to synchronize production statuses. This reduced manual data entry and ensured real-time accuracy for the sales team.

How do you approach an integration between JD Edwards and an external system using EDI or APIs?

I start by understanding the business process and the data mapping requirements. For EDI, I use JDE's EDI modules and map the segments to JDE transactions. For APIs, I design the XML/JSON structure, use JDE's web services (via BSSV or orchestrations), and ensure error handling and retries. I test thoroughly in a sandbox, verify data integrity, and monitor production runs.

This is a remote position.

We are looking for a professional with hands-on experience developing in RPG/RPGLE on IBM AS400/iSeries, as well as proven experience with JD Edwards EnterpriseOne development tools.

We are not looking for an infrastructure administrator, a JD Edwards functional consultant, or an AS400 developer without JD Edwards experience. The ideal candidate must be able to work technically across both platforms, troubleshoot production issues, modify existing customizations, and participate in system integrations.

Responsibilities

*

Develop, modify, debug, and maintain RPG, RPGLE, and CL programs on IBM AS400/iSeries.

*

Analyze and resolve technical issues, performance problems, and production incidents.

*

Develop, customize, and support JD Edwards EnterpriseOne solutions.

*

Work with JD Edwards modules such as Financials, Inventory, Distribution, Procurement, and Manufacturing.

*

Develop and modify JD Edwards components, including:

Business Functions

*

UBEs (Batch Reports)

*

Named Event Rules (NERs)

*

Table Conversions

*

Business Views

*

Use Object Management Workbench (OMW) to manage development objects and lifecycle processes.

*

Design and maintain SQL queries, stored procedures, and data processes using DB2.

*

Implement integrations between JD Edwards and external applications through APIs, EDI, flat files, and other data exchange mechanisms.

*

Provide technical and functional support to internal users.

*

Participate in JD Edwards upgrades, ESU installations, patch deployments, and system enhancements.

*

Prepare technical documentation, development specifications, and support procedures.

*

Maintain source code and technical objects following development best practices and coding standards.

*

Collaborate with functional teams, infrastructure teams, and business users to identify, analyze, and resolve operational needs.

## Requisitos

Required Qualifications

*

Minimum of 3 years of professional experience developing on IBM AS400/iSeries.

*

Proven hands-on experience with:

RPG

*

RPGLE

*

CL

*

IBM AS400/iSeries

*

Practical experience developing, supporting, or customizing JD Edwards EnterpriseOne.

*

Strong knowledge of JD Edwards development tools, including:

Object Management Workbench (OMW)

*

Business View Design

*

UBE Design

*

Business Functions

*

Named Event Rules (NERs)

*

Table Conversions

*

Experience working with SQL and DB2.

*

Experience troubleshooting production issues and supporting live enterprise systems.

*

Ability to analyze technical requirements and translate them into effective business solutions.

*

English proficiency at a minimum B2 level, with the ability to participate in meetings, understand technical documentation, and communicate effectively with international teams.

Show more

[Apply now >](https://jobicy.com/jobs/150052-1775-rpg-as400-jd-edwards-enterpriseone-developer.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![NVIDIA logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/52745899-221.jpeg)
NVIDIA  Aug 1

### [Senior HPC Performance Engineer](https://jobicy.com/jobs/142109-senior-hpc-performance-engineer.md)

As a member of our team in NVIDIA’s NVHPC compilers & tools group, you will analyze and run High Performance Computing (HPC) applications on HPC servers and systems to gain…

*
![Okta logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/d54f5eb5-221.png)
Okta  Aug 1

### [Demo Engineer](https://jobicy.com/jobs/148141-demo-engineer.md)

Secure Every Identity, from AI to HumanIdentity is the key to unlocking the potential of AI. Okta secures AI by building the trusted, neutral infrastructure that enables organizations to safely…

*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)
Reddit  Aug 1

### [Senior Software Engineer, Storage](https://jobicy.com/jobs/148143-senior-software-engineer-storage.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

*
![Aviatrix logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c783b38c-221.jpeg)
Aviatrix  Aug 1

### [Senior Solutions Architect – ACE](https://jobicy.com/jobs/148145-senior-solutions-architect-ace.md)

WHO WE ARE: Aviatrix® is pioneering the Cloud Native Security Fabric — the architecture the Containment Era requires. The Cloud Native Security Fabric governs every workload communication path across…

*
![Veeam Software logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/f7716b71-221.jpg)
Veeam Software  Aug 1

### [Software Developer in Test (JavaScript)](https://jobicy.com/jobs/144087-software-developer-in-test-javascript-2.md)

Veeam is the Data and AI Trust Company, specializing in helping organizations ensure their data and AI are fully understood, secured, and resilient to enable the acceleration of safe AI…

*
![Binance logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/bc822f38-221.jpg)
Binance  Aug 1

### [Data/ Java Engineer (AI/LLM Chatbot, Customer Service)](https://jobicy.com/jobs/150065-data-java-engineer-ai-llm-chatbot-customer-service.md)

Binance is the leading global blockchain ecosystem and cryptocurrency infrastructure provider whose suite of financial products includes the world’s largest digital-asset exchange.Our mission is to accelerate cryptocurrency adoption and increase…

*
![Binance logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/bc822f38-221.jpg)
Binance  Aug 1

### [Client Full-Stack Engineer — IM Chat Platform, Android Focus](https://jobicy.com/jobs/150064-client-full-stack-engineer-im-chat-platform-android-focus.md)

Binance is a leading global blockchain ecosystem behind the world’s largest cryptocurrency exchange by trading volume and registered users. We are trusted by 300+ million people in 100+ countries for…

*
![GitLab logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/12/WRILS-201207055737-109952.jpg)
GitLab  Aug 1

### [Senior Backend Engineer, AI Engineering: Chat](https://jobicy.com/jobs/150061-senior-backend-engineer-ai-engineering-chat.md)

GitLab is the intelligent orchestration platform for DevSecOps. GitLab enables organizations to increase developer productivity, improve operational efficiency, reduce security and compliance risk, and accelerate digital transformation. More than 50…

*
![Mindrift logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/8c9f770c-221-1.jpeg)
Mindrift  Aug 1

### [Chatbot Developer (WhatsApp, Telegram, Discord) – Freelance](https://jobicy.com/jobs/150059-chatbot-developer-whatsapp-telegram-discord-freelance.md)

Mindrift is looking for skilled Bot Developers (WhatsApp Business API, Telegram Bot API, Discord API) to join the Tendem project (https://tendem.ai/) and build conversational bots and messaging-platform integrations for real-world applications. In…

*
![RTX logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/50b38b57-221.jpeg)
RTX  Aug 1

### [Principal Hardware Design Engineer – Computing Products](https://jobicy.com/jobs/150048-principal-hardware-design-engineer-computing-products.md)

Date Posted:2026-07-31 Country:United States of America Location:US-IA-REMOTE Position Role Type:Remote U.S. Citizen, U.S. Person, or Immigration Status Requirements: U.S. citizenship is required, as only U.S. citizens are authorized to access…