14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

728 JSL Syntax Reference Appendix A<br />

Utility Functions<br />

SlTrans(x, gamma, delta, theta, sigma)<br />

Description<br />

Johnson Sl transformation from a doubly bound variable to a standard normal (0, 1) distribution.<br />

Socket()<br />

Description<br />

Creates a socket.<br />

Returns<br />

The socket that was created.<br />

Arguments<br />

STREAM | DGRAM Optional argument to specify whether the socket is a stream or datagram socket. If<br />

no argument is supplied, a stream socket is created.<br />

Sort List(list|expr)<br />

Description<br />

Sort the elements or terms of list or expr.<br />

Sort List Into(list|expr)<br />

Description<br />

Sort the elements or terms of list or expr in place.<br />

Speak(text, )<br />

Description<br />

Calls system’s speech facilities to read aloud the text. If Wait is turned on, script execution pauses until<br />

speaking is done.<br />

Sqrt(n)<br />

Description<br />

Returns the square root of n.<br />

Squash(expr)<br />

Description<br />

An efficient computation of the function 1/ [1 + exp(expr)].<br />

Status Msg("message")<br />

Description<br />

Writes the message string to the status bar.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!