In testing I just discovered a very odd thing... "RESIZE filename 30 64BIT" does NOT convert the file to 64-bit addressing. BUT it does seem to change the MINIMUM.MODULUS to 64!
"RESIZE filename DYNAMIC 64BIT" DOES convert the file to 64-bit and doesn't change the MINIMUM.MODULUS. On a file that is already 64-bit the command "RESIZE filename 30 32BIT" does NOT convert the file to 32-bit addressing, BUT changes the MINIMUM.MODULUS to 32! Moral - use the DYNAMIC keyword instead of 30... I'm running uv 10.1.8 on an HP. HTH, Jeff Fitzgerald Fitzgerald & Long, Inc. www.fitzlong.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martel, Henry Sent: Wednesday, July 09, 2008 6:18 AM To: [email protected] Subject: RE: [U2] Converting 32bit files to 64bit At the Unix level to use the following command to check if it has converted. To examine the header of the file. The first four hex bytes of a Universe file are ACEF. The next two are either 01 for 32-bit files or 02 for 64-bit files. od -x DAILY.BILLINGS/DATA.30 | more 0000000 acef 020c This doesn't work on the overflow file - OVER.30 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Fitzgerald Sent: Tuesday, July 08, 2008 4:04 PM To: [email protected] Subject: RE: [U2] Converting 32bit files to 64bit A couple questions: 1) How do you know it didn't convert? 2) What hardware platform and do you know that your hardware can do 64-bit? Jeff Fitzgerald Fitzgerald & Long, Inc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martel, Henry Sent: Tuesday, July 08, 2008 1:38 PM To: [email protected] Subject: [U2] Converting 32bit files to 64bit Can someone give the correct command for converting 32bit Universe files to 64 bit? I've tried the following command on my Dynamic file: "RESIZE PMO 30 64BIT" and it ran for a while without error, but it did not covert. I am not sure what is missing. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
