Comparing a dcf dictionary with the one embedded in the csdb
Posted: October 28th, 2018, 12:19 pm
Hi Folks,
I´m running an edit program that reads a csdb file, and the messages that are shown does not match with the file contents if I use a dataviewer/frequency tool. For example, I have an edit saying
if not invalueset($) then
errmsg("PCV4: %d",$); //debugging
endif;
All the records fail this, but with the frequency I can see that the variable has regular values.
I wonder if the csdb input file was not written with a different dictionary.
Is there a way to compare a dcf dictionary with the one which is embedded in the csdb?
Or, is there a way to generate a dcf dictionary file from the information stored in the csdb?
Best
Ari
I´m running an edit program that reads a csdb file, and the messages that are shown does not match with the file contents if I use a dataviewer/frequency tool. For example, I have an edit saying
if not invalueset($) then
errmsg("PCV4: %d",$); //debugging
endif;
All the records fail this, but with the frequency I can see that the variable has regular values.
I wonder if the csdb input file was not written with a different dictionary.
Is there a way to compare a dcf dictionary with the one which is embedded in the csdb?
Or, is there a way to generate a dcf dictionary file from the information stored in the csdb?
Best
Ari