German (after trying to fix Google's translation):
Eine Sache zu beachten, wenn ein Quellenteildatei von einer Bibliothek (oder Datei) nach eine andere kopiert wird (z.B. Test nach Produktion) und das Nach-Teildatei existiert bereits. Wenn das Attribut der Nach-Teildatei RPGLE ist und die Von-Teildatei ist SQLRPGLE, wird dieses Attribut nicht geändert. D.h. nach dem Kopieren, wird das Teildatei in der Produktion immer noch ein RPGLE sein.
In Ihrem Fall wäre dies kein Problem sein, da Sie nicht SQL in das Programm haben. Wenn Sie SQL in das Programm haben, und es ist jetzt eine richtige SQLRPGLE Quelle, wird es nicht kompilieren, wenn Sie von der Produktion Kompilieren (weil die attruibute noch RPGLE ist).

English:
One thing to note when copying a source member from one library to another (e.g. Test to Production) and the to member already exists. If the to member's attribute is RPGLE and the from member's is SQLRPGLE, this attribute is NOT changed. i.e. After the copy, the member in Production will still be an RPGLE.
While in your case this would not be a problem as you have not added SQL into the program. If you have added SQL into the program and it is now a proper SQLRPGLE source, it will not compile when compiling from Production (because the attruibute is still RPGLE).