Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Starting Instances

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

A Profound.js instance can be started manually with the following command:

 

SBMJOB JOB(PROFOUNDJS) JOBD(PJS_BASE/PROFOUNDJS) USER(*JOBD) RQSDTA(*JOBD) SYSLIBL(*SYSVAL) CURLIB(*USRPRF) INLLIBL(*JOBD) CCSID(*USRPRF)

Ending Instances

Ending the PROFOUNDJS subsystem will automatically end all Profound.js instances. To end an instance manually, first use the following command to locate all running instances:

WRKACTJOB SBS(PROFOUNDJS)

And then use option number 4 (ENDJOB) on the entry for the job that corresponds to the instance you'd like to end:

 

 

  • No labels