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*'
Re: Is it possible to 'just in time' compile a series of IceBrea
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