HP3000-L Archives

July 1996, Week 5

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:
Netnews Server <[log in to unmask]>
Reply To:
Date:
Thu, 25 Jul 1996 22:04:08 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
[log in to unmask] (ChipDorm) wrote:
>Does anyone know a simple way to alter the modification dates on Image
>datasets so that all datasets will have the same modification date?
>"touch" does not seem to alter PRIV files.
 
Hello Chip. There is an easy way to accomplish your request. Using QUERY,
open the database in mode 1 and do an FO SETS (see example below):
 
     :QUERY
     >B=dbname
     PASSWORD = >>
     MODE = >>1
     >FO SETS
     >EXIT
 
Now, you can do a :LISTF dbname@,3 and you will see the MODIFIED date field
has been updated. Again, be sure that you open the database in mode 1.
 
Best regards,
Steve Patrick
HP Database Expert Center

ATOM RSS1 RSS2