It sounds like you are blowing the memory stack with such a large item. With type 19 files you will want to do WRITESEQ so that it writes each individual line out keeping your memory intact.
-Dan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeff Colvin Sent: Tuesday, January 18, 2011 11:01 AM To: [email protected] Subject: [U2] Fault type is 11. Layer type is BASIC run machine. I’m getting the following error message: CRITICAL ERROR! Notify the system administrator. Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC run machine. Fault occurred in BASIC program IM.BUILD.NEW.COLD.WRK at address 228. I ran the IM.BUILD.NEW.COLD.WRK program in the DEBUG mode and found out that the error pops up when it executes the following line of code: WRITE COLD.TEXT ON COLD.WRK, COLD.WRK.ID THEN I found out the COLD.WRK is a TYPE 19 file. The COLD.WRK.ID is set to cold13-1.txt. I can use the PICK EDitor and view the txt file without a problem. The COLD.TEXT record is 53,486,974 bytes in size. I’ve opened up the permissions to the COLD.WRK file via chmod 777. I’ve also had additional space allocated. I am working on a system with Universe version 10.0.14 and AIX version 5.2.0.0. I appreciate your help, Jeff Colvin _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
