Chapter Contents

Previous

Next
SAS/SHARE User's Guide

OPERATE

Generates a PROC OPERATE statement.


Syntax

%OPERATE(server-name,<oapw>);

The OPERATE macro invokes the OPERATE procedure for a server that is identified by the server-name argument.

server-name
specifies the server name. It can be an alias or an actual serverid. This macro generates a single PROC OPERATE statement.

oapw
specifies the administrator password if one is required by the server. This value is mapped to the SAPW= option in the PROC OPERATE statement.

  %operate(serv1,myoperpw);


Chapter Contents

Previous

Next

Top of Page

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