HP3000-L Archives

June 1997, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Wed, 11 Jun 1997 09:12:04 +0530
Content-Type:
text/plain
Parts/Attachments:
text/plain (14 lines)
Efren writes:
> Im still working on the year 2000 project. Im doing a serial read using
> cobol, to update the date fields. To update critical items I delete the
> record then write the record using the updated fields.  The problem is

Stop right there.

Enable the database for Critical Item Update, which will allow you
to simply DBGET/DBUPDATE ... no DBDELETE, no DBPUT.

:DBUTIL
set dbname CIUPDATE=ON
exit

ATOM RSS1 RSS2