Cool. I found the include file with the following comment: * 04/23/99 24742 GMH Add special FINFO$HDRLAYOUT and access keywords ;-)
But my include file only includes keys up to the following line: EQUATE FH$RESIZEPATH TO 95 I am running 9.6. Were the extra keys added in a later release or do I just need to search for additional documentation? Vance -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Glenn Herbert Sent: Wednesday, February 18, 2004 2:28 PM To: U2 Users Discussion List Subject: RE: COUNT modifying unix timestamp I believe there is. There is a UNIVERSE.INCLUDE file FILEINFO.H which includes a definition of what would be in each dynamic array field when using: FILEINFO(Fvar, 99) or FILEINFO(Fvar, FINFO$HDRLAYOUT) For example if you executed: FileInfo = FILEINFO(Fvar, 99) you'd have: FileInfo<1> = File revision level FileInfo<2> = Modulus FileInfo<3> = Separation etc etc etc The count field updated in the file header would be FileInfo<112>. Note that some fields are bitmapped and none of that is detailed. Each of the fields makes more sense if you know what actually exists within a universe file header. I know there is documentation out there ;-) At 02:11 PM 02/18/2004, you wrote: >Is there any way to directly access information stored in the file header? I >use the information returned by the FILE.USAGE command to determine if a >static file can be archived or if it needs to be checked to see if it needs >to be resized. > >Vance -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
