FORMAT= suboption
PUT _ODS_ statement
Format: $CNTRY.
ODS
destinations:
HTML, RTF, PRINTER (PDF)
Details
This example assigns a label to the output object that it creates. It also specifies a label
and a format for individual columns. This example uses filenames that might not be
valid in all operating environments. To successfully run the example in your operating
environment, you might need to change the file specifications. See Appendix 7, “ODS
HTML Statements for Running Examples in Different Operating Environments,” on
page 1977.
Program
options pagesize=60 linesize=64 nodate pageno=1;
ods html body='your_body_file.html'
contents='your_contents_file.html'
frame='your_frame_file.html';
ods printer
file='your_pdf_file.pdf';
title 'Leading Grain Producers'; ...