(RPG) How to split a single download program in 2 programs?
Posted: Tue Jan 07, 2014 12:24 am
I’ve built one RPG program to download 3 tables: Deptments (table 1), Sections (table 2) and Employes (table 3): it works fine.
But now, I want to separate the Deptment/Section download process from the Employes download process. So, I’ve created 2 programs and deleted inside the corresponding unneeded lines:
- The Deptment/Section download works well.
- The Employes download does not work: [NullPointerException] error.
Has somebody already encounters this error?
I’ve attached the 3 programs.
Yann
But now, I want to separate the Deptment/Section download process from the Employes download process. So, I’ve created 2 programs and deleted inside the corresponding unneeded lines:
- The Deptment/Section download works well.
- The Employes download does not work: [NullPointerException] error.
Has somebody already encounters this error?
I’ve attached the 3 programs.
Yann