I have tested the following several times this weekend
and I keep loosing rows of data with writechk on.

set writechk off
out 1.dat
unload all
out screen

set writechk on
out 2.dat
unload all
out screen

set writechk off
out 3.dat
unload all
out screen

File 1.dat and 3.dat are the same size, file 2.dat is
10 times smaller.

What should I look for and why would writechk make a
difference in the output file?

thanks
marc




 
> 
> --- "A. Razzak Memon" <[EMAIL PROTECTED]> wrote:
> > 
> > At 07:10 AM 8/8/2003 -0700, Marc Schluter wrote:
> > 
> > >well folks
> > >
> > >I think I found my problem.
> > >
> > >If I start RBW then do Unload all, everything is
> > OK.
> > >Then I run
> > >   SET ZERO ON
> > >   SET WRITECHK ON
> > >   SET CLEAR ON
> > >and the output file is smaller and I loose the
> > rows.
> > >Then I set writechk off and did another unload
> all
> > and
> > >it worked fine.
> > >
> > >It seems that writechk on will not allow all of
> the
> > >rows to be written to the output file and it
> > appears
> > >to be the tables with dates.
> > >
> > >Am I crazy or is this possible?
> > 
> > 
> > Marc,
> > 
> > SET WRITECHK ON specifies R:BASE to verify "EVERY"
> > write to disk.
> > 
> > So, you may need to check integrity of your
> database
> > using R:SCOPE.
> > 
> > Just for fun:
> > 
> > Try the same scenario using the CONCOMP database
> > bundled with the latest R:BASE 6.5++ for Windows,
> > i.e., C:\RBTI\RBWIN65\SAMPLES\CONCOMP and see what
> > happens.
> > 
> > Have Fun!
> > 
> > Very Best R:egards,
> > 
> > Razzak.
> > 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to