SASUnit Examples  Version 1.5.0
_getautocallnumber.sas File Reference

look for a specific program in all of the autocall libraries and return the number of the library (0..10) or . if not found.
For autocall library numbering see initsasunit.sas. More...

Go to the source code of this file.

Detailed Description

look for a specific program in all of the autocall libraries and return the number of the library (0..10) or . if not found.
For autocall library numbering see initsasunit.sas.

Version
$Revision: 315 $
Author
$Author: klandwich $
Date
$Date: 2014-02-28 10:25:18 +0100 (Fr, 28 Feb 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_getautocallnumber.sas $
Parameters
i_objectprogram file name without path (for instance countobs.sas)
Returns
number of autocall library 0..10 or . if program file cannot be found

Definition in file _getautocallnumber.sas.