cobol2.hlp (Table of Contents; Topic list)
TRUNCCOPY (↑ Choosing Run-time Behavior)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    TRUNCCOPY
 
  Function:     Specifies whether to truncate the names of
                COPY-files.
 
  Syntax:
 
     ─┬───┬─┬───────TRUNCCOPY──"integer"─┬────
        └─/─┘ └┬────┬─TRUNCCOPY────────────┘
               └─NO─┘
 
  Parameters:   integer              The number of characters to
                                     truncate the name of the COPY-file to.
                                     The maximum value that can be specified
                                     is 255.
 
  Default:      NOTRUNCCOPY
 
  Phase:        Syntax check
 
  $SET:         Initial
                                    -♦-