Consultor Eletrônico



Kbase P106775: What is the CRC value for my database?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/26/2005
Status: Unverified

GOAL:

What is the CRC value for my database?

GOAL:

How to determine the CRC value of my database?

FIX:

The code below will display the CRC value for your database:
FOR EACH _file where _file-number > 0 AND _file-number < 30000:
DISPLAY _FILE-name _crc.
END.