NOTE: PROCEDURE PRINTTO used (Total process time): real time 0.02 seconds user cpu time 0.02 seconds system cpu time 0.00 seconds memory 1400.50k OS Memory 26528.00k Timestamp 01/14/2022 08:41:18 PM Step Count 24 Switch Count 0 Page Faults 0 Page Reclaims 383 Page Swaps 0 Voluntary Context Switches 7 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 0 72 73 data class; 74 set sashelp.class; 75 if age in (12, 13) then sex = 'F'; 76 run; NOTE: There were 19 observations read from the data set SASHELP.CLASS. NOTE: The data set WORK.CLASS has 19 observations and 5 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds user cpu time 0.00 seconds system cpu time 0.00 seconds memory 686.56k OS Memory 27044.00k Timestamp 01/14/2022 08:41:18 PM Step Count 25 Switch Count 2 Page Faults 0 Page Reclaims 159 Page Swaps 0 Voluntary Context Switches 10 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 264 77 78 proc compare data=class compare=sashelp.class; 79 run; NOTE: There were 19 observations read from the data set WORK.CLASS. NOTE: There were 19 observations read from the data set SASHELP.CLASS. NOTE: The PROCEDURE COMPARE printed pages 1-2. NOTE: PROCEDURE COMPARE used (Total process time): real time 0.01 seconds 2 The SAS System Friday, January 14, 2022 01:41:18 PM user cpu time 0.01 seconds system cpu time 0.00 seconds memory 1338.25k OS Memory 27816.00k Timestamp 01/14/2022 08:41:18 PM Step Count 26 Switch Count 0 Page Faults 0 Page Reclaims 398 Page Swaps 0 Voluntary Context Switches 0 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 48 80 81 82 83 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;