The PROTO Procedure |
PROC PROTO PACKAGE=catalog-entry <options>; |
Arguments |
specifies the SAS catalog entry where the function package information is saved. Catalog-entry is a three-level catalog name having one of the following forms: member.catalog.member or library.catalog.member .
can be one of the following items:
specifies that encoding within a database is allowed.
Restriction: | This option is available for XML databases only. |
specifies a text string that is used to describe or label the package. The maximum length of the label is 256 characters.
specifies that none of the functions in a package will produce exceptions or signals.
for Windows PC platforms only, indicates that all functions in the package are called using the "_stdcall" convention.
for Windows PC platforms only, specifies that all structures in this package were compiled with the given N-BYTE packing pragma. That is, STRUCTURE4 specifies that all structures in the package were compiled with the "#pragma pack(4)" option.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.