Chapter Contents

Previous

Next
PARM=

PARM=



Specifies a parameter string that is passed to an external program

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Environment control: Files
PROC OPTIONS GROUP= ENVFILES


Syntax
Syntax Description
Examples

Syntax

PARM=<'>string<'>

Syntax Description

<'>string<'>
specifies a character string that contains a parameter.


Examples

This statement passes the parameter X=2 to an external program:

options parm='x=2';

Operating Environment Information:   Other methods of passing parameters to external programs depend on your operating environment and on whether you are running in interactive line mode or batch mode. For details, see the SAS documentation for your operating environment.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.