Setting Up the Private Server Virtual Machine Environment

To enable the private resource server virtual machine to process connection requests after it has been autologged, you must add the following statements to its PROFILE EXEC:
  • SET SERVER ON
  • SET FULLSCREEN OFF or SET FULLSCREEN SUSPEND
  • SET AUTOREAD OFF

The SET SERVER command enables CMS private resource processing. The SET FULLSCREEN command ensures that session services are deactivated. The SET AUTOREAD command prevents CMS from issuing a console read immediately after command execution. This means that CMS will remain in a Ready; state and can start the private resource program. For more information about these CMS commands, see z/VM: CMS Commands and Utilities Reference.