VMS Help  —  COBOL  COPY statement, 2format_record-name
  The COPY statement includes text in a COBOL source program.

  Format 2 -

  COPY record-name FROM DICTIONARY

     [          { { ==pseudo-text-1==  }    { ==pseudo-text-2== } }     ]
     [REPLACING { { identifier-1       } BY { identifier-2      } } ... ] .
     [          { { literal-1          }    { literal-2         } }     ]
     [          { { word-1             }    { word-2            } }     ]
Additional Information: explode extract

record-name
1__pseudo-text-1__identifier-1__literal-1__word-1 2__pseudo-text-2__identifier-2__literal-2__word-2
Close Help