1828171 Members
2775 Online
109975 Solutions
New Discussion

Re: checkcrc

 
Ivan Senekovic_1
Occasional Advisor

checkcrc

Does anybody has some help/manual for undocumented command "checkcrc" for OpenVMS ?
4 REPLIES 4
Phillip Thayer
Esteemed Contributor

Re: checkcrc

Ivan,

I could not find any information on this commnand. Are you sure t hat this is not a user written program that is setup as a global symbol or installed in the DCL tables with a set command? Try using the DCL command SHOW SYM CHECKCRC and see if it shows anything. Also, look for a CHECKCRC.CLD file to see if it was setup as a DCL command.

Phil
Once it's in production it's all bugs after that.
Volker Halle
Honored Contributor

Re: checkcrc

Ivan,

the real DCL command is CHECKSUM. It's finally documented in OpenVMS V8.2, so you should find it in the DCL manual:

http://h71000.www7.hp.com/doc/82FINAL/9996/9996pro_23.html#checksum

Volker.
Ivan Senekovic_1
Occasional Advisor

Re: checkcrc

thank,s guys for so fast and good replies

regards from Slovenia

Ivan
Ivan Senekovic_1
Occasional Advisor

Re: checkcrc

The end