LASR Procedure

Example 7: Stopping a Server

Details

This PROC LASR example demonstrates stopping a server instance.

Program

option set=GRIDHOST="grid001.example.com";
option set=GRIDINSTALLLOC="/opt/TKGrid";

proc lasr term port=10010;
run;

Program Description

The server instance listening on port 10010 is stopped.