O /\

Global Statements Dictionary

Previous | Next | Index | L

lo


Term: 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.

SAS word: LOAN

SAS/ETS. Procedure. Loans.

Term: 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.

SAS word: LOCAL

Macro statement. Declares local macro variables. Ref: PSPPR:Macro Language:Macro Statements. PSPL:Macro Language:Macro Expressions.

Term: 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.

SAS word: LOCK

Global statement. Command. Ref: PSPPR:Global Statements. PSPL:Execution:Session.

SAS word: LOESS

SAS/STAT. Procedure. Regression surfaces, nonparametric estimation.

Term: 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.

SAS word: 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.

SAS word: LOG2

Function. Base 2 logarithm. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.

SAS word: LOG10

Function. Base 10 (common) logarithm. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.

Term: 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.

SAS word: LOGBETA

Function. Natural logarithm of the beta function. PSPPR:Functions. SLRD:Functions and CALL Routines.

SAS word: LOGCDF

Function. PSPPR:Functions. SLRD:Functions and CALL Routines.

Term: 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.

Term: 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.

Term: 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.

SAS word: LOGISTIC

SAS/STAT. Procedure. Logistic regression analysis.

CALL routine. Logistic values.

SAS word: LOGPDF

Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.

SAS word: LOGPMF

Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.

SAS word: LOGSDF

Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Mathematical Functions. SLRD:Functions and CALL Routines.

Term: lookup

(look' up) n.

table lookup.

Term: 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.

SAS word: LOSTCARD

Data step statement. Ref: PSPPR:Data Step Statements. PSPL:Control Flow:Shaping the Observation Loop. SLRD:Statements.

SAS word: LOWCASE

Function. Ref: PSPPR:Functions. PSPL:Functions and CALL Routines:Character Functions. SLRD:Functions and CALL Routines.

Term: 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.


Previous | Next | Index | L

Global Statements Dictionary

!*=~ $ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

References