Invokes a SAS CALL routine.
Valid: |
in a DATA step
|
Category: |
Action
|
Type: |
Executable
|
CALL routine(parameter-1<,
...parameter-n>);
|
-
routine
-
specifies the name of the SAS CALL routine
that you want to invoke. For information about available routines,
see Functions and CALL Routines.
-
(parameter)
-
is a piece of information to be passed to
or returned from the routine.
Requirement: |
Enclose this information,
which depends on the specific routine, in parentheses. |
Tip: |
You can specify additional
parameters, separated by commas. |
SAS CALL routines can assign variable
values and perform other system
functions.
Functions and CALL Routines
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.