/* Here is Code */
******************************************;
options source;
libname testine
meta
library = testine;
signon _01 sascmd="!sascmd" inheritlib=(Work=locwork testine =testine);
data _null_;
call sleep(10,1);
run;
rsubmit _01 wait=no macvar=JOB01 signonwait=y persist=n;
data _null_;
set testine.Conf_action_types(obs = 10);
run;
endrsubmit;
data _null_;
call sleep (20,1);
run;
******************************************;
LOG
******************************************;
1 The SAS System 18:07 Thursday, June 18, 2009
NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened instead.
NOTE: All registry changes will be lost at the end of the session.
WARNING: Unable to copy SASUSER registry to WORK registry. Because of this, you will not see registry customizations during this session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) 9.1 (TS1M3)
Licensed to #######, Site 0088197007.
NOTE: This session is executing on the HP-UX B.11.31 platform.
NOTE: Running on HP Model ia64 Serial Number 3427677858.
NOTE: SAS 9.1.3 Service Pack 4
You are running SAS 9. Some SAS 8 files will be automatically converted
by the V9 engine; others are incompatible. Please see
http://support.sas.com/rnd/migration/planning/platform/64bit.html
PROC MIGRATE will preserve current SAS file attributes and is
recommended for converting all your SAS libraries from any
SAS 8 release to SAS 9. For details and examples, please see
http://support.sas.com/rnd/migration/index.html
This message is contained in the SAS news file, and is presented upon
initialization. Edit the file "news" in the "misc/base" directory to
display site-specific news and information in the program log.
The command line option "-nonews" will prevent this display.
NOTE: SAS initialization used:
real time 0.25 seconds
cpu time 0.11 seconds
3
4 libname testine
5 meta
6 library = testine;
NOTE: Libref TESTINE was successfully assigned as follows:
Engine: META
Physical Name:
7
8 signon _01 sascmd="!sascmd" inheritlib=(Work=locwork testine =testine);
NOTE: Remote signon to _01 commencing (SAS Release 9.01.01M3P020206).
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) 9.1 (TS1M3)
Licensed to #######, Site 0088197007.
NOTE: This session is executing on the HP-UX B.11.31 platform.
NOTE: Running on HP Model ia64 Serial Number 3427677858.
NOTE: SAS 9.1.3 Service Pack 4
You are running SAS 9. Some SAS 8 files will be automatically converted
by the V9 engine; others are incompatible. Please see
http://support.sas.com/rnd/migration/planning/platform/64bit.html
PROC MIGRATE will preserve current SAS file attributes and is
recommended for converting all your SAS libraries from any
SAS 8 release to SAS 9. For details and examples, please see
http://support.sas.com/rnd/migration/index.html
This message is contained in the SAS news file, and is presented upon
initialization. Edit the file "news" in the "misc/base" directory to
display site-specific news and information in the program log.
The command line option "-nonews" will prevent this display.
NOTE: SAS initialization used:
real time 0.12 seconds
cpu time 0.11 seconds
ERROR 22-7: Invalid option name LIBRARY.
NOTE: Remote signon to _01 complete.
9
10 data _null_;
11 call sleep(10,1);
12 run;
NOTE: DATA statement used (Total process time):
real time 10.15 seconds
cpu time 0.00 seconds
13
14 rsubmit _01 wait=no macvar=JOB01 signonwait=y persist=n;
2 The SAS System 18:07 Thursday, June 18, 2009
NOTE: Background remote submit to _01 in progress.
15
16 data _null_;
17 call sleep (20,1);
18 run;
NOTE: Remote submit to _01 commencing.
NOTE: There were 10 observations read from the data set TESTINE.CONF_ACTION_TYPES.
NOTE: DATA statement used (Total process time):
real time 0.08 seconds
cpu time 0.02 seconds
NOTE: Remote submit to _01 complete.
NOTE: Remote signoff from _01 commencing.
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
real time 10.53 seconds
cpu time 0.14 seconds
NOTE: Remote signoff from _01 complete.
NOTE: DATA statement used (Total process time):
real time 20.01 seconds
cpu time 0.02 seconds
ERROR: Errors printed on page 1.
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
real time 31.12 seconds
cpu time 0.27 seconds