ACLGRP= LIBNAME Statement Option

Names an ACL group that has been previously assigned to the SPD Server user ID.

Valid in: SPD Server LIBNAME Statement
Note: Option to identify the server user.

Syntax

ACLGRP=acl-group

Required Argument

acl-group

an ACL group that the server administrator assigned to your server user ID. (You can be assigned from 5 to 32 ACL groups, depending on how your server is configured.)

Details

By default, the server connection uses the first ACL group in your group list to make a connection. Use the ACLGROUP= option to specify a different group name from the list.

Example

%let spdshost=samson;
libname mylib sasspds 'spdsdata'
   user='receiver'
   aclgrp='PROD'
   prompt=yes;

Note: Password values are case sensitive. If the server administrator assigns a lowercase password value, you must enter the password value in lowercase.
Last updated: February 8, 2017