<?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: SDMX data from Australian Bureau of Statistics (ABS) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/770458#M244441</link>
    <description>&lt;P&gt;I wasn't aware of the JSON engine. I'll look into it and report back. Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Sep 2021 05:12:07 GMT</pubDate>
    <dc:creator>BruceBrad</dc:creator>
    <dc:date>2021-09-26T05:12:07Z</dc:date>
    <item>
      <title>SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769781#M244117</link>
      <description>&lt;P&gt;Any suggestions on the best way to import data from the ABS SDMX-json interface? I believe they use the same format as the OECD, but the SASEOECD engine doesn't allow the use of non-OECD websites. An example access url is below. This is for the population aged 0-4 in 2018Q1. &lt;/P&gt;
&lt;PRE&gt;&lt;A id="url" href="https://stat.data.abs.gov.au/sdmx-json/data/ERP_QUARTERLY/1.0.3.A04.Q/all?detail=Full&amp;amp;dimensionAtObservation=AllDimensions&amp;amp;startPeriod=2018-Q1&amp;amp;endPeriod=2018-Q1" target="_blank" rel="noopener"&gt;https://stat.data.abs.gov.au/sdmx-json/data/ERP_QUARTERLY/1.0.3.A04.Q/all?detail=Full&amp;amp;dimensionAtObservation=AllDimensions&amp;amp;startPeriod=2018-Q1&amp;amp;endPeriod=2018-Q1&lt;/A&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 03:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769781#M244117</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2021-09-23T03:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769782#M244118</link>
      <description>Can a mod move this into a better forum? (I started by thinking SASEOECD was a procedure).</description>
      <pubDate>Thu, 23 Sep 2021 03:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769782#M244118</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2021-09-23T03:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769880#M244160</link>
      <description>If it is a JSON file . Why not use JSON engine of LIBNAME ?</description>
      <pubDate>Thu, 23 Sep 2021 12:25:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/769880#M244160</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-09-23T12:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/770458#M244441</link>
      <description>&lt;P&gt;I wasn't aware of the JSON engine. I'll look into it and report back. Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 05:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/770458#M244441</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2021-09-26T05:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/788615#M252179</link>
      <description>&lt;P&gt;Returning to this problem. I have the (perhaps mistaken) guess that the solution to this should be simple. Below is my most recent attempt using the xml engine. I get an error message saying an xmlmap might be required. How do I create this? The data structure is very simple (the https file can be opened in a browser).&lt;/P&gt;
&lt;PRE&gt;%let url = https://api.data.abs.gov.au/data/CPI/1.10001.10.1.Q/all?startPeriod=2019;
filename in url "&amp;amp;url" debug;
libname in xml xmltype=generic;
data temp;
  set in.series;
run;
&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jan 2022 09:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/788615#M252179</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2022-01-06T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: SDMX data from Australian Bureau of Statistics (ABS)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/788619#M252183</link>
      <description>&lt;P&gt;This code runs. It returns a set of files which I would have to merge together to get the basic data table I'm after. Has this reassembly process been packaged into a procedure or macro for data in the SDMX format?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;%let url = https://api.data.abs.gov.au/data/CPI/1.10001.10.1.Q/all?startPeriod=2019;
filename temp1 "%sysget(TEMP)\temp1.txt";
filename map "%sysget(TEMP)\temp.map";

proc http url="&amp;amp;url" out=temp1;run;

libname temp1 xmlv2 automap=replace xmlmap=map;

proc copy in=temp1 out=work;run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jan 2022 10:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SDMX-data-from-Australian-Bureau-of-Statistics-ABS/m-p/788619#M252183</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2022-01-06T10:31:46Z</dc:date>
    </item>
  </channel>
</rss>

