{"id":2618,"date":"2023-07-21T11:26:05","date_gmt":"2023-07-21T11:26:05","guid":{"rendered":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/"},"modified":"2023-07-21T11:26:05","modified_gmt":"2023-07-21T11:26:05","slug":"%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7","status":"publish","type":"post","link":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/","title":{"rendered":"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 sas (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0430\u043a\u0456 \u043c\u0435\u0442\u043e\u0434\u0438 \u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0447\u0438\u0441\u0435\u043b \u0443 SAS:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\u0421\u043f\u043e\u0441\u0456\u0431 1: \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value = <span style=\"color: #3366ff;\">round<\/span> (value);\n<span style=\"color: #800080;\">run<\/span> ;\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\u0421\u043f\u043e\u0441\u0456\u0431 2. \u041e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u043f\u0435\u0432\u043d\u0438\u0445 \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432\u0438\u0445 \u0437\u043d\u0430\u043a\u0456\u0432<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value1 = <span style=\"color: #3366ff;\">round<\/span> (value, .1); <span style=\"color: #008000;\">\/*round to 1 decimal place*\/<\/span>\n    new_value2 = <span style=\"color: #3366ff;\">round<\/span> (value, .01); <span style=\"color: #008000;\">\/*round to 2 decimal places*\/<\/span>\n    new_value3 = <span style=\"color: #3366ff;\">round<\/span> (value, .001); <span style=\"color: #008000;\">\/*round to 3 decimal places*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\u0421\u043f\u043e\u0441\u0456\u0431 3: \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0443\u0441\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0432\u043d\u0438\u0437 (\u0430\u0431\u043e \u0432\u0433\u043e\u0440\u0443) \u0434\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value1 = <span style=\"color: #3366ff;\">floor<\/span> (value); <span style=\"color: #008000;\">\/*round down to next integer*\/<\/span>\n    new_value2 = <span style=\"color: #3366ff;\">ceil<\/span> (value); <span style=\"color: #008000;\">\/*round up to next integer*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\u0421\u043f\u043e\u0441\u0456\u0431 4. \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u043a\u0440\u0430\u0442\u043d\u043e\u0433\u043e<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value1 = <span style=\"color: #3366ff;\">round<\/span> (value, 10); <span style=\"color: #008000;\">\/*round to nearest multiple of 10*\/<\/span>\n    new_value2 = <span style=\"color: #3366ff;\">round<\/span> (value, 100); <span style=\"color: #008000;\">\/*round to nearest multiple of 100*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\u0423 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u0445 \u043d\u0438\u0436\u0447\u0435 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u0445 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e, \u044f\u043a \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0436\u0435\u043d \u043c\u0435\u0442\u043e\u0434 \u0456\u0437 \u0442\u0430\u043a\u0438\u043c \u043d\u0430\u0431\u043e\u0440\u043e\u043c \u0434\u0430\u043d\u0438\u0445 \u0443 SAS:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">\/*create dataset*\/\n<span style=\"color: #000000;\"><span style=\"color: #800080;\">data<\/span> original_data;\n    <span style=\"color: #3366ff;\">inputvalue<\/span> ;\n    <span style=\"color: #3366ff;\">datalines<\/span> ;\n0.33\n0.9\n1.2593\n1.61\n2.89\n4.3\n8.8\n14.4286\n18.2\n51.4\n;\n<span style=\"color: #800080;\">run<\/span> ;\n\n<span style=\"color: #008000;\">\/*view dataset*\/\n<\/span><span style=\"color: #800080;\">proc print<\/span> <span style=\"color: #3366ff;\">data<\/span> = original_data;<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23133 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour-1.jpg\" alt=\"\" width=\"121\" height=\"298\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><b>\u041f\u0440\u0438\u043a\u043b\u0430\u0434 1: <strong>\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430<\/strong><\/b><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043a\u043e\u0434 \u043f\u043e\u043a\u0430\u0437\u0443\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u043a\u043e\u0436\u043d\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*round to nearest integer*\/<\/span>\ndata<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value = <span style=\"color: #3366ff;\">round<\/span> (value);\n<span style=\"color: #800080;\">run<\/span> ;\n\n<span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*view new dataset*\/<\/span>\nproc print<\/span> <span style=\"color: #3366ff;\">data<\/span> = new_data;<\/strong><\/span> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23134 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/2eme-round.jpg\" alt=\"\" width=\"199\" height=\"278\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><b>\u041f\u0440\u0438\u043a\u043b\u0430\u0434 2:<\/b><\/span> <span style=\"color: #000000;\"><b><strong>\u041e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u043f\u0435\u0432\u043d\u0438\u0445 \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432\u0438\u0445 \u0437\u043d\u0430\u043a\u0456\u0432<\/strong><\/b><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043a\u043e\u0434 \u043f\u043e\u043a\u0430\u0437\u0443\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u043f\u0435\u0432\u043d\u043e\u0457 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u0437\u043d\u0430\u043a\u0456\u0432 \u043f\u0456\u0441\u043b\u044f \u043a\u043e\u043c\u0438:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value1 = <span style=\"color: #3366ff;\">round<\/span> (value, .1); <span style=\"color: #008000;\">\/*round to 1 decimal place*\/<\/span>\n    new_value2 = <span style=\"color: #3366ff;\">round<\/span> (value, .01); <span style=\"color: #008000;\">\/*round to 2 decimal places*\/<\/span>\n    new_value3 = <span style=\"color: #3366ff;\">round<\/span> (value, .001); <span style=\"color: #008000;\">\/*round to 3 decimal places*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;\n\n<span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*view new dataset*\/<\/span>\nproc print<\/span> <span style=\"color: #3366ff;\">data<\/span> = new_data;\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23135 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour3.jpg\" alt=\"\" width=\"381\" height=\"284\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\u041f\u0440\u0438\u043a\u043b\u0430\u0434 3: \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0443\u0441\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0432\u043d\u0438\u0437 (\u0430\u0431\u043e \u0432\u0433\u043e\u0440\u0443) \u0434\u043e \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043a\u043e\u0434 \u043f\u043e\u043a\u0430\u0437\u0443\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0432\u0441\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0432\u043d\u0438\u0437 (\u0430\u0431\u043e \u0432\u0433\u043e\u0440\u0443) \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0444\u0443\u043d\u043a\u0446\u0456\u0439 <strong>floor()<\/strong> \u0456 <strong>ceil()<\/strong> :<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    new_value1 = <span style=\"color: #3366ff;\">floor<\/span> (value); <span style=\"color: #008000;\">\/*round down to next integer*\/<\/span>\n    new_value2 = <span style=\"color: #3366ff;\">ceil<\/span> (value); <span style=\"color: #008000;\">\/*round up to next integer*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;\n\n<span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*view new dataset*\/\n<\/span>proc print<\/span> <span style=\"color: #3366ff;\">data<\/span> = new_data;\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23136 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour4.jpg\" alt=\"\" width=\"284\" height=\"288\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\u0421\u043f\u043e\u0441\u0456\u0431 4. \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u043a\u0440\u0430\u0442\u043d\u043e\u0433\u043e<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043a\u043e\u0434 \u043f\u043e\u043a\u0430\u0437\u0443\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0432\u0441\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u043a\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #800080;\">data<\/span> new_data;\n    <span style=\"color: #3366ff;\">set<\/span> original_data;\n    nearest10 = <span style=\"color: #3366ff;\">round<\/span> (value, 10); <span style=\"color: #008000;\">\/*round to nearest multiple of 10*\/<\/span>\n    nearest100 = <span style=\"color: #3366ff;\">round<\/span> (value, 100); <span style=\"color: #008000;\">\/*round to nearest multiple of 100*\/<\/span>\n<span style=\"color: #800080;\">run<\/span> ;\n\n<span style=\"color: #800080;\"><span style=\"color: #008000;\">\/*view new dataset*\/\n<\/span>proc print<\/span> <span style=\"color: #3366ff;\">data<\/span> = new_data;\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23137 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour5.jpg\" alt=\"\" width=\"267\" height=\"281\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0440\u0435\u0441\u0443\u0440\u0441\u0438<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\u0423 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u043f\u043e\u0441\u0456\u0431\u043d\u0438\u043a\u0430\u0445 \u043f\u043e\u044f\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f, \u044f\u043a \u0432\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0456\u043d\u0448\u0456 \u0442\u0438\u043f\u043e\u0432\u0456 \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0432 SAS:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/uk\/\u043d\u043e\u0440\u043c\u0430\u043b\u0456\u0437\u0443\u0432\u0430\u0442\u0438-\u0434\u0430\u043d\u0456-\u0432-\u0448\u043b\u044e\u0437\u0456\/\" target=\"_blank\" rel=\"noopener\">\u042f\u043a \u043d\u043e\u0440\u043c\u0430\u043b\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u0434\u0430\u043d\u0456 \u0432 SAS<\/a><br \/> <a href=\"https:\/\/statorials.org\/uk\/\u0431\u0435\u0437-\u0437\u0430\u043c\u0456\u043d\u0438-\u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u0438\u0445-\u0437\u043d\u0430\u0447\u0435\u043d\u044c-\u043d\u0443\u043b\u0435\u043c\/\" target=\"_blank\" rel=\"noopener\">\u042f\u043a \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u0456 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043d\u0430 \u043d\u0443\u043b\u044c \u0432 SAS<\/a><br \/> <a href=\"https:\/\/statorials.org\/uk\/\u043d\u0435-\u0432\u0438\u0434\u0430\u043b\u044f\u0438\u0442\u0435-\u0434\u0443\u0431\u043b\u0456\u043a\u0430\u0442\u0438\/\" target=\"_blank\" rel=\"noopener\">\u042f\u043a \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0434\u0443\u0431\u043b\u0456\u043a\u0430\u0442\u0438 \u0432 SAS<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0430\u043a\u0456 \u043c\u0435\u0442\u043e\u0434\u0438 \u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0447\u0438\u0441\u0435\u043b \u0443 SAS: \u0421\u043f\u043e\u0441\u0456\u0431 1: \u041e\u043a\u0440\u0443\u0433\u043b\u0456\u0442\u044c \u0434\u043e \u043d\u0430\u0439\u0431\u043b\u0438\u0436\u0447\u043e\u0433\u043e \u0446\u0456\u043b\u043e\u0433\u043e \u0447\u0438\u0441\u043b\u0430 data new_data; set original_data; new_value = round (value); run ; \u0421\u043f\u043e\u0441\u0456\u0431 2. \u041e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044f \u0434\u043e \u043f\u0435\u0432\u043d\u0438\u0445 \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432\u0438\u0445 \u0437\u043d\u0430\u043a\u0456\u0432 data new_data; set original_data; new_value1 = round (value, .1); \/*round to 1 decimal place*\/ new_value2 = round (value, .01); \/*round to 2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f<\/title>\n<meta name=\"description\" content=\"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/uk\/\u043a\u0440\u0443\u0433\u043b\u0438\u0438-\u0448\u043b\u044e\u0437\/\" \/>\n<meta property=\"og:locale\" content=\"uk_UA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f\" \/>\n<meta property=\"og:description\" content=\"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/uk\/\u043a\u0440\u0443\u0433\u043b\u0438\u0438-\u0448\u043b\u044e\u0437\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-21T11:26:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour-1.jpg\" \/>\n<meta name=\"author\" content=\"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u0431\u043b. \u0447\u0430\u0441 \u0447\u0438\u0442\u0430\u043d\u043d\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u0445\u0432\u0438\u043b\u0438\u043d\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/\",\"url\":\"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/\",\"name\":\"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/uk\/#website\"},\"datePublished\":\"2023-07-21T11:26:05+00:00\",\"dateModified\":\"2023-07-21T11:26:05+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/uk\/#\/schema\/person\/2affa1a5da08a4b61ab4becd078c191a\"},\"description\":\"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/#breadcrumb\"},\"inLanguage\":\"uk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0434\u043e\u0434\u043e\u043c\u0443\",\"item\":\"https:\/\/statorials.org\/uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 sas (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/uk\/#website\",\"url\":\"https:\/\/statorials.org\/uk\/\",\"name\":\"Statorials\",\"description\":\"\u0412\u0430\u0448 \u043f\u0443\u0442\u0456\u0432\u043d\u0438\u043a \u0434\u043e \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u043d\u043e\u0457 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0442\u043d\u043e\u0441\u0442\u0456!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/uk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"uk\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/uk\/#\/schema\/person\/2affa1a5da08a4b61ab4becd078c191a\",\"name\":\"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\/\/statorials.org\/uk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/uk\/wp-content\/uploads\/2023\/11\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/uk\/wp-content\/uploads\/2023\/11\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f\"},\"description\":\"\u041f\u0440\u0438\u0432\u0456\u0442, \u044f \u0411\u0435\u043d\u0434\u0436\u0430\u043c\u0456\u043d, \u043f\u0440\u043e\u0444\u0435\u0441\u043e\u0440 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u043d\u0430 \u043f\u0435\u043d\u0441\u0456\u0457, \u044f\u043a\u0438\u0439 \u0441\u0442\u0430\u0432 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0435\u043c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438. \u041c\u0430\u044e\u0447\u0438 \u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0434\u043e\u0441\u0432\u0456\u0434 \u0456 \u0437\u043d\u0430\u043d\u043d\u044f \u0432 \u0433\u0430\u043b\u0443\u0437\u0456 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438, \u044f \u0433\u043e\u0442\u043e\u0432\u0438\u0439 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0441\u0432\u043e\u0457\u043c\u0438 \u0437\u043d\u0430\u043d\u043d\u044f\u043c\u0438, \u0449\u043e\u0431 \u0440\u043e\u0437\u0448\u0438\u0440\u0438\u0442\u0438 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0447\u0435\u0440\u0435\u0437 Statorials. \u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435\",\"sameAs\":[\"http:\/\/statorials.org\/uk\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f","description":"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/uk\/\u043a\u0440\u0443\u0433\u043b\u0438\u0438-\u0448\u043b\u044e\u0437\/","og_locale":"uk_UA","og_type":"article","og_title":"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f","og_description":"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.","og_url":"https:\/\/statorials.org\/uk\/\u043a\u0440\u0443\u0433\u043b\u0438\u0438-\u0448\u043b\u044e\u0437\/","og_site_name":"Statorials","article_published_time":"2023-07-21T11:26:05+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tour-1.jpg"}],"author":"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e":"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f","\u041f\u0440\u0438\u0431\u043b. \u0447\u0430\u0441 \u0447\u0438\u0442\u0430\u043d\u043d\u044f":"1 \u0445\u0432\u0438\u043b\u0438\u043d\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/","url":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/","name":"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438) - \u0421\u0442\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u044f","isPartOf":{"@id":"https:\/\/statorials.org\/uk\/#website"},"datePublished":"2023-07-21T11:26:05+00:00","dateModified":"2023-07-21T11:26:05+00:00","author":{"@id":"https:\/\/statorials.org\/uk\/#\/schema\/person\/2affa1a5da08a4b61ab4becd078c191a"},"description":"\u0426\u0435\u0439 \u043f\u0456\u0434\u0440\u0443\u0447\u043d\u0438\u043a \u043f\u043e\u044f\u0441\u043d\u044e\u0454, \u044f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 SAS, \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u043c\u0430 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.","breadcrumb":{"@id":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/uk\/%d0%ba%d1%80%d1%83%d0%b3%d0%bb%d0%b8%d0%b8-%d1%88%d0%bb%d1%8e%d0%b7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0434\u043e\u0434\u043e\u043c\u0443","item":"https:\/\/statorials.org\/uk\/"},{"@type":"ListItem","position":2,"name":"\u042f\u043a \u043e\u043a\u0440\u0443\u0433\u043b\u0438\u0442\u0438 \u0447\u0438\u0441\u043b\u0430 \u0432 sas (4 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/uk\/#website","url":"https:\/\/statorials.org\/uk\/","name":"Statorials","description":"\u0412\u0430\u0448 \u043f\u0443\u0442\u0456\u0432\u043d\u0438\u043a \u0434\u043e \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u043d\u043e\u0457 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0442\u043d\u043e\u0441\u0442\u0456!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/uk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"uk"},{"@type":"Person","@id":"https:\/\/statorials.org\/uk\/#\/schema\/person\/2affa1a5da08a4b61ab4becd078c191a","name":"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f","image":{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/statorials.org\/uk\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/uk\/wp-content\/uploads\/2023\/11\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/uk\/wp-content\/uploads\/2023\/11\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u0420\u0435\u0434\u0430\u043a\u0446\u0456\u044f"},"description":"\u041f\u0440\u0438\u0432\u0456\u0442, \u044f \u0411\u0435\u043d\u0434\u0436\u0430\u043c\u0456\u043d, \u043f\u0440\u043e\u0444\u0435\u0441\u043e\u0440 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u043d\u0430 \u043f\u0435\u043d\u0441\u0456\u0457, \u044f\u043a\u0438\u0439 \u0441\u0442\u0430\u0432 \u0432\u0438\u043a\u043b\u0430\u0434\u0430\u0447\u0435\u043c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438. \u041c\u0430\u044e\u0447\u0438 \u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0434\u043e\u0441\u0432\u0456\u0434 \u0456 \u0437\u043d\u0430\u043d\u043d\u044f \u0432 \u0433\u0430\u043b\u0443\u0437\u0456 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438, \u044f \u0433\u043e\u0442\u043e\u0432\u0438\u0439 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0441\u0432\u043e\u0457\u043c\u0438 \u0437\u043d\u0430\u043d\u043d\u044f\u043c\u0438, \u0449\u043e\u0431 \u0440\u043e\u0437\u0448\u0438\u0440\u0438\u0442\u0438 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0456\u0432 \u0447\u0435\u0440\u0435\u0437 Statorials. \u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435","sameAs":["http:\/\/statorials.org\/uk"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/posts\/2618"}],"collection":[{"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/comments?post=2618"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/posts\/2618\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/media?parent=2618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/categories?post=2618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/uk\/wp-json\/wp\/v2\/tags?post=2618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}