(9864) Files, Versions and DCL COPY?

Archive of the OpenVMS Ask the Wizard (ATW) questions and answers database.
Locked

Topic author
User
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:16 am
Reputation: 0
Status: Offline

(9864) Files, Versions and DCL COPY?

Post by User » Sun Nov 28, 2004 8:26 am

Is there a single command that takes two files and merges them into a file that has the same name as one of the original files?

For example,

Code: Select all

$ COPY A.A;1,B.B;1 B.B;0
ERROR seen is:

Code: Select all

%COPY-E-OPENIN, error opening BCSC$DISK2:[BCSC.MVP.USERS.FHOENISCH]B.B;1 as input
-RMS-E-FLK, file currently locked by another user
Same problem happens if you use the APPEND command.
Last edited by marty.stu on Mon Aug 22, 2022 3:11 am, edited 1 time in total.


Wizard
Visitor
Posts: 0
Joined: Mon Jan 10, 2022 8:17 am
Reputation: 0
Status: Offline

Re: (9864) Files, Versions and DCL COPY?

Post by Wizard » Mon Nov 29, 2004 8:26 am

The OpenVMS Wizard cannot immediately think of a single-line DCL command for this purpose, using arbitrary (relative) version specifications.
Last edited by marty.stu on Mon Aug 22, 2022 3:12 am, edited 1 time in total.

Locked