Multiple choice technology programming languages

1.How can a /COPY source be compiled?

  1. In PDM, by taking 14 option

  2. In PDM, by taking 15 option

  3. by using CRTCPYSRC command

  4. /COPY source cannot be compiled

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

/COPY members are source code snippets that get included during compilation of other programs. They cannot be compiled directly because they are not complete programs - they contain fragments like data definitions, common procedures, or standard code blocks meant to be embedded into other source members. There is no CRTCPYSRC command (option C). Option D is correct - /COPY sources are included, not compiled standalone.