Name
|
Syntax and Description
|
---|---|
%PERFEND;
Indicates the termination of the application.
Product: Base SAS
Document: SAS 9.3 Interface to Application Response Measurement (ARM): Reference
|
|
%PERFINIT (APPNAME='application-name');
%PERFINIT (APPLNAME='application-name');
Names the application instance and initializes the
ARM interface.
Product: Base SAS
Document: SAS 9.3 Interface to Application Response Measurement (ARM): Reference
|
|
%PERFSTOP;
Specifies the end of a transaction.
Product: Base SAS
Document: SAS 9.3 Interface to Application Response Measurement (ARM): Reference
|
|
%PERFSTRT (TXNNAME='transaction-name');
Specifies the start of a transaction.
Product: Base SAS
Document: SAS 9.3 Interface to Application Response Measurement (ARM): Reference
|