option 14 in SVR to CRTSQLRPGI (or CRTSQLRPG)

Eric Lehti

VIP Member
Well, I am going to take time to modify the Software Versions Repository programs so that I can use option 14 to
CRTSQLRPGI (Create SQL ILE RPG Object)

SBMJOB CMD(CRTSQLRPGI OBJ(AMSOBJ/P55008) SRCFILE(AMSSRC/JDESRC) )

The Create SQL ILE RPG Object (CRTSQLRPGI) command calls the Structured Query Language (SQL) precompiler which precompiles RPG source containing SQL statements, produces a temporary source member, and then optionally calls the ILE RPG compiler to create a module, create a program, or create a service program.
 
A couple of years ago we had to modify both J98CRTRPG and J980102 to handle the CRTSQLRPGI. The J980102 allows the editing of the code with the proper type for the seu and the the J98CRTRPG is the program that submits the CRTSQLRPGI command.
 
Back
Top