Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Profound.js instances can be set up at installation time to start automatically when the PROFOUNDJS subsystem is started.A

 

To start all Profound.js instances, simply start the PROFOUNDJS subsystem:

Code Block
titleStarting ALL instances
STRSBS SBSD(PROFOUNDJS)

 

To start an individual Profound.js instance, it can be started manually with the following command:

...

Ending the PROFOUNDJS subsystem will automatically end all ALL Profound.js instances. instances:

Code Block
titleEnding all instances
ENDSBS SBS(SDSD) DELAY(5)

 

To end an individual instance manually, first use the following command to locate all running instances:

...