LOGUSAGE


1  LOGUSAGE
1! KEEPUPD
1 KEEP
1 DELETE
1 NONE
LOGUSAGE
Specifies whether FM/IMS functions which are using PSBs that have update intent use an IMS log when they are run in DLI mode and, if they do use a log, whether the log is kept when the function ends.
KEEP
Use an IMS log. Keep the log when the function ends.
KEEPUPD
Use an IMS log. Keep the log if the function updates databases or does not end normally.
DELETE
Use an IMS log. Keep the log only if the function does not end normally.
NONE
Do not use an IMS log.

This parameter is optional. If it is not specified on the FMN1POPI macro statement, FM/IMS uses either the value that is specified on the FMN1POPD macro statement (if specified on that statement), or KEEPUPD (otherwise).

If you do not want the user to override the value you specify for this parameter, set ULOGUSAG=N.