Yes; You can use the CRTASPPGM OS/400 command for precompilation. But ingeneral: program objects are only compiled once (when refered to the first time) Following requests are made directly to the native OS/400 program object. This is why it runs so fast compared to ASP on Microsoft platforms - since they mostly uses javascript or VB-script without compilation.
Re: Pre-Compiled ASP programs
Yes; You can use the CRTASPPGM OS/400 command for precompilation. But ingeneral: program objects are only compiled once (when refered to the first time) Following requests are made directly to the native OS/400 program object. This is why it runs so fast compared to ASP on Microsoft platforms - since they mostly uses javascript or VB-script without compilation.