Multiple choice technology mainframe

@COPY,A AND @ASG,A commands signifies:

  1. Coping an already existing symbolic file and asgning an already existing symbolic file

  2. Coping an absolute file and asgning an already existing symbolic file

  3. Coping an already existing symbolic file and asgning an absolute file

  4. Coping an absolute file and asgning an absolute file.

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

The @COPY,A command copies an absolute file (creating a new copy), while @ASG,A assigns an already existing symbolic file (creating a reference or alias). The 'A' suffix in @COPY,A indicates it works with absolute files, which have actual data allocated. The @ASG with symbolic files creates pointers rather than full copies. The other combinations mix up absolute/symbolic incorrectly.