Please see attached! Steve
-----Original Message----- From: richu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 1:06 PM To: '[EMAIL PROTECTED]' Subject: [U2] 64 bit file detection Does anyone know of a tool, or have a decent routine that shows (on universe 10.1, aix 5.2) whether a file is a 32-bit or 64-bit file? Best Regards, Richard Unsworth Richardson Electronics, Ltd. Tel: (630) 208 2428 Fax: (630) 208 2957 EML: [EMAIL PROTECTED] ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users Received: from penicillin.corp.totalcrediting.com ([101.11.1.237]) by macbeth.corp.totalcrediting.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Apr 2004 12:21:05 -0400 Received: From zendo.oliver.com ([66.146.190.170]) by penicillin.corp.totalcrediting.com (WebShield SMTP v4.5 MR1a); id 1081182078208; Mon, 5 Apr 2004 12:21:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Received: from zendo.oliver.com (zendo.oliver.com [127.0.0.1]) by zendo.oliver.com (Postfix) with ESMTP id 2D9BC90213; Mon, 5 Apr 2004 09:15:23 -0700 (PDT) content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: Memo: Re: UV: How do I determine whether a file is using 64bitor 32 bit addressing Date: Mon, 5 Apr 2004 12:19:50 -0400 Message-ID: <[EMAIL PROTECTED]> Thread-Topic: Memo: Re: UV: How do I determine whether a file is using 64bitor 32 bit addressing Thread-Index: AcQa9Ikb6MHG0reETyeTAy3OGfX6LgABnfbwAAueaKA= List-Help: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://www.oliver.com/mailman/listinfo/u2-users>,<mailto:[EMAIL PROTECTED]> List-Unsubscribe: <http://www.oliver.com/mailman/listinfo/u2-users>,<mailto:[EMAIL PROTECTED]> From: "Steve Ferries" <[EMAIL PROTECTED]> To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Reply-To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Thanks guys, the filepeek told me the bad news! filepeek status: Active file .......... "/memo/MEMO1" Current file address . 0x00000000 Maximum file address . 0x79626FFF Window size .......... 512 bytes 0xFF will display as . "" Default base ......... 16 Default mode ......... 32-bit File type ............ 2 Modulo ............... 277169 Separation ........... 4 Group 0 .............. 0x00000800 Free head ............ 0x2B86C800 Addr: Steve -----Original Message----- From: Logan, David (SST - Adelaide) [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 6:47 AM To: U2 Users Discussion List Subject: RE: Memo: Re: UV: How do I determine whether a file is using 64 bitor 32 bit addressing Hi Steve, Use the filepeek verb, it is in the Universe bin directory (I presume this is unix as filepeek does not exist on windows (AFAIK)). Run this and look at the header information, it will tell you either 32 or 64 bit file. I also have a magic file (thanks to Glenn Herbert) that tells me from the files command at the unix prompt. I will publish this if you need it. Regards David Logan Database Administrator HP Managed Services 139 Frome Street, Adelaide 5000 Australia +61 8 8408 4273 +61 417 268 665 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, 5 April 2004 7:27 PM To: U2 Users Discussion List Subject: Memo: Re: UV: How do I determine whether a file is using 64 bit or 32 bit addressing Hi Steve, there are two ways that I know of : 1. Try to use the verb uvfixfile -f filename from Unix. It will complain that the file is 64 bit. 2. Use the STATUS statement in Basic. Note - this is not the same as the STATUS() function. This is the way that I do it. Write a little program that reads next from a list of file names, opens each file in turn and then use the status statement to return a dynamic array of info about the file. If attribute 32 is 5, the file is 64 bit. Do a HELP BASIC STATUS to get the full syntax. hth, asvin. "Steve & Lisa" <[EMAIL PROTECTED] on 04 Apr 2004 15:22 Please respond to U2 Users Discussion List <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: bcc: Subject: UV: How do I determine whether a file is using 64 bit or 32 bit addressing HI All, We have several files that are right at the 2 Gig limit. We are pretty sure that we have resized them using the 64 bit option. However, just to make sure, how may we determine if the file is indeed using 64 bit addressing. Thanks, Steve Ferries -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users ****************************************************************** This message originated from the Internet. Its originator may or may not be who they claim to be and the information contained in the message and any attachments may or may not be accurate. ****************************************************************** ************************************************************ HSBC Bank plc Registered Office: 8 Canada Square, London E14 5HQ Registered in England - Number 14259 Authorised and Regulated by the Financial Services Authority Member of the HSBC Bank marketing group. We sell life assurance, pensions and collective investment schemes and advise only on our own range of these products. ************************************************************ _____________________________________________________ This transmission has been issued by a member of the HSBC Group "HSBC" for the information of the addressee only and should not be reproduced and / or distributed to any other person. Each page attached hereto must be read in conjunction with any disclaimer which forms part of it. Unless otherwise stated, this transmission is neither an offer nor the solicitation of an offer to sell or purchase any investment. Its contents are based on information obtained from sources believed to be reliable but HSBC makes no representation and accepts no responsibility or liability as to its completeness or accuracy. -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users ------- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users
