Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: vmstape Message-ID: <9076@ucbvax.ARPA> Date: Mon, 15-Jul-85 15:55:02 EDT Article-I.D.: ucbvax.9076 Posted: Mon Jul 15 15:55:02 1985 Date-Received: Wed, 17-Jul-85 06:27:07 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 15 From: Charles HedrickThe correct solution to the HDR4 problem is that after reading HDR2 you should read and ignore records until an end of file mark. Although VMS currently uses HDR1 through HDR4, ANSI allows up to HDR9, and there can be user headers. So you might as well fix the program so that the next VMS release won't break it again. We have a version of VMSTAPE that handles creation dates and various other things. I have given it back to the author for evaluation, as I don't want to take over maintenance of VMSTAPE myself. Actually, ANSI does not require a HDR2, but without it, there are severe limits to how much processing you can do, so I think it is OK to require it. -------