Guest.Visitor
01-01-1995, 02:00 AM
I decided to modify a subfile program to use embedded SQL's instead of native I/O functions. (As a way of getting my feet wet for future development). Anyway, the original program was created using the CRTRPGMOD/CRTPGM combo because is bounded to a service program, as well as it run on a named activation group. The CRTSQLRPGI command does not allow an activation group nor a service program to be specified. So my question is How do I compile this program? TIA