To make a database called stores_demo, which already uses transaction logging (either unbuffered or buffered), into an ANSI-compliant database with ontape, execute the following command:
ontape -A stores_demo
To make a database called stores_demo, which does not already use transaction logging, into an ANSI-compliant database with ontape, execute the following command:
ontape -s -A stores_demo
In addition to making a database ANSI compliant, this command also creates a storage-space backup at the same time. Specify a level-0 backup when you are prompted for a level.