Review the RPG program source code
Let's dive into this piece of RPG code and talk about the layout and what I think it's trying to do before we upload it and actually see:
- What does it do?
- How does it work?
- Why is designed like this?
- Will this RPG code work?
Will this RPG code work?
The answer is NO - not as it stands.
Mainly because of missing /COPYBOOKS, missing Binding Directory (with it's *SRVPGM procedures whcih are referenced in the code) and of course without a file defined to read and display in the subfile.
So, come back tomorrow morning where I can upload it, give it some spit and polish and try to get this thing compiled...