STMF - UNVVT configuration option
The STMF option Specifies a file containing the script to be processed by UNVVT. A file from any file system can be targeted (IFS or LIB). However, the path is specified using the IFS pathing syntax.
UNVVTSND Parameter: STMF(path)
Example using LIB file system:
UNVVT STMF('/QSYS.LIB/SBUSER.LIB/SCRIPTS.FILE/SCRIPT1.MBR')
Example using IFS file system:
UNVVT STMF('/home/SBUSER/scripts/script1.clle')
Example using Universal Controller’s script library from an IBM i task definition:
UNVVT STMF('${_scriptPath('UNVVT-script1')}')