<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Add .sas file to query in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314649#M1556</link>
    <description>&lt;P&gt;I'm trying to understand the situation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your first code is - GermanCreditV2Combination.sas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
CREATE TABLE Work.Car
AS
SELECT  OBS, GermanCreditV2.New_Car,GermanCreditV2.Used_Car
,(CASE
     WHEN (New_Car = 1 or Used_Car = 1) THEN 1
     ELSE 0
     END) as Car
     ,(CASE
     WHEN (MaleDiv = 1 or MaleSingle = 1 or MaleMarorWid = 1) THEN 1
     ELSE 0
     End) as Sex
     ,(CASE
     WHEN (Education = 1 or Retraining = 1) THEN 1
     ELSE 0
     End) as NewEducation
     ,(case
     WHEN (Guarantor = 1 or APPLICANT = 1) THEN 1
     ELSE 0
     END) AS NewApplicant
     ,(CASE
     WHEN (Furniture = 1 or Radio = 1) THEN 1
     ELSE 0
     END) AS Appliance
     FROM GC.GermanCreditV2;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you wrote:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;I have a sas file called GermanCreditV2Combination.sas, &lt;BR /&gt;in this file i combined several binary variables, &lt;BR /&gt;then &lt;STRONG&gt;i want to link it to another data set&lt;/STRONG&gt; to use these combined variables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should distinguish between a program (proc sql or data set) and a sas dataset (like work.car).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;STRONG&gt;i want to link it to another data set&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;what is this "another data set" ? what variables are in it ? what variables are in common with work.cars dataset ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Nov 2016 19:26:42 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2016-11-27T19:26:42Z</dc:date>
    <item>
      <title>How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314616#M1540</link>
      <description>&lt;P&gt;Hi, I have a probolem regarding sas file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a sas file and i want to add to query, to merge data, however it is no options to choose from home folder, only can used the one from library,but because myfile is .sas file, i cnnot add to library, then what shall i do the add it into query ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13178i194082BE50F0DCB3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午6.20.04.png" title="屏幕快照 2016-11-27 下午6.20.04.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 17:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314616#M1540</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314633#M1545</link>
      <description>&lt;P&gt;.sas file is aprogram file.&lt;/P&gt;
&lt;P&gt;What do you want to do by adding it to a query?&lt;/P&gt;
&lt;P&gt;What SAS platform are you using?&lt;/P&gt;
&lt;P&gt;What do you have in your query? and what does the .sas file contains ?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314633#M1545</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-27T18:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314635#M1546</link>
      <description>&lt;P&gt;Hi, I have a sas file called GermanCreditV2Combination.sas, in this file i combined several binary variables, then i want to link it to another data set to use these combined variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i create a query and try to link them together, but i find i have no option to attach .sas file.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13183iE51857BBC26558DE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午7.20.36.png" title="屏幕快照 2016-11-27 下午7.20.36.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314635#M1546</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314636#M1547</link>
      <description>&lt;P&gt;Hi, I have a sas file called GermanCreditV2Combination.sas, in this file i combined several binary variables, then i want to link it to another data set to use these combined variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i create a query and try to link them together, but i find i have no option to attach .sas file.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13184i824907BCC5DA5350/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午7.20.36.png" title="屏幕快照 2016-11-27 下午7.20.36.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13185i9AEFDB1D663C56E3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午7.20.36.png" title="屏幕快照 2016-11-27 下午7.20.36.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314636#M1547</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314638#M1548</link>
      <description>&lt;P&gt;another thing i forget to mention, i use sas studio. and i want to create analytical base table in sas, so i create query to do that.&lt;/P&gt;&lt;P&gt;then i try to link the combination sas file with the original data set to merge the binary variable, but i'm not quite sure whether my step is correct or not ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314638#M1548</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314639#M1549</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/116901"&gt;@Macy﻿&lt;/a&gt;, in the posted .png files you show the output you have.&lt;/P&gt;
&lt;P&gt;As .sas file is a program file it should be included in the CODE ,&lt;/P&gt;
&lt;P&gt;maybe in as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;%include "..path and name to the .sas file ..";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To help you more upload and post your query code and the .sas file code.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314639#M1549</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-27T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314640#M1550</link>
      <description>&lt;P&gt;if i want to query ABT and create ABT, is the step i follow correct ? Becasue i am not quite sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or some other options i can choose to make it ?&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:45:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314640#M1550</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314641#M1551</link>
      <description>&lt;P&gt;and i am trying to write code in query, but it does not allow me to do that, i donot know why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the sas file i want to merge with the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314641#M1551</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314643#M1552</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The most important thing is i want to follow as attached process flow, as you can see in the middle bottom, it shows 'query ABT 'and upper middle it shows 'create ABT'. But firstly, i do not know how to query ABT and how to write code in qury, becuse i suppose in the query ABT i shall write the code to combine the different dataset tegether, but as i mentioned, it does not allow me to add .sas file. so i d not know how to add this file to query ABT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;secondly, i have transformed the numerical variable, i want to include them in the ABT, but i donot know how to include thme into ABT, shall i write the code in query ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13186i075BD8FC20C16DFE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午7.55.19.png" title="屏幕快照 2016-11-27 下午7.55.19.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 18:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314643#M1552</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T18:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314644#M1553</link>
      <description>&lt;P&gt;Now I can see that you created the &lt;STRONG&gt;work.car&lt;/STRONG&gt; output dataset using &lt;STRONG&gt;proc sql&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You did not&lt;U&gt; post the code you have&lt;/U&gt; in&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;GermanCreditV2Combination.sas&lt;/SPAN&gt;&lt;/STRONG&gt; program file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post it and i will show you how to chain it to you query, the proc sql you have.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314644#M1553</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-27T19:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314645#M1554</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the code use to create the combination data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;CREATE TABLE Work.Car&lt;BR /&gt;AS&lt;BR /&gt;SELECT OBS, GermanCreditV2.New_Car,GermanCreditV2.Used_Car&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (New_Car = 1 or Used_Car = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) as Car&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (MaleDiv = 1 or MaleSingle = 1 or MaleMarorWid = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;End) as Sex&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (Education = 1 or Retraining = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;End) as NewEducation&lt;BR /&gt;,(case&lt;BR /&gt;WHEN (Guarantor = 1 or APPLICANT = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) AS NewApplicant&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (Furniture = 1 or Radio = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) AS Appliance&lt;BR /&gt;FROM GC.GermanCreditV2;&lt;BR /&gt;QUIT;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314645#M1554</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314647#M1555</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the code use to create the combination data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;CREATE TABLE Work.Car&lt;BR /&gt;AS&lt;BR /&gt;SELECT OBS, GermanCreditV2.New_Car,GermanCreditV2.Used_Car&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (New_Car = 1 or Used_Car = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) as Car&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (MaleDiv = 1 or MaleSingle = 1 or MaleMarorWid = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;End) as Sex&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (Education = 1 or Retraining = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;End) as NewEducation&lt;BR /&gt;,(case&lt;BR /&gt;WHEN (Guarantor = 1 or APPLICANT = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) AS NewApplicant&lt;BR /&gt;,(CASE&lt;BR /&gt;WHEN (Furniture = 1 or Radio = 1) THEN 1&lt;BR /&gt;ELSE 0&lt;BR /&gt;END) AS Appliance&lt;BR /&gt;FROM GC.GermanCreditV2;&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13187iD744F662D82AEAC9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午8.05.24.png" title="屏幕快照 2016-11-27 下午8.05.24.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314647#M1555</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T19:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314649#M1556</link>
      <description>&lt;P&gt;I'm trying to understand the situation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your first code is - GermanCreditV2Combination.sas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
CREATE TABLE Work.Car
AS
SELECT  OBS, GermanCreditV2.New_Car,GermanCreditV2.Used_Car
,(CASE
     WHEN (New_Car = 1 or Used_Car = 1) THEN 1
     ELSE 0
     END) as Car
     ,(CASE
     WHEN (MaleDiv = 1 or MaleSingle = 1 or MaleMarorWid = 1) THEN 1
     ELSE 0
     End) as Sex
     ,(CASE
     WHEN (Education = 1 or Retraining = 1) THEN 1
     ELSE 0
     End) as NewEducation
     ,(case
     WHEN (Guarantor = 1 or APPLICANT = 1) THEN 1
     ELSE 0
     END) AS NewApplicant
     ,(CASE
     WHEN (Furniture = 1 or Radio = 1) THEN 1
     ELSE 0
     END) AS Appliance
     FROM GC.GermanCreditV2;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you wrote:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;I have a sas file called GermanCreditV2Combination.sas, &lt;BR /&gt;in this file i combined several binary variables, &lt;BR /&gt;then &lt;STRONG&gt;i want to link it to another data set&lt;/STRONG&gt; to use these combined variables.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should distinguish between a program (proc sql or data set) and a sas dataset (like work.car).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;STRONG&gt;i want to link it to another data set&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;what is this "another data set" ? what variables are in it ? what variables are in common with work.cars dataset ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314649#M1556</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-27T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314650#M1557</link>
      <description>&lt;P&gt;oh, i misunderstand it. j ust figure out and query ABT as attached, i merge these two datasets together.&lt;/P&gt;&lt;P&gt;Now i want to create ABT, do you know how to do that, and how shall i link the trasform data with ABT ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13188iD0FB70CE89129DEE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="屏幕快照 2016-11-27 下午8.30.33.png" title="屏幕快照 2016-11-27 下午8.30.33.png" /&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314650#M1557</guid>
      <dc:creator>Macy</dc:creator>
      <dc:date>2016-11-27T19:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add .sas file to query</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314651#M1558</link>
      <description>&lt;P&gt;So you have merged your two datasets.&lt;/P&gt;
&lt;P&gt;You are coming back to another your post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Studio/" target="_blank"&gt;https://communities.sas.com/t5/SAS-Studio/&lt;/A&gt;&lt;STRONG&gt;How-to-create-ABT-in-Sas-Studio/&lt;/STRONG&gt;m-p/314621&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not expert in analytics. Someone else in the forum will help you.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 19:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-Add-sas-file-to-query/m-p/314651#M1558</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-27T19:38:13Z</dc:date>
    </item>
  </channel>
</rss>

