mpe_checkrestore.sas File Reference

Checks if a user is able to restore a LOAD_REF. More...

Go to the source code of this file.

Detailed Description

Not all LOAD_REFs can be restored - maybe the user does not have permission, maybe the load was never loaded, or maybe the load was not tracked.

The macro creates two output (global) macro variables.

Parameters
[in]LOAD_REFThe Load Reference to check
[out]outresult=(ALLOW_RESTORE) Output macro variable NAME. Will be given the value of YES or NO depending on whether the user is allowed to restore the load ref.
[out]outreason=(REASON) Output macro variable NAME. Will be populated with the reason for which the restore decision was made.

SAS Macros

Related Macros

Version
9.2
Author
4GL Apps Ltd

Definition in file mpe_checkrestore.sas.