Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!im4u!rutgers!ames!ucbcad!ucbvax!CLARKU.BITNET!DHASKIN From: DHASKIN@CLARKU.BITNET (Denis W. Haskin, Manager, Technical Services) Newsgroups: comp.os.vms Subject: Re: CHECKSUM Message-ID: <8706122341.AA28266@ucbvax.Berkeley.EDU> Date: Thu, 11-Jun-87 11:05:00 EDT Article-I.D.: ucbvax.8706122341.AA28266 Posted: Thu Jun 11 11:05:00 1987 Date-Received: Sun, 21-Jun-87 01:35:05 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 34 > From: "Daniel J. Graham" > > Greetings and Gropings: > > I stumbled on the verb CHECKSUM today. Now, I admit only to limited > experience with VAX verbs of the esoteric sort. I assume that CHECKSUM is > supposed to give a checksum value for a file or image. when i run it, it > prompts for a filename, then comes back to the prompt with no further > information. > > I suppose that I'm making a stupid, obvious mistake, but I'm blind to it. > Could someone please tell me how to get it to work??? O$ checksum login.com O$ show sym checksum$checksum CHECKSUM$CHECKSUM = "850439196" O$ O$ checksum/file login.com O$ show sym checksum$checksum CHECKSUM$CHECKSUM = "850439196" O$ O$ checksum/image [.bitnet]daytype.exe file STAFF$ROOT:[DHASKIN.BITNET]DAYTYPE.EXE;3 image section %D'1' checksum is %X'3C025D03' image section %D'2' checksum is %X'0FB23CC8' image section %D'3' checksum is %X'42081862' image header checksum is %X'584C225F' checksum of all image sections is %X'71B879A9' O$ show sym checksum$checksum CHECKSUM$CHECKSUM = "1907915177" O$ O$ logox - Denis