Chapter Contents |
Previous |
Next |
SAS/ACCESS Interface to SYSTEM 2000 Data Management Software: Reference |
The options specified with the DATA= argument on a PROC statement override those stored in a view descriptor.
Description |
The password must be an alphanumeric value one to four characters long with no embedded blanks, optionally enclosed in single quotes. Passwords longer than four characters will be truncated with a warning message. If the password is a special character, it must be a single character (that is, a one-character password) enclosed in single quotes.
S2KPW= is an option on the DATA= argument where DATA= specifies a SYSTEM 2000 view descriptor that will be used as input to a SAS procedure other than the DBLOAD procedure. (Passwords specified in the DBLOAD procedure cannot be overridden.)
S2KMODE= is an option for the DATA= argument where DATA= specifies a SYSTEM 2000 view descriptor that will be used as input to a SAS procedure other than the DBLOAD procedure. (The DBLOAD procedure uses the mode specified for a new database or stored in the view descriptor for an incremental load.)
S2KMD= is an alias for S2KMODE=.
Data Set Option Syntax |
The following example executes the FSEDIT procedure using a view descriptor named EMPPOS. The data set options specified in the PROC statement will execute SYSTEM 2000 software in single-user mode, using the password DEMO.
proc fsedit data=vlib.emppos (s2kmode=s s2kpw=demo); run;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.