<?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: XBRL Generated Using put statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119413#M293362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got some errors trying to resolve it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2013 04:41:16 GMT</pubDate>
    <dc:creator>santhosh</dc:creator>
    <dc:date>2013-06-28T04:41:16Z</dc:date>
    <item>
      <title>XBRL Generated Using put statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119411#M293360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following code to generate an XBRL file&lt;/P&gt;&lt;P&gt;Here i am creating macros and using in programs&lt;/P&gt;&lt;P&gt;I have attached output generated&lt;/P&gt;&lt;P&gt;I want to know is it correct format of XBRL or&lt;/P&gt;&lt;P&gt;any other way to generate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filename outxml "path/xbrl_sample.xml";&lt;BR /&gt;data _null_;&lt;BR /&gt;file outxml; /*XML Output File */&lt;BR /&gt;put '&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;' ;&lt;BR /&gt;put '&amp;lt;xbrli:xbrl xmlns:xbrli="&lt;A href="http://www.xbrl.org/2003/instance"&gt;http://www.xbrl.org/2003/instance&lt;/A&gt;" xmlns:link="&lt;A href="http://www.xbrl.org/2003/linkbase"&gt;http://www.xbrl.org/2003/linkbase&lt;/A&gt;"&lt;BR /&gt; xmlns:xlink="&lt;A href="http://www.w3.org/1999/xlink"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;" xmlns:ref="&lt;A href="http://www.xbrl.org/2004/ref"&gt;http://www.xbrl.org/2004/ref&lt;/A&gt;" xmlns:xbrldt="&lt;A href="http://xbrl.org/2005/xbrldt"&gt;http://xbrl.org/2005/xbrldt&lt;/A&gt;" &lt;BR /&gt;xmlns:xbrldi="&lt;A href="http://xbrl.org/2006/xbrldi"&gt;http://xbrl.org/2006/xbrldi&lt;/A&gt;" xmlns:iso4217="&lt;A href="http://www.xbrl.org/2003/iso4217"&gt;http://www.xbrl.org/2003/iso4217&lt;/A&gt;" xmlns:in-XXX-rep="&lt;A href="http://www.xbrl.in/XXX/pbg/2009-02-06%22%3E'"&gt;http://www.xbrl.in/XXX/pbg/2009-02-06"&amp;gt;'&lt;/A&gt;;&lt;BR /&gt;put&amp;nbsp; '&amp;lt;link:schemaRef xlink:type="simple" xlink:href="in-XXX-rep-2009-02-06.xsd" /&amp;gt;';&lt;BR /&gt;put '&amp;lt;xbrli:context id="'&amp;amp;asdate'"&amp;gt;';&lt;BR /&gt;put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt;put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;'; &lt;BR /&gt;put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;'; &lt;BR /&gt;put '&amp;lt;xbrli:period&amp;gt;' ; &lt;BR /&gt;put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;'; &lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt;put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt;put '&amp;lt;xbrli:context id="'&amp;amp;OneMonth'"&amp;gt;';&lt;BR /&gt;put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;';&lt;BR /&gt;put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt;put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:OneMonth&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt;put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;TwoMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;'; &lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:TwoMonths&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;'; &lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;ThreeMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;' ;&lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:ThreeMonths&amp;lt;/xbrldi:explicitMember&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;'; &lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;FourMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;'; &lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:FourMonths&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;FiveMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:FiveMonths&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;'; &lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;SixMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:SixMonths&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:context id="'&amp;amp;ExceedingSixMonths'"&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:entity&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:identifier scheme="'&amp;amp;datelink'"&amp;gt;712&amp;lt;/xbrli:identifier&amp;gt;'; &lt;BR /&gt; put '&amp;lt;xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:ExceedingSixMonths&amp;lt;/xbrldi:explicitMember&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:segment&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:entity&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:instant&amp;gt;' "&amp;amp;DATEY" '&amp;lt;/xbrli:instant&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:period&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:context&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:unit id="USD"&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:measure&amp;gt;iso4217:USD&amp;lt;/xbrli:measure&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:unit&amp;gt;';&lt;BR /&gt; put '&amp;lt;xbrli:unit id="INR"&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;xbrli:measure&amp;gt;iso4217:INR&amp;lt;/xbrli:measure&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:unit&amp;gt;';&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:Version contextRef="'&amp;amp;asdate'"&amp;gt;V1.0&amp;lt;/in-XXX-rep:Version&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyBalances contextRef="'&amp;amp;asdate'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;FCY" '&amp;lt;/in-XXX-rep:ForeignCurrencyBalances&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:NetOpenExchangePosition contextRef="'&amp;amp;asdate'" unitRef="INR" precision="INF"&amp;gt;' "&amp;amp;NET" '&amp;lt;/in-XXX-rep:NetOpenExchangePosition&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:NetOpenExchangePositionDomesticCurrency contextRef="'&amp;amp;asdate'" unitRef="INR" precision="INF"&amp;gt;' "&amp;amp;FCYINR" '&amp;lt;/in-XXX-rep:NetOpenExchangePositionDomesticCurrency&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:AggregateGapLimitMaintained contextRef="'&amp;amp;asdate'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;AGL" '&amp;lt;/in-XXX-rep:AggregateGapLimitMaintained&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ValueatRiskMaintained contextRef="'&amp;amp;asdate'" unitRef="INR" precision="INF"&amp;gt;' "&amp;amp;VAR" '&amp;lt;/in-XXX-rep:ValueatRiskMaintained&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;OneMonth'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;one" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;TwoMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;two" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;ThreeMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;three" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;FourMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;four" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;FiveMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;five" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;SixMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;six" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;' ;&lt;BR /&gt; put&amp;nbsp; '&amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="'&amp;amp;ExceedingSixMonths'" unitRef="USD" precision="INF"&amp;gt;' "&amp;amp;seven" '&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt;'; &lt;BR /&gt; put&amp;nbsp; '&amp;lt;/xbrli:xbrl&amp;gt;';&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output generated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:xbrl xmlns:xbrli="&lt;A href="http://www.xbrl.org/2003/instance"&gt;http://www.xbrl.org/2003/instance&lt;/A&gt;" xmlns:link="&lt;A href="http://www.xbrl.org/2003/linkbase"&gt;http://www.xbrl.org/2003/linkbase&lt;/A&gt;" &lt;/P&gt;&lt;P&gt;xmlns:xlink="&lt;A href="http://www.w3.org/1999/xlink"&gt;http://www.w3.org/1999/xlink&lt;/A&gt;" xmlns:ref="&lt;A href="http://www.xbrl.org/2004/ref"&gt;http://www.xbrl.org/2004/ref&lt;/A&gt;" xmlns:xbrldt="&lt;A href="http://xbrl.org/2005/xbrldt"&gt;http://xbrl.org/2005/xbrldt&lt;/A&gt;" &lt;/P&gt;&lt;P&gt;xmlns:xbrldi="&lt;A href="http://x/"&gt;http://x&lt;/A&gt; brl.org/2006/xbrldi" xmlns:iso4217="&lt;A href="http://www.xbrl.org/2003/iso4217"&gt;http://www.xbrl.org/2003/iso4217&lt;/A&gt;" xmlns:in-XXX-rep="&lt;A href="http://www.xbrl.in/XXX/bpg/2009-02-06"&gt;http://www.xbrl.in/XXX/bpg/2009-02-06&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;link:schemaRef xlink:type="simple" xlink:href="in-XXX-rep-2009-02-06.xsd" /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.xxx.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.xxx.xxx.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_OneMonth"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.xxx.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.xxx.xxx.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:OneMonth&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_TwoMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.xxx.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.xxx.xxx.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:TwoMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_ThreeMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.gov.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.XXX.gov.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:ThreeMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_FourMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.gov.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.XXX.gov.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:FourMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_FiveMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.gov.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.XXX.gov.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:FiveMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_SixMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.gov.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.XXX.gov.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:SixMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:context id="asof_20130527_ExceedingSixMonths"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:identifier scheme="&lt;A href="http://www.xxx.gov.in/712/2013-05-27%22%3E712%3C/xbrli:identifier"&gt;http://www.XXX.gov.in/712/2013-05-27"&amp;gt;712&amp;lt;/xbrli:identifier&lt;/A&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrldi:explicitMember dimension="in-XXX-rep:CurrencyMismatchDurationDimension"&amp;gt;in-XXX-rep:ExceedingSixMonths&amp;lt;/xbrldi:explicitMember&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:segment&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:entity&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:instant&amp;gt;2013-05-27&amp;lt;/xbrli:instant&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:period&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:context&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:unit id="USD"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:measure&amp;gt;iso4217:USD&amp;lt;/xbrli:measure&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:unit&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xbrli:unit id="INR"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;xbrli:measure&amp;gt;iso4217:INR&amp;lt;/xbrli:measure&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:unit&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:Version contextRef="asof_20130527"&amp;gt;V1.0&amp;lt;/in-XXX-rep:Version&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyBalances contextRef="asof_20130527" unitRef="USD" precision="INF"&amp;gt;12456589.00&amp;lt;/in-XXX-rep:ForeignCurrencyBalances&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:NetOpenExchangePosition contextRef="asof_20130527" unitRef="INR" precision="INF"&amp;gt;12345678.00&amp;lt;/in-XXX-rep:NetOpenExchangePosition&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:NetOpenExchangePositionDomesticCurrency contextRef="asof_20130527" unitRef="INR" precision="INF"&amp;gt;98765432.00&amp;lt;/in-XXX-rep:NetOpenExchangePositionDomesticCurrency&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:AggregateGapLimitMaintained contextRef="asof_20130527" unitRef="USD" precision="INF"&amp;gt;12365523.00&amp;lt;/in-XXX-rep:AggregateGapLimitMaintained&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ValueatRiskMaintained contextRef="asof_20130527" unitRef="INR" precision="INF"&amp;gt;917900.00&amp;lt;/in-XXX-rep:ValueatRiskMaintained&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_OneMonth" unitRef="USD" precision="INF"&amp;gt;-12345678.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_TwoMonths" unitRef="USD" precision="INF"&amp;gt;12345678.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_ThreeMonths" unitRef="USD" precision="INF"&amp;gt;13597862.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_FourMonths" unitRef="USD" precision="INF"&amp;gt;54623189.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_FiveMonths" unitRef="USD" precision="INF"&amp;gt;-47813596.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_SixMonths" unitRef="USD" precision="INF"&amp;gt;471258936.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;in-XXX-rep:ForeignCurrencyMaturityMismatch contextRef="asof_20130527_ExceedingSixMonths" unitRef="USD" precision="INF"&amp;gt;-96325874.00&amp;lt;/in-XXX-rep:ForeignCurrencyMaturityMismatch&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/xbrli:xbrl&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 11:44:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119411#M293360</guid>
      <dc:creator>santhosh</dc:creator>
      <dc:date>2013-06-26T11:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: XBRL Generated Using put statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119412#M293361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check if it is the correct format you could try using a validation tool. For example I found an online tool:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ewf.companieshouse.gov.uk/xbrl_validator" title="https://ewf.companieshouse.gov.uk/xbrl_validator"&gt;XBRL Company Accounts Validator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it is the kind of validation you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 12:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119412#M293361</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2013-06-26T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: XBRL Generated Using put statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119413#M293362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got some errors trying to resolve it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 04:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XBRL-Generated-Using-put-statement/m-p/119413#M293362</guid>
      <dc:creator>santhosh</dc:creator>
      <dc:date>2013-06-28T04:41:16Z</dc:date>
    </item>
  </channel>
</rss>

