<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=PRINT</id>
		<title>PRINT - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=PRINT"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=PRINT&amp;action=history"/>
		<updated>2026-04-25T16:35:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=PRINT&amp;diff=1312&amp;oldid=prev</id>
		<title>Badge: New page:  == PRINT ==   '''Syntax:''' &lt;br&gt; PRINT field-name[;field-name][;field-name] &lt;br&gt;  '''Placement:''' &lt;br&gt; Place the PRINT command after the REPORT command. &lt;br&gt;  '''Discussion:'''&lt;br&gt;  The ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=PRINT&amp;diff=1312&amp;oldid=prev"/>
				<updated>2009-06-06T11:34:21Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  == PRINT ==   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39; &amp;lt;br&amp;gt; PRINT field-name[;field-name][;field-name] &amp;lt;br&amp;gt;  &amp;#39;&amp;#39;&amp;#39;Placement:&amp;#39;&amp;#39;&amp;#39; &amp;lt;br&amp;gt; Place the PRINT command after the REPORT command. &amp;lt;br&amp;gt;  &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;&amp;lt;br&amp;gt;  The ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== PRINT ==&lt;br /&gt;
 &lt;br /&gt;
'''Syntax:''' &amp;lt;br&amp;gt; PRINT field-name[;field-name][;field-name] &amp;lt;br&amp;gt; &lt;br /&gt;
'''Placement:''' &amp;lt;br&amp;gt; Place the PRINT command after the REPORT command. &amp;lt;br&amp;gt; &lt;br /&gt;
'''Discussion:'''&amp;lt;br&amp;gt;  The PRINT command specifies which fields will be printed, as well as the sequence (left to right) in which the fields will be printed. &amp;lt;br&amp;gt;&lt;br /&gt;
If the data dictionary (#CFILES) contains edit masks for numeric fields, they will be used on the report. &lt;br /&gt;
&lt;br /&gt;
'''Line continuation''' &lt;br /&gt;
&lt;br /&gt;
To continue the PRINT command to the next line, end the line with a &amp;quot;;&amp;quot; and continue on the next line. &lt;br /&gt;
 &lt;br /&gt;
'''Examples:'''&amp;lt;br&amp;gt;  To print a single line report (one where the fields from a single record are displayed on one line), use the PRINT command with the names of the fields to be printed: &lt;br /&gt;
  PRINT A;B;C&lt;br /&gt;
  &lt;br /&gt;
If the field names do not fit on one report specification line, use the line continuation character (;) and list subsequent field names on the following line(s): &lt;br /&gt;
  PRINT CUST.NUMBER;CUST.NAME;CREDIT.LIMIT;CURRENT.AR;&lt;br /&gt;
        AR.OVER.30.DAYS;AR.OVER.60.DAYS;AR.OVER.90.DAYS;&lt;br /&gt;
        AR.OVER.120.DAYS&lt;br /&gt;
  &lt;br /&gt;
'''Note:''' &amp;lt;br&amp;gt;The indentation shown in the second and third lines of the above example is optional.&amp;lt;br&amp;gt; Indentation is used to make the report specification easier to read;&amp;lt;br&amp;gt; it does not affect the processing of the report commands. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To print a multiple-line report, enter multiple PRINT statements such as: &lt;br /&gt;
&lt;br /&gt;
  PRINT A;B;C&lt;br /&gt;
  PRINT D;E;F&lt;br /&gt;
  &lt;br /&gt;
A common use of multiple PRINT statements is a report that prints labels from the CUSTOMER MASTER FILE. &lt;br /&gt;
  LINES 0&lt;br /&gt;
  NOHEADINGS&lt;br /&gt;
  SKIPPING 1&lt;br /&gt;
  INDENT n&lt;br /&gt;
  INPUT CUSTOMER&lt;br /&gt;
  REPORT&lt;br /&gt;
  PRINT CUST.NAME&lt;br /&gt;
  PRINT ADDRESS.1&lt;br /&gt;
  PRINT CITY;STATE;ZIP.CODE&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>