...
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
ENDSBS SBS(SDSD) DELAY(5) |
To end an individual instance manually, first use the following command to locate all running instances:
...