Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!WORLD.STD.COM!bzs From: bzs@WORLD.STD.COM (Barry Shein) Newsgroups: comp.society.futures Subject: C's sins of commission (was: (pssst...fortran?)) Message-ID: <9009211708.AA27593@world.std.com> Date: 21 Sep 90 17:08:41 GMT References: <9009211543.AA25709@world.std.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 22 Probably an unnecessary correction but... > declare array fixed bin(31); > >declared a 32-bit integer array (you always omitted the sign bit if >there was one, strange.) Should have been something like: declare array(MAXARRAY) fixed bin(31); or thereabouts. My PL/I is rusty, but it ain't that rusty... DCL FOO(MAXFOO) FIXED BIN(31) CONTIGUOUS BASED (THING); heh heh. -Barry Shein Software Tool & Die | {xylogics,uunet}!world!bzs | bzs@world.std.com Purveyors to the Trade | Voice: 617-739-0202 | Login: 617-739-WRLD