SASUnit Examples  Version 1.2.1
_sasunit_getautocallnumber.sas File Reference

look for a specific program in all of the autocall libraries and return the number of the library (0..9) or 10 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..9) or 10 if not found.
For autocall library numbering see initsasunit.sas.

Parameters
i_objectprogram file name without path (for instance countobs.sas)
Returns
number of autocall library 0..9 or 10 if program file cannot be found
Version
$Revision: 106 $
Author
$Author: b-braun $
Date
$Date: 2013-01-10 14:59:21 +0100 (Do, 10 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_sasunit_getautocallnumber.sas $

Definition in file _sasunit_getautocallnumber.sas.