Computing.Net > Forums > OpenVMS > OpenVMS RMS file modify

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

OpenVMS RMS file modify

Reply to Message Icon

Name: lili_poisson
Date: July 27, 2009 at 23:03:06 Pacific
OS: Windows XP
Subcategory: General
Comment:

I am newer on VMS, I would like to delete one record in a RMS aa.dat file. File organization: Indexed, Prolog: 3, Using 2 keys In 4 areas



Sponsored Link
Ads by Google

Response Number 1
Name: Joseph.Huber
Date: July 28, 2009 at 02:16:42 Pacific
Reply:

If the key(s) are text, then You can use DCL:
open/read/write logname filespec
read/key=mumble/delete logname
close logname

See HELp READ for details.

If the keys are binary, then a program in Your preferred language has to be written, which knows the key values and record definition.

A general program to manipulate (binary) files is DIX on the VMS freeware V8.

Joseph Huber, http://www.huber-joseph.de
ITRC


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: OpenVMS RMS file modify

OpenVMS RMS File update speed. www.computing.net/answers/openvms/openvms-rms-file-update-speed/188.html

RMS Files www.computing.net/answers/openvms/rms-files/232.html

OpenVMS backup files www.computing.net/answers/openvms/openvms-backup-files/472.html