load
(lOd') v.t.
1. to copy (a file, object, etc.) to a location where it can be used.
2. to make a disk or other storage volume available for use.
3. Mainframe. a. load module, an executable program; the executable version of a program generated by a linker. b. load library, a file that contains the load modules used by a program.
LOAN
SAS/ETS. Procedure. Loans.
local
(lO' kul) adj.
1. in the same place; in the same session or on the same computer; connected directly rather than indirectly.
2. (of a macro variable) existing only inside the macro in which it is defined. Compare global.
3. belonging to a local session.
4. Structured programming. (of a variable) existing only inside a single program unit.
LOCAL
Macro statement. Declares local macro variables. Ref: PSPPR:Macro Language:Macro Statements. PSPL:Macro Language:Macro Expressions.
local session
SAS/CONNECT. n.
the SAS session that initiates a remote session; a SAS session directly under the control of a user or SAS program, as distinguished from one controlled by another SAS session.
LOCK
Global statement. Command. Ref: PSPPR:Global Statements. PSPL:Execution:Session.
LOESS
SAS/STAT. Procedure. Regression surfaces, nonparametric estimation.
log
(log') n.
a print file that the SAS supervisor writes with program lines and messages about the execution of the program. The fileref LOG identifies the log.
LOG
Function. Natural logarithm. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
System option. Ref: PSPPR:System Options. SLRD:SAS System Options.
Fileref. The log.
Display Manager window. The log. Ref: PSPPR:Display Manager.
LOG2
Function. Base 2 logarithm. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
LOG10
Function. Base 10 (common) logarithm. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
logarithm
(log' u ri thm) n.
a mathematical measure of the magnitude of a positive number. A logarithm is defined with reference to a specific base, such that the base raised to the power of the logarithm of a number results in the number.
A natural logarithm uses a base of e. A common logarithm uses a base of 10.
LOGBETA
Function. Natural logarithm of the beta function. PSPPR:Functions. SLRD:Functions and CALL Routines.
LOGCDF
Function. PSPPR:Functions. SLRD:Functions and CALL Routines.
logic
(lo' jik) n.
1. the systematic use of reasoning to arrive at true conclusions.
2. the components of a program that allow it to take different actions in different situations or for different conditions of data.
logical
(lo' jik ul) adj.
1. applying logic or used in the application of logic.
2. according to the meaning of an object as it is used or applied.
3. containing a value that indicates true or false.
logical error
n.
a shortcoming in the design of a program that causes the program, when it runs, to produce results different from the results that were intended.
LOGISTIC
SAS/STAT. Procedure. Logistic regression analysis.
CALL routine. Logistic values.
LOGPDF
Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
LOGPMF
Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
LOGSDF
Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.
lookup
(look' up) n.
loop
(lOOp') n.
1. a control flow structure that executes a set of actions repeatedly.
v.i.
2. to execute actions repeatedly in a loop.
LOSTCARD
Data step statement. Ref: PSPPR:Data Step Statements. PSPL:Control Flow:Shaping the Observation Loop. SLRD:Statements.
LOWCASE
Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Character Functions. SLRD:Functions and CALL Routines.
low-level
(lO' lev' l) adj.
written in a way that corresponds more closely to the computer instructions that carry out a program.
Compare high-level.