<?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 How d I retrieve the Transformation name in a job? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-d-I-retrieve-the-Transformation-name-in-a-job/m-p/65774#M585</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I need to retrieve the transformation names in my jobs to identify the failed transformations any possible error and log them into a table. All I can get from the code is this:&lt;BR /&gt;
%let transformID = ...&lt;BR /&gt;
which can get me the ID. However for quick troubleshooting I need to get the name too.&lt;BR /&gt;
&lt;BR /&gt;
Are there any internal variables that I can use and is there a library I can access on the SAS site to see what is available?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
    <pubDate>Fri, 13 May 2011 14:12:50 GMT</pubDate>
    <dc:creator>Halaku</dc:creator>
    <dc:date>2011-05-13T14:12:50Z</dc:date>
    <item>
      <title>How d I retrieve the Transformation name in a job?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-d-I-retrieve-the-Transformation-name-in-a-job/m-p/65774#M585</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I need to retrieve the transformation names in my jobs to identify the failed transformations any possible error and log them into a table. All I can get from the code is this:&lt;BR /&gt;
%let transformID = ...&lt;BR /&gt;
which can get me the ID. However for quick troubleshooting I need to get the name too.&lt;BR /&gt;
&lt;BR /&gt;
Are there any internal variables that I can use and is there a library I can access on the SAS site to see what is available?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Fri, 13 May 2011 14:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-d-I-retrieve-the-Transformation-name-in-a-job/m-p/65774#M585</guid>
      <dc:creator>Halaku</dc:creator>
      <dc:date>2011-05-13T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How d I retrieve the Transformation name in a job?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-d-I-retrieve-the-Transformation-name-in-a-job/m-p/65775#M586</link>
      <description>try the getattr() metadata function.  Feed in the &amp;amp;transformID variable to return the name of the object.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/60739/HTML/default/viewer.htm#getattr.htm"&gt;http://support.sas.com/documentation/cdl/en/lrmeta/60739/HTML/default/viewer.htm#getattr.htm&lt;/A&gt;</description>
      <pubDate>Sat, 14 May 2011 06:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-d-I-retrieve-the-Transformation-name-in-a-job/m-p/65775#M586</guid>
      <dc:creator>CameronLawson</dc:creator>
      <dc:date>2011-05-14T06:38:15Z</dc:date>
    </item>
  </channel>
</rss>

