Versions Compared

Key

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

...

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, use the following command:

...

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

Ending ALL instances
Code Block
title
ENDSBS SBS(SDSD) DELAY(5)

...