NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.05 seconds cpu time 0.00 seconds NOTE: PROCEDURE PRINTTO used (Total process time): 106 The SAS System 17:34 Monday, April 15, 2019 real time 0.00 seconds cpu time 0.00 seconds NOTE: Table WORK.NMRC2018 created, with 743035 rows and 5 columns. NOTE: PROCEDURE SQL used (Total process time): real time 23.07 seconds cpu time 23.08 seconds NOTE: There were 743035 observations read from the data set WORK.NMRC2018. NOTE: The data set OUT.NMRC2018 has 743035 observations and 6 variables. NOTE: DATA statement used (Total process time): real time 18.69 seconds cpu time 18.35 seconds 2967 *%loop(fyear=2017,lyear=2017); 2968 *%loop(fyear=2010,lyear=2014); 2969 *%loop(fyear=2010,lyear=2013); 2970 *%loop(fyear=2016,lyear=2016); 2971 *%loop(fyear=2015,lyear=2015); 2972 *%loop(fyear=2014,lyear=2014); 2973 *%loop(fyear=2013,lyear=2013); 2974 *%loop(fyear=2012,lyear=2012); 2975 *%loop(fyear=2011,lyear=2011); 2976 *%loop(fyear=2010,lyear=2010); 2977 2978 /* 2979 Copyright 2003 shared by Jean Roth and the National Bureau 2979 ! of Economic Research 2980 2981 National Bureau of Economic Research. 2982 1050 Massachusetts Avenue 2983 Cambridge, MA 02138 2984 jroth@nber.org 2985 2986 This program and all programs referenced in it are free 2986 ! software. You 2987 can redistribute the program or modify it under the terms 2987 ! of the GNU 2988 General Public License as published by the Free Software 2988 ! Foundation; 2989 either version 2 of the License, or (at your option) any 2989 ! later version. 2990 2991 This program is distributed in the hope that it will be 2991 ! useful, 2992 but WITHOUT ANY WARRANTY; without even the implied warranty 2992 ! of 2993 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 2993 ! the 2994 GNU General Public License for more details. 107 The SAS System 17:34 Monday, April 15, 2019 2995 2996 You should have received a copy of the GNU General Public 2996 ! License 2997 along with this program; if not, write to the Free Software 2998 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 2998 ! 02111-1307 2999 USA. 3000 */