Submitted by Anonymous (not verified) on Wed, 02/14/2007 - 00:00
Forums

Is it possible to 'just in time' compile a series of IceBreak programs?

Bent Rønne

Thu, 02/15/2007 - 00:00

To have the 'just in time' compiler to compile a series of IceBreak programs you can use the OS400 command CHGATR like:

CHGATR OBJ('/www/MyRootPath/*') ATR(*USECOUNT) VALUE(*RESET)

This will cause all IFS files in /www/MyRootPath/ to be marked as changed and as a result of that the 'just in time' compiler will compile all needed objects in the directory.

You can of cause use selective paths as well like: '/www/MyRootPath/stat*'

Bent