Previous Page
|
Next Page
PWENCODE Procedure
Syntax
Procedure Syntax
PROC PWENCODE Statement
Overview
Concepts
Examples
Encoding a Password
Using an Encoded Password in a SAS Program
Saving an Encoded Password to the Paste Buffer
Specifying an Encoding Method for a Password
Syntax
Table of Procedure Tasks
Syntax
PROC PWENCODE
IN='
password
'
<OUT=
fileref
>
<METHOD=
encoding-method
>
;
Table of Procedure Tasks
Statement
Task
Example
PROC PWENCODE Statement
Encode a password
Ex. 1
,
Ex. 2
,
Ex. 3
,
Ex. 4
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page