Chapter Contents

Previous

Next
NETMAC

NETMAC



Controls whether SAS uses Message Authentication Codes (MACs) to detect message corruption across a network

Valid in: configuration file, SAS invocation
Category: Communications: Networking and encryption
PROC OPTIONS GROUP= COMMUNICATIONS
See: SAS/CONNECT documentation, SAS/SHARE documentation


Syntax
Syntax Description
See Also

Syntax

NETMAC | NONETMAC

Syntax Description

NETMAC
specifies that SAS use MACs (a one-way hash that is computed from a message and some secret data) for network communications to detect if the message has been altered. If you specify NETMAC, SAS uses the MD5 one-way hash function to convert an arbitrarily long data stream into a hash.

NONETMAC
specifies that SAS not use MACs for network communications.


See Also

System Options:

NETENCRYPT
NETENCRYPTALGORITHM=
NETENCRYPTKEYLEN=


Chapter Contents

Previous

Next

Top of Page

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