t11 The SAS System 16:07 Friday, December 14, 2018 t n NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. n NOTE: SAS (r) Proprietary Software 9.4 (TS1M5) n Licensed to TRIBUNAL DE CONTAS DA UNIAO, Site 70200868. n NOTE: This session is executing on the Linux 4.1.12-124.16.3.el7uek.x86_64 (LIN X64) platform. d d d n NOTE: Updated analytical products: n n SAS/STAT 14.3 n SAS/ETS 14.3 n n NOTE: Additional host information: n n Linux LIN X64 4.1.12-124.16.3.el7uek.x86_64 #2 SMP Wed Jun 13 07:40:34 PDT 2018 x86_64 Oracle Linux Server release 7.5 n d You are running SAS 9. Some SAS 8 files will be automatically converted d by the V9 engine; others are incompatible. Please see d http://support.sas.com/rnd/migration/planning/platform/64bit.html d d PROC MIGRATE will preserve current SAS file attributes and is d recommended for converting all your SAS libraries from any d SAS 8 release to SAS 9. For details and examples, please see d http://support.sas.com/rnd/migration/index.html d d d This message is contained in the SAS news file, and is presented upon d initialization. Edit the file "news" in the "misc/base" directory to d display site-specific news and information in the program log. d The command line option "-nonews" will prevent this display. d d d d n NOTE: SAS Initialization used (Total process time): n real time 0.00 seconds n cpu time 0.00 seconds n n NOTE: The autoexec file, /sasconfig/Lev1/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization. d d >>> SAS Macro Variables: d d SYSDBMSG=ODBC: [DataDirect][ODBC lib] Data source name not found and no default driver specified d SYSDBRC=IM002 d d _APSLIST=_RESULT,_CLIENTVERSION,_CLIENTMACHINE,_ODSDEST,_ODSSTYLESHEET,_ODSOPTIONS,_TIMEZONE,_GOPT_DEVICE,_CLIENTUSERID,_MSOFFICECLI d ENT,_CLIENTNAME,_CLIENTUSERNAME,_METAUSER,_ODSM_SR_RAW,_ENCODI d NG,_ODSSTYLE,_METAPERSON,_ARCHIVE_PATH,_METAFOLDER,_PROGRAM,_CLIENT,_USERNAME,_SECUREUSERNAME d _ARCHIVE_PATH=TEMPFILE d _CLIENT=SAS Add-In for Microsoft Office; CLR 4.0.30319.42000; Microsoft Windows NT 6.1.7601 Service Pack 1 d _CLIENTMACHINE=E-087408 d _CLIENTNAME=SAS Add-In for Microsoft Office d _CLIENTUSERID=antonaci d _CLIENTUSERNAME=Giuseppe de Abreu Antonaci d _CLIENTVERSION=7.100.5.6182 d _ENCODING=UTF8 d _GOPT_DEVICE=ACTIVEX d _METAFOLDER=/User Folders/antonaci(1)/My Folder/ t12 The SAS System 16:07 Friday, December 14, 2018 t d _METAPERSON=antonaci d _METAUSER=antonaci d _MSOFFICECLIENT=Excel d _ODSDEST=tagsets.sasreport13 d _ODSM_SR_RAW=on d _ODSOPTIONS=options(rolap="on") d _ODSSTYLE=EGDefault d _ODSSTYLESHEET=(URL="file:///D:/Program%20Files/SASHome/x86/SASAddinforMicrosoftOffice/7.1/Styles/AMODefault.css") d _PROGRAM=/User Folders/antonaci(1)/My Folder/Stored Process for teste d _REPLAY="&_URL?_sessionid=00000000-0000-0000-0000-000000000000&_program=replay&_entry=&_TMPCAT.." d _RESULT=PACKAGE_TO_ARCHIVE d _SECUREUSERNAME=(Process) d _TIMEZONE=GMT-02:00 d _TMPCAT=APSWORK.TCAT0000 d _USERNAME=(Process) d n NOTE: %INCLUDE (level 1) file /sasdata/usuarios/antonaci/Credibilidade_teste/Stored_Process_for_teste.sas is file /sasdata/usuarios/antonaci/Credibilidade_teste/Stored_Process_for_teste.sas. s 3 +%let _ODSDEST=Excel; s 4 +%let _ODSSTYLE=HTMLBlue; s 5 + t1 The SAS System t s 6 +%let _ODSOPTIONS=options(sheet_name='Class'); s 7 + s 8 +%STPBEGIN() s 9 + s 10 + s 10 !+ proc print data=sashelp.class; run; n n NOTE: There were 19 observations read from the data set SASHELP.CLASS. n NOTE: PROCEDURE PRINT used (Total process time): n real time 0.06 seconds n cpu time 0.06 seconds n n s 10 !+ quit; s 11 + s 12 + ods excel options(sheet_name='Cars'); s 13 + s 14 + s 14 !+ proc print data=sashelp.cars; run; n n NOTE: There were 428 observations read from the data set SASHELP.CARS. n NOTE: PROCEDURE PRINT used (Total process time): n real time 2.93 seconds n cpu time 2.94 seconds n n s 14 !+ quit; s 15 + s 16 + ods excel options(sheet_name='Retail'); s 17 + s 18 + s 18 !+ proc print data=sashelp.retail; run; n n NOTE: There were 58 observations read from the data set SASHELP.RETAIL. n NOTE: PROCEDURE PRINT used (Total process time): n real time 0.16 seconds n cpu time 0.16 seconds n t1