APPSRV Procedure
Syntax
PROC APPSRV PORT=n <options>;
ADMINLIBS libref-1 | libref-1.catalog-1 | fileref-1 <...libref-n | libref-n.catalog-n | fileref-n>;
ALLOCATE FILE fileref <device-type> 'directory-or-PDS-path' <host-options>;
DATALIBS libref-1 | fileref-1 <...libref-n | fileref-n>;
LOG <DISPLAY=NONE | ERRORS | ALL> <SYMBOLS=NONE | ERRORS | ALL>
<FILE=fileref> <APPEND | REPLACE>;
PROGLIBS libref-1 | libref-1.catalog-1 | fileref-1 <...libref-n | libref-n.catalog-n | fileref-n>;
REQUEST <INIT=program-name> <TERM=program-name> <LOGIN=program-name>
<TIMEOUT=seconds> <MAXTIMEOUT=seconds> <READ=seconds>
<FROMADR=("IP-address-1" <..."IP-address-n">)>;
SESSION <INIT=program-name> <INVSESS=program-name> <TERM=program-name>
<TIMEOUT=seconds> <MAXTIMEOUT=seconds> <VERIFY=(variable-1<...variable-n>)>;
STATISTICS CREATE=library.dataset <(data-set-options)>;
STATISTICS DATA=library.dataset <(data-set-options)> <ADDPORT> <EXITONERROR>
<TEMPLATE=library.dataset<(data-set-options)>> <WRITECOUNT=n> <WRITEEVERY=n>;
Table of Procedure Tasks
Copyright © SAS Institute Inc. All rights reserved.