From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] New OS From: Brantley Coile Date: Sun, 16 May 2004 21:15:38 -0400 In-Reply-To: <004a01c43baa$68e7fe50$0c7e7d50@SOMA> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-leyscoqpsekggqlrfenmibmttw" Topicbox-Message-UUID: 7d07f7c6-eacd-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-leyscoqpsekggqlrfenmibmttw Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit IDENTIFICATION DIVISION. PROGRAM-NAME: HW0001 AUTHOR: NOT TELLING. EVNIRONMENT DIVISION. OUTPUT-FILE ASSIGN TO STDOUT. DATA DIVISION. FILE SECTION. FD OUTPUT-FILE. 10 OUT-RECORD PIC X(80). DATA SECTION. 10 STRING PIC X(20) VALUE 'Hello, World'. PROCEDURE DIVISION. MOVE STRING INTO OUT-RECORD. WRITE OUTPUT-FILE. EXIT. What wrong with that? -- convicted COBOL fellon. --upas-leyscoqpsekggqlrfenmibmttw Content-Type: message/rfc822 Content-Disposition: inline Received: from psuvax1.cse.psu.edu (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 8780E19E57 for ; Sun, 16 May 2004 21:04:24 -0400 (EDT) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: from localhost (neuromancer.cse.psu.edu [130.203.4.2]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id D2BD819E34 for <9fans@cse.psu.edu>; Sun, 16 May 2004 21:04:05 -0400 (EDT) Received: from mail.cse.psu.edu ([130.203.4.6]) by localhost (neuromancer [130.203.4.2]) (amavisd-new, port 10024) with LMTP id 21519-02-40 for <9fans@cse.psu.edu>; Sun, 16 May 2004 21:04:05 -0400 (EDT) Received: from smtp.cegetel.net (mf01.sitadelle.com [212.94.174.78]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id F0B9419B48 for <9fans@cse.psu.edu>; Sun, 16 May 2004 21:04:04 -0400 (EDT) Received: from SOMA (unknown [80.125.126.12]) by smtp.cegetel.net (Postfix) with SMTP id 4C0CA379B7 for <9fans@cse.psu.edu>; Mon, 17 May 2004 03:04:00 +0200 (CEST) Message-ID: <004a01c43baa$68e7fe50$0c7e7d50@SOMA> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> References: <739406f67487fa69a3bebb04b6bbe97c@granite.cias.osakafu-u.ac.jp> Subject: Re: [9fans] New OS Date: Mon, 17 May 2004 03:00:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: by amavisd-new at cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.1.4 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces+bwc=borf.com@cse.psu.edu Errors-To: 9fans-bounces+bwc=borf.com@cse.psu.edu > By te bay, what is MCSA? micro$sloth certification something that someone's paid a lotta cash for and you have a pice of paper and a terminally damaged brain. i'm with dijkstra on this one: The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense. --upas-leyscoqpsekggqlrfenmibmttw--