<?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: ODS Labels are not printing.. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Labels-are-not-printing/m-p/386126#M13235</link>
    <description>&lt;P&gt;Have you tried specifying the LABEL option in the PROC PRINT statement?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 19:54:53 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-08-07T19:54:53Z</dc:date>
    <item>
      <title>ODS Labels are not printing..</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Labels-are-not-printing/m-p/386116#M13234</link>
      <description>&lt;PRE&gt;On the excel sheet, the labels are not printing. It is using the column names instead. What am I missing in my code?&amp;nbsp;
ods EXCEL file="\\networkfilepath_&amp;amp;SYSDATE..xlsx" ; 

ods EXCEL options(sheet_name='Negative Margin Audit');
proc print data=work.AP_Audit_NegMgn3

style (header) = {background=cyan}
style (grandtotal) = {background=cyan} ;


format order_margin dollar10.2;
format movement_margin dollar10.2;
format total_charge dollar10.2;
format Carrier_Pay dollar10.2;
format Carrier_Extra_Pay dollar10.2;
format Carrier_Total_Pay dollar10.2;
label order_id = 'Order ID'
movement_id = 'Movement ID'
Dispatcher_User = 'Dispatcher User'
office_code = 'Dispatcher Office'
operations_user = 'Operations User'
customer_id = 'Customer ID'
revenue_code_id = 'Revenue Code'
override_payee_id = 'Carrier Code'
Order_Status = 'Order Status'
bill_distance = 'Order Distance'
total_charge = 'Revenue'
Carrier_Pay = 'Carrier Pay'
Carrier_Extra_Pay = 'Carrier Extra Pay'
Carrier_Total_Pay = 'Carrier Total Pay'
Order_Margin = 'Order Margin'
movement_margin = 'Movement Margin'
processing_status = 'Processing Status'
Broker_Commission_Eligible = 'Broker Commission Eligible'
bol_received = 'BOL Received'
Delivery_Date = 'Delivery Date'
ordered_date = 'Ordered Date'
Dispatch_Date = 'Dispatched Date'
Origin_City = 'Origin City'
Origin_State = 'Origin State'
Destin_City = 'Destination City'
Destin_State = 'Destination State';

sum order_margin;
sum movement_margin;
sum total_charge;
sum carrier_pay;
sum carrier_extra_pay;
sum carrier_total_pay;
run;

ods EXCEL close;
/*Create EXCEL file using work table data*/&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Labels-are-not-printing/m-p/386116#M13234</guid>
      <dc:creator>labin</dc:creator>
      <dc:date>2017-08-07T19:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Labels are not printing..</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Labels-are-not-printing/m-p/386126#M13235</link>
      <description>&lt;P&gt;Have you tried specifying the LABEL option in the PROC PRINT statement?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Labels-are-not-printing/m-p/386126#M13235</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-08-07T19:54:53Z</dc:date>
    </item>
  </channel>
</rss>

