VMS Help
COBOL, COPY statement, 1format_text-name

 *Conan The Librarian

  The COPY statement includes text in a COBOL source program.

  Format 1 -

  COPY text-name [ { OF } library-name ]
                 [ { IN }              ]

     [          { { ==pseudo-text-1==  }    { ==pseudo-text-2== } }     ]
     [REPLACING { { identifier-1       } BY { identifier-2      } } ... ] .
     [          { { literal-1          }    { literal-2         } }     ]
     [          { { word-1             }    { word-2            } }     ]

  Additional Information (explode) :

  Close     Help