runs a program in a spawned process
More...
Go to the source code of this file.
runs a program in a spawned process
- 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/unix_aix/_runprogramspawned.sas $
- Copyright
- Copyright 2010, 2012 HMS Analytical Software GmbH. This file is part of SASUnit, the Unit testing framework for SAS(R) programs. For terms of usage under the GPL license see included file readme.txt or https://sourceforge.net/p/sasunit/wiki/readme.v1.2/.
- Parameters
-
i_program | Command file to be executed in a separate instance |
i_scnid | Scenario id used to construct lognames |
i_generateMcoverage | Specifies whether to use mcoverage or not |
r_sysrc | Name of macro variable holding rc of spawning call |
- Returns
- error symbol &sysrc will be set to a value other than 0, if an error occurs.
Definition in file unix_aix/_runprogramspawned.sas.