Submitted Questions

  • COPY Statement

    Which one of the following COPY statement is correct?1) COPY COPYFILE REPLACE ==PRE-== ==WK-==2) COPY COPYFILE REPLACING =PRE-= =WK-=3) COPY COPYFILE SUPPRESS4) COPY REPLACING ==PRE-== ==WK-== IN COPYFILE5) COPY SUPPRESS COPYFILE

    Abhusha

    • Nov 20th, 2014

    COPY COPYFILE REPLACING =PRE-= =WK-= is the correct answer

    correct syntax Syntax:
    COPY copybook-name [(OF/IN) library name]
    [REPLACING string-to-be-replaced BY replacing-string]

    Rishu

    • Jul 27th, 2014

    1st one the answer