Submitted by Anonymous (not verified) on Mon, 10/17/2005 - 00:00
Forums

Does the ASP RPG compiler recognize the BNDDIR entry in the RPG control spec to allow the inclusion of exported procedures from service programs.

Full name
Administrator

admin

Mon, 10/17/2005 - 14:22

Yes; You can also make service programs or modules in IceBreak by the following compiler directives (e.x with SQLRPG) : <%@ language="SQLRPGLE" type="NOASPSRVPGM"%> or <%@ language="SQLRPGLE" type="NOASPMOD"%> All you need to do is write the ASP code and place the filen in the IFS rooth path for the server instance... and the refere to it from a browser URL. - Now you will see the compilation post list in the browser ... and the you have a service program.