How can I prevent large lists from being transaction logged

Use the NEW-list command set to store in non-transaction logged files.

If lists don't have to be secured by transaction logging, as they can be recreated by the application if not found, then use the NEW- list command set that enable lists to be stored in specified files.
e.g. NEW-SAVE-LIST file-specifier list-name
The specified file can then be setup as non-logging.

Back to articles