SAS Documentation
SASĀ® Solution for Stress Testing
Reference manual - version 08.2021
Loading...
Searching...
No Matches
irmst_script_icaap_signoff.sas
1/* ************************************* */
2/* Signoff Script: Input Parameters */
3/* ************************************* */
4
5data _null_;
6 x=sleep(1,1);
7run;