Chapter Contents

Previous

Next
SAS/SHARE User's Guide

Username and Password Naming Conventions

Each username and password is limited to 256 characters that follow these conventions:

Examples:

user=joe password=Born2run
user=joe password='' # null space specified by contiguous quotation marks
user='joe black' password='Born 2 run'
user='joe?black' password='Born 2 run'
user='apexdomain\joe' password=born2run # Win NT username
user='"crazy joe"' pw=_prompt_;
user=_prompt_;


Chapter Contents

Previous

Next

Top of Page

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