Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ods2 results in files getting a version limit of "1" although DIR/FULL shows 0 #12

Open
vaxorcist opened this issue May 2, 2023 · 0 comments

Comments

@vaxorcist
Copy link

I used the ods2 command procedure:

SET NOERROR_EXIT
SET VERIFY
INIT/CREATE/MEDIUM_TYPE=RK07/LOG MTREK.RK7 MTREK
SHOW VOL
CREATE/DIRECTORY/LOG [MTREK]
COPY /TO_FILES-11/ASCII .for [MTREK].*
COPY /TO_FILES-11/ASCII .com [MTREK].*
COPY /TO_FILES-11/ASCII .map [MTREK].*
COPY /TO_FILES-11/ASCII .rat [MTREK].*
COPY /TO_FILES-11/ASCII .rno [MTREK].*
COPY /TO_FILES-11/ASCII .txt [MTREK].*
COPY /TO_FILES-11/ASCII .doc [MTREK].*
COPY /TO_FILES-11/BINARY .obj [MTREK].*
COPY /TO_FILES-11/BINARY/record_format=fixed=512 .exe [MTREK].*
SET DEFAULT [MTREK]
DIR /DATE/SIZE
DISMOUNT A:

to put the files obtained from https://www.digiater.nl/openvms/decus/vax82a/mtrek/ on an RK07 ods2 image file.

When I edited some of the .com files on the VAX, I noticed that after saving I still had one version of the edited file only.

DIR/FULL shows "No version limit" falsely.
A workaround is: SET FILE/VERSION=0 .;*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant