Firstly, your hardware must support the power-off operation which means having a suitable PSU and the function suitably enabled in the BIOS.
Secondly, you need an operating system that supports powering off and is configured to allow that.
Thirdly, you need to issue that appropriate command. This is usually the 'init' command with the correct init level (depending on O/S) which for SCO, as far as I remember, is:
(means shutdown the O/S)
(means reboot the O/S)
(means shutdown and power off)
(means change to runlevel 'n')
So whether it will work or not depends on a number of things. All you can do is try it and see what happens.
shutdown -iLevel and init Level use the level definition from /etc/inittab.
Run the following command to see its mam page (or click to browse the URL): man inittab
Read the following section of the init command man page.
The above is from the 6.0.0 documentation but is backwards compatible to Xenix.
---------- Post updated at 01:14 PM ---------- Previous update was at 01:09 PM ----------
If you are unable to power down the system, because the cmos does not support it, you may be able to create a workaround using a UPS that you can send a "power off in 5 minutes" command to just prior to shutting down the SCO system.