Action performed
|
Command (by Teradata
version)
|
---|---|
Provides the status
of the SAS Embedded Process.
|
CALL SQLJ.SERVERCONTROL
('SAS', 'status', :A); 1
|
Shuts down the SAS Embedded
Process.
Note: You cannot shut down until
all queries are complete.
|
CALL SQLJ.SERVERCONTROL
('SAS', 'shutdown', :A); 1
|
Stops new queries from
being started. Queries that are currently running continue to run
until they are complete.
|
CALL SQLJ.SERVERCONTROL
('SAS', 'disable', :A); 1
|
Enables new queries
to start running.
|
CALL SQLJ.SERVERCONTROL
('SAS', 'enable', :A); 1
|
1 Note that the Languagename parameter, 'SAS', is required and must be uppercase. The Cmd parameter (for example, 'status'), must be lowercase. |
CALL SQLJ.SERVERCONTROL ('SAS', 'disable', :A);
CALL SQLJ.SERVERCONTROL ('SAS', 'status', :A);
CALL SQLJ.SERVERCONTROL ('SAS', 'shutdown', :A);
CALL SQLJ.SERVERCONTROL ('SAS', 'enable', :A);