HP 3000 Manuals

$COPYRIGHT [ HP COBOL II/XL Quick Reference Guide ] MPE/iX 5.0 Documentation


HP COBOL II/XL Quick Reference Guide

$COPYRIGHT 

The $COPYRIGHT command puts a copyright string into your object file.

Syntax 

     $COPYRIGHT [string [, string]...]

Parameter 

string        the data to be placed into the object file.  The characters
              of string must be preceded and followed by a quotation
              mark.  The total number of characters used in the strings
              is limited to 116.  This includes any blanks appearing in
              strings, but does not include the quotation marks used to
              delimit the strings.



MPE/iX 5.0 Documentation