Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site gitpyr.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!gitpyr!robert From: robert@gitpyr.UUCP (Robert Viduya) Newsgroups: net.lang.c Subject: Re: Language transitions Message-ID: <127@gitpyr.UUCP> Date: Thu, 14-Feb-85 04:40:56 EST Article-I.D.: gitpyr.127 Posted: Thu Feb 14 04:40:56 1985 Date-Received: Fri, 15-Feb-85 06:27:40 EST References: <4475@ucbvax.ARPA>, <590@ncoast.UUCP> <2793@ncsu.UUCP> Organization: Georgia Tech, Atlanta Lines: 25 >< Posted from mauney@ncsu.UUCP (Jon Mauney) > Pascal has two major problems: (1) it was designed as a *teaching* language, > > and (2) it was designed for batch systems -- the "PROGRAM FOOBIE(INPUT, > OUTPUT, BLETCH);" was intended to be linked to a file name via the CDC > version of a "DD" statement. > CDC version of a "DD" statement? I've used Pascal under NOS (one of CDC's operating systems) and it isn't necessary to use CDC's version of the "DD" statement. In your example, the command "FOOBIE,INFILE,OUTFILE,BLFILE." will execute the program with INFILE assigned to INPUT, OUTFILE assigned to OUTPUT and BLFILE assigned to BLETCH (assuming the program binary was in a file called FOOBIE). By the way, CDC's version of IBM's "DD" statement is "ASSIGN". It's also much easier to use (but then, that isn't saying much). robert -- Robert Viduya Georgia Institute of Technology ...!{akgua,allegra,amd,hplabs,ihnp4,masscomp,ut-ngp}!gatech!gitpyr!robert ...!{rlgvax,sb1,uf-cgrl,unmvax,ut-sally}!gatech!gitpyr!robert