FORTRAN in MTS

Total Page:16

File Type:pdf, Size:1020Kb

FORTRAN in MTS M T S The Michigan Terminal System Volume 6: FORTRAN in MTS October 1983 Updated February 1988 (Update 1) The University of Michigan Computing Center Ann Arbor, Michigan ***************************************************** * * * This obsoletes the December 1978 edition. * * * ***************************************************** 1 DISCLAIMER The MTS Manual is intended to represent the current state of the Michigan Terminal System (MTS), but because the system is constantly being developed, extended, and refined, sections of this volume will become obsolete. The user should refer to the U-M___ Computing_________ News,____ Computing Center Memos, and future Updates to this volume for the latest information about changes to MTS. Copyright 1983 by the Regents of the University of Michigan. Copying is permitted for nonprofit, educational use provided that (1) each repro- duction is done without alteration and (2) the volume reference and date of publication are included. Permission to republish any portions of this manual should be obtained in writing from the Director of the University of Michigan Computing Center. 2 MTS 6: FORTRAN in MTS October 1983 Page Revised February 1988 PREFACE_______ The software developed by the Computing Center staff for the operation of the high-speed processor computer can be described as a multiprogramming supervisor that handles a number of resident, reentrant programs. Among them is a large subsystem, called MTS (Michigan Terminal System), for command interpretation, execution control, file management, and accounting maintenance. Most users interact with the computer’s resources through MTS. The MTS Manual is a series of volumes that describe in detail the facilities provided by the Michigan Terminal System. Administrative policies of the Computing Center and the physical facilities provided described in other publications. The MTS volumes now in print are listed below. The date indicates the most recent edition of each volume; however, since volumes are updated by means of CCMemos, users should check the file *CCPUBLICA- TIONS, or watch for announcements in the U-M___ Computing_________ News,____ to ensure that their MTS volumes are fully up to date. Volume 1: The____________________________ Michigan Terminal System, January 1984 Volume 2: Public________________________ File Descriptions, January 1987 Volume 3: System______________________________ Subroutine Descriptions, April 1981 Volume 4: Terminals_____________________________ and Networks in MTS, March 1984 Volume 5: System_______________ Services, May 1983 Volume 6: FORTRAN______________ in MTS, October 1983 Volume 7: PL/I___________ in MTS, September 1982 Volume 8: LISP____________________ and SLIP in MTS, June 1976 Volume 9: SNOBOL4______________ in MTS, September 1975 Volume 10: BASIC____________ in MTS, December 1980 Volume 11: Plot_______________________ Description System, August 1978 Volume 12: PIL/2____________ in MTS, December 1974 Volume 13: The_____________________________ Symbolic Debugging System, September 1985 Volume 14: 360/370_________________________ Assemblers in MTS, May 1983 Volume 15: FORMAT__________________ and TEXT360, April 1977 Volume 16: ALGOL______________ W in MTS, September 1980 Volume 17: Integrated__________________________ Graphics System, December 1980 Volume 18: The___________________ MTS File Editor, February 1988 Volume 19: Tapes______________________ and Floppy Disks, November 1986 Volume 20: Pascal_____________ in MTS, December 1985 Volume 21: MTS_________________________________ Command Extensions and Macros, April 1986 Volume 22: Utilisp______________ in MTS, February 1988 Volume 23: Messaging_________________________________ and Conferencing in MTS, March 1987 Other volumes are in preparation. The numerical order of the volumes does not necessarily reflect the chronological order of their 3 MTS 6: FORTRAN in MTS Page Revised February 1988 October 1983 appearance; however, in general, the higher the number, the more specialized the volume. Volume 1, for example, introduces the user to MTS and describes in general the MTS operating system, while Volume 10 deals exclusively with BASIC. The attempt to make each volume complete in itself and reasonably independent of others in the series naturally results in a certain amount of repetition. Public file descriptions, for example, may appear in more than one volume. However, this arrangement permits the user to buy only those volumes that serve his or her immediate needs. Richard A. Salisbury General Editor 4 MTS 6: FORTRAN in MTS October 1983 Page Revised February 1988 PREFACE___________________ TO VOLUME 6 Volume 6 contains the descriptions of the various system components related to the use of the FORTRAN programming language in MTS. Acknowledgments for the descriptions and programs contained in this volume are as follows: The section "Interactive FORTRAN" is taken from the document UBC______ IF by Dennis O’Reilly (June 1975) which was produced by the University of British Columbia Computing Centre. The program was developed by the programming staff at that installation. The subsections "FORTRAN-G Source Module Error/Warning Messages," "FORTRAN-H Optimization Facilities," and "FORTRAN-H Source Module Error/Warning Messages" are reprinted with permission from the IBM publication, IBM_____________________________________________________ System/360 Operating System FORTRAN IV (G and H) Programmer’s__________________ Guide, form GC35-0002. The subsection "The FORTRAN Debug Facility" is reprinted with permission from the IBM publication, IBM_____________________________ System/360 and System/370 FORTRAN___________________ IV Language, form GC28-6515. | The subsection "Compiler Options" of section "VS FORTRAN" is | reprinted with permission from the IBM publication, VS__________ FORTRAN | Version_____________________________ 2: Programming Guide, form SC26-4222. The remainder of the descriptions in this volume were either produced or extensively modified from other documentation by the editorial and programming staffs at the University of Michigan Computing Center. 5 MTS 6: FORTRAN in MTS Page Revised February 1988 October 1983 6 MTS 6: FORTRAN in MTS October 1983 Page Revised February 1988 Contents________ Preface . 3 Assignment Option Descriptions . 74 Preface to Volume 6 . 5 Use of FORTRAN-H As a Subroutine . 75 Overview of FORTRAN in MTS . 13 Use of the FORTRAN-H Compiler As a Stand-Alone *FTN Interface . 17 Language Processor . 80 Introduction . 17 FORTRAN-H Optimization Description of the Interface 18 Facilities . 80 Options . 19 Program Optimization . 80 Simple Option Descriptions 21 Programming Assignment Option Considerations Using the Descriptions . 26 Optimizer . 81 Input/Output Assignment . 28 Use of Loops . 83 Source Statement Formats . 29 Movement of Code into IBM Format . 29 Initialization of a Loop . 84 LONG Format . 30 Common Expression LINE Format . 30 Elimination . 85 EDITED Format . 31 Induction Variable Batch Examples . 32 Optimization . 85 Conversational Examples . 35 Register Allocation . 86 Appendix A: Input/Output COMMON Blocks . 86 Using Assignment Options . 40 EQUIVALENCE Statements . 87 Input/Output Modifiers . 41 Multidimensional Arrays . 87 Program Structure . 88 FORTRAN G . 43 Logical IF Statements . 89 Compiler Options . 44 Branching . 90 Simple Option Descriptions 45 FORTRAN-H Source Module Assignment Option Error/Warning Messages . 90 Descriptions . 48 The OPTIONS Statement . 49 VS FORTRAN . .119 Use of FORTRAN-G As a Compiling a VS FORTRAN Subroutine . 50 Program . .119 Use of the FORTRAN-G Executing a VS FORTRAN Compilers As Stand-Alone Program . .120 Language Processors . 55 Compiler Options . .120 FORTRAN-G Source Module Conflicting Compiler Error/Warning Messages . 57 Options . .126 The FORTRAN Debug Facility . 64 Modifying Compilation Debug Facility Statements . 65 Options-@PROCESS Statement 126 Programming Considerations 68 The INCLUDE Feature . .126 VS FORTRAN I/O Library . .126 FORTRAN H . 69 Introduction . 69 WATFIV . .127 Compiler Options . 69 Introduction . .127 Simple Option Descriptions 70 Logical I/O Unit Specifications . .128 7 MTS 6: FORTRAN in MTS Page Revised February 1988 October 1983 The SIZE Parameter . .129 Subroutine TRAPS . .186 Control Commands . .129 Subroutines DVCHK and Using Control Commands . .132 OVERFL . .188 /COMPILE Command Format . .134 Notes . .188 Conversational Use of WATFIV . .136 Interactive FORTRAN . .191 Job-Accounting Output . .137 Introduction . .191 Diagnostics . .137 Compatibility with Introduction to FORTRAN 66 and FORTRAN 77 .191 Diagnostic Features . .137 The Beginning IF Glossary of Terms . .140 Programmer . .192 Notes . .143 A Few Definitions . .192 Language Accepted by WATFIV .144 Immediate Execution . .193 Extensions . .144 Invoking the IF System . .193 Free-Format I/O . .148 Immediate Execution Mode .193 CHARACTER Variables . .150 Compilation of Routines . .194 Additional CHARACTER Commands for Compiling: Features . .157 /COMPOSE and /COMPILE . .194 Restrictions . .159 Creating FORTRAN Debugging Aids . .161 Programs: The /COMPOSE Incompatibilities of WATFIV .162 Command . .194 Incompatibilities with Compiling Existing WATFOR . .162 FORTRAN Programs: The Incompatibilities with /COMPILE Command . .195 FORTRAN G and H . .164 Compilation Errors and Subprogram Facilities . .166 Editing . .196 Sources of Subprograms . .166 Useful Commands Related FORTRAN-Supplied Routines .167 to Compiling Routines . .197 Subprogram Arguments . .168 Editing Routines . .199 Subprograms
Recommended publications
  • MTS on Wikipedia Snapshot Taken 9 January 2011
    MTS on Wikipedia Snapshot taken 9 January 2011 PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sun, 09 Jan 2011 13:08:01 UTC Contents Articles Michigan Terminal System 1 MTS system architecture 17 IBM System/360 Model 67 40 MAD programming language 46 UBC PLUS 55 Micro DBMS 57 Bruce Arden 58 Bernard Galler 59 TSS/360 60 References Article Sources and Contributors 64 Image Sources, Licenses and Contributors 65 Article Licenses License 66 Michigan Terminal System 1 Michigan Terminal System The MTS welcome screen as seen through a 3270 terminal emulator. Company / developer University of Michigan and 7 other universities in the U.S., Canada, and the UK Programmed in various languages, mostly 360/370 Assembler Working state Historic Initial release 1967 Latest stable release 6.0 / 1988 (final) Available language(s) English Available programming Assembler, FORTRAN, PL/I, PLUS, ALGOL W, Pascal, C, LISP, SNOBOL4, COBOL, PL360, languages(s) MAD/I, GOM (Good Old Mad), APL, and many more Supported platforms IBM S/360-67, IBM S/370 and successors History of IBM mainframe operating systems On early mainframe computers: • GM OS & GM-NAA I/O 1955 • BESYS 1957 • UMES 1958 • SOS 1959 • IBSYS 1960 • CTSS 1961 On S/360 and successors: • BOS/360 1965 • TOS/360 1965 • TSS/360 1967 • MTS 1967 • ORVYL 1967 • MUSIC 1972 • MUSIC/SP 1985 • DOS/360 and successors 1966 • DOS/VS 1972 • DOS/VSE 1980s • VSE/SP late 1980s • VSE/ESA 1991 • z/VSE 2005 Michigan Terminal System 2 • OS/360 and successors
    [Show full text]
  • A Study on Various Programming Languages to Keep Pace with Innovation
    S.Sridhar* et al. (IJITR) INTERNATIONAL JOURNAL OF INNOVATIVE TECHNOLOGY AND RESEARCH Volume No.5, Issue No.2, February – March 2017, 5681-5704. A Study On Various Programming Languages To Keep Pace With Innovation S.SRIDHAR Professor & Director RV Centre for Cognitive & Central Computing R.V.College of Engineering, Mysore Road Bangalore-560059 India Abstract: A programming language is a formal computer language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behaviour of a machine or to express algorithms. The earliest known programmable machine preceded the invention of the digital computer and is the automatic flute player described in the 9th century by the brothers Musa in Baghdad, "during the Islamic Golden Age". From the early 1800s, "programs" were used to direct the behavior of machines such as Jacquard looms and player pianos. Thousands of different programming languages have been created, mainly in the computer field, and many more still are being created every year. Many programming languages require computation to be specified in an imperative form (i.e., as a sequence of operations to perform) while other languages use other forms of program specification such as the declarative form (i.e. the desired result is specified, not how to achieve it). The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning). Some languages are defined by a specification document (for example, the C programming language is specified by an ISO Standard) while other languages (such as Perl) have a dominant implementation that is treated as a reference.
    [Show full text]
  • MTS Volume 1, for Example, Introduces the User to MTS and Describes in General the MTS Operating System, While MTS Volume 10 Deals Exclusively with BASIC
    M T S The Michigan Terminal System The Michigan Terminal System Volume 1 Reference R1001 November 1991 University of Michigan Information Technology Division Consulting and Support Services DISCLAIMER The MTS manuals are intended to represent the current state of the Michigan Terminal System (MTS), but because the system is constantly being developed, extended, and refined, sections of this volume will become obsolete. The user should refer to the Information Technology Digest and other ITD documentation for the latest information about changes to MTS. Copyright 1991 by the Regents of the University of Michigan. Copying is permitted for nonprofit, educational use provided that (1) each reproduction is done without alteration and (2) the volume reference and date of publication are included. 2 CONTENTS Preface ........................................................................................................................................................ 9 Preface to Volume 1 .................................................................................................................................. 11 A Brief Overview of MTS .......................................................................................................................... 13 History .................................................................................................................................................. 13 Access to the System ...........................................................................................................................
    [Show full text]
  • MINOS 5.51 User's Guide
    SYSTEMS OPTIMIZATION LABORATORY DEPARTMENT OF MANAGEMENT SCIENCE AND ENGINEERING STANFORD UNIVERSITY STANFORD, CALIFORNIA, USA MINOS 5.51 USER’S GUIDE by Bruce A. Murtagh† and Michael A. Saunders‡ TECHNICAL REPORT SOL 83-20R December 1983 Revised September 23, 2003 Copyright c 1983–2002 Stanford University †Graduate School of Management, Macquarie University, Sydney, NSW, Australia ([email protected]). ‡Dept of Management Science and Engineering, Terman Building, Stanford University, Stanford, CA 94305-4026, USA ([email protected]). Research and reproduction of this report were supported by the Department of Energy contract DE-AM03-76SF00326, PA No. DE-AT03-76ER72018; National Science Foundation grants MCS- 7926009, ECS-8012974 and CCR-9988205; the Office of Naval Research contracts N00014-75-C-0267 and N00014-02-1-0076; and the Army Research Office contract DAAG29-81-K-0156. Any opinions, findings, and conclusions or recommendations expressed in this publication are those of the authors and do not necessarily reflect the views of the above sponsors. Reproduction in whole or in part is permitted for any purposes of the United States Government. ii Contents Preface to MINOS 5.51 vii Preface to MINOS 5.0 xv 1 Introduction 3 1.1 LinearProgramming .................................. 4 1.2 Problems with a Nonlinear Objective . 5 1.3 Problems with Nonlinear Constraints . ..... 7 1.4 ProblemFormulation................................. ... 9 1.5 Restrictions....................................... 10 1.6 Storage .......................................... 10 1.7 Files............................................ 11 1.8 InputDataFlow ...................................... 11 1.9 MultipleSPECSFiles .................................. 12 1.10 Internal Modifications . 13 2 User-written Subroutines 15 2.1 Subroutine funobj . 15 2.2 Subroutine funcon . 17 2.3 Constant Jacobian Elements .
    [Show full text]
  • Computers Vol
    I SCIENCE AND BUS~NESS ' December, 1975 computers Vol. 24, No. 12 and people formerly Computers and Automation UB~y USE ONt y 225 CHRISTMAS FLOWERS by William Kolomyjec The Computer Glass Box (Part 2) - H. A. Peelle The Universal Product Code - Thomas V. Sobczak Software Should Be Patentable - ADAPSO Computer-Assisted Tutorials in College Mathematics - J. L. Caldwell and Doug/as Polley Computers and Society: A Course at York University - Larry J. Murphy 7 3 "RIDE THE EAST WIND: Parables of Yesterday and Today" by Edmund C. Berkeley, Author and Anthologist Published by Quadrangle/The New York Times Book Co., 1974, 224 pp, $6.95 Missile Alarm from Grunelandt Once upon a time there were two very large and strong coun­ tries called Bazunia and Vossnia. There were many great, impor­ tant, and powerful leaders of Bazunia who carefully cultivated an enormous fear of Vossnia. Over and over again these important and powerful leaders of Bazunia would say to their fellow coun­ trymen, "You can't trust the Vossnians." And in Vossnia there was a group of great, important, and powerful leaders who pointed out what dangerous military activities the Bazunians were carrvinQ on, and how Vossnia had to be militarily strong to counteract them. The Bazunian leaders persuaded their countrymen to vote to give them enormous sums of money to construct something called the Ballistic Missile Early Warning System, and one of its The Fly, the Spider, and the Hornet stations was installed in a land called Grunelandt far to the north of Bazunia. Once a Fly, a Spider, and a Hornet were trapped inside a window Now of course ballistic missiles with nuclear explosives can fly .screen in an attic.
    [Show full text]
  • Bulletin of the University of New Hampshire. Undergraduate Catalog 1975
    ' LLniuEzUtij of J-^Lbxazy Bulletin of the University of New Hampshire For information about undergraduate admission to the University, students may contact: Eugene A. Savage, Director of Admissions For information about courses and academic records, students and former students should contact: Leslie C. Turner, Registrar Volume LXVI, Number 9, April 1975. Bulletin of the University of New Hampshire is published 9 times a year: twice in Aug., and once in Sept., Oct., Nov., Jan., Feb., Mar., and April by UNH Pub- lications Office, Schofield House, Durham, N.H. 03824. Second class postage paid at Durham, N.H. 03824. The Bulletin of the University of New Hampshire is a periodic publication of UNH. The issues are originated and published for the purpose of disseminating information of a public character relat- ing to the University's programs, services, and activities. Issues published in 1974-75 include: Life at UNH Issue, Division of Continuing Education issues, Financial Aid Issue, Thompson School Issue, Media Services Issue, Summer Session Issue, Graduate School Issue, and Undergraduate Issue. Contents University Calendar 3 Trustees and Principal Officers General Information 5 Facts about the University 5 Recreation and Student Activities 11 Admissions Procedure 6 Counseling and Health Services 11 Division of Student Affairs 10 Financial Aid 12 Dean of Students Office 10 Fees and Expenses 13 Residential Life and Dining Services 10 ROTC Programs 15 University Academic Requirements 16 Collegeof Liberal Arts 21 College of Life Sciences and
    [Show full text]
  • Computer Science at the University of Waterloo
    COMPUTER SCIENCE AT WATERLOO A HISTORY TO CELEBRATE 25 YEARS by Peter J. Ponzo The William G. Davis Centre for Computer Research University of Waterloo COMPUTER SCIENCE at WATERLOO A History to Celebrate 25 Years : 1967 - 1992 Table of Contents Foreword ...................................................................................................................... 1 Prologue: "Computers" from Babbage to Turing .............................................. 3 Chapter One: the First Decade 1957-1967 ............................................................ 13 Chapter Two: the Early Years 1967 -1975 ............................................................ 39 Chapter Three: Modern Times 1975 -1992.............................................................. 52 Chapter Four: Symbolic Computation ..................................................................... 62 Chapter Five: the New Oxford English Dictionary ................................................. 67 Chapter Six: Computer Graphics ........................................................................... 74 Appendices A: A memo to Arts Faculty Chairman ..................................................................... 77 B: Undergraduate Courses in Computer Science .................................................... 79 C: the Computer Systems Group ............................................................................. 80 D: PhD Theses ......................................................................................................... 89 E: Graduate
    [Show full text]
  • An Introduction to Fortran Programming
    --,-"N* ,,-.0 IDOCOIRNT prsunt 'ItO 193361 . $1 029 526 AUTHOR, Fisher D. D.: And Others TITLE An,Int;oduc.tion,to Fortran Programming': An XPI Approach: INSTITUrION Oklahoma Statv Univ*, Stillwater, S'PONS AGENCY ' National science Foundation, Washin-gton: PUB DATE 71 GRANT NSP-GY19310(EN) NOTE '3B2p. 0 0 r.DRS PRICE HF011PC16 Plus Postage. DESCRIPTORS . Computer 'Oriented Programs; Computer Science; *Compoter Science Education; Flow Charts; Higher -FidmeatIen: *IwavidualizedInstrqcLionl Invut 0-u-tputt .*Pacing; *Programing: Programing Languages; Programing Problems - IDENTIFIERS *FORTRI Programing.Language 111STRACT This text.is 'desi'gned tb give individually paced ins ion in Fortran Programing. The text contains fifteen units. Unit :4tles Include: Flowcharts, Input and Output, Loops, and ' Debugging. Also ingluded.is an extensive set of appendices. These were designed to coritain a great deal of practical informatiOn necessary to the codrse. These appendices include iristructions for operating card readers, listers, printers:and terminals,as well as a 'omputer science glossary. (MK) 0 1. etiv r 4 ,ReproductiOns.lupplied by"EDPS are the1beSt thatgan be mada * * fr9m the original document. *****t************************* 1NTR ts r.. __. ORTRAN ". r AN INDIVI WALLY PACED ', INSTRUC ION APPROCH A a, a II HI\41'.',It I 'Hi 'H PI, , I tic , ti % QC PAR TME NT OF Ha Al TH MA' t * DU( ATION J. Nit lr ARE IIA t'tI 4 ,AjIi 1.) HY NA TIONAl INSTVUTE OK /1 f DUC AT ION MGkryLCbckett,(5 t.. N fIASIU f N I f KA. v 141I .v1 f (IAA t..I u .oN .)14,f4t.ANI/ A (,{7....N P (WI N Mg ti,Nit".N, 1, (Jol.a NI N.,A41,1 141 I l.
    [Show full text]
  • Micro Cornucopia #46 Mar89.Pdf
    No. 46 March-April 1989 $3.95 THE MICRO TECHNICAL Software Tools OK, you asked for it, an issue dedicated (mostly) to software. The Art of Disassembly page 8 Using Sourcer to create commented, assembly source from object files. Handling Interrupts page 16 WithAnyC Hacking Sprint: page 36 Creating Display Drivers Annual C Reviews Comparing the latest, page 40 greatest C compilers. And More ... Turning A PC Into An page 24 Embedded Control System Bringing Up A Surplus page 28 68000 Board Part 2 of Karl Lunt's cheap 68000 project. Plus: Practical Fractals 32 Shareware you must register 62 And Much, Much, More 04 o 74470 19388 3 '.Aztec C ROM Cross Deve)opmel1tSyslems Produce Fast, TightC Code with LessrEtTort i Aztec CROM Cross Development systems areth~ Systems give you the best results - choice of more . clean, tight and fast running code. professional ROM Aztec C systems are available for a variety developers. of targets and for both MS-DOS or Apple So when you're 100kingJor Macintosh hosts! And, Aztec C systems the best results, insist ()n come complete with all the tools to edit, Aztec C ROM Cross Devel()pment compile, assemble, optimize.and, now, Systems. Call today and find out·mote source debug your C code in less time and about our complete line of Cross·· with less effort. Development Systems. Quality, tight code that's. fast and efficient. An abundance of tools to produce better Supported targets include: the 68xxx family, the full 8086 family, the results in less time. That's why Aztec C 80801280 family and the 6502 family of microprocessors.
    [Show full text]
  • Australian UNIX Systems User Group Newsletter Volume 10, Number 5
    Australian UNIX systems User Group Newsletter Volume 10, Number 5 October 1989 Registered by Australia Post, Publication Number NBG6524 The Australian UNIX* systems User Group Newsletter Volume 10 Number 5 October 1989 CONTENTS AUUG General Information ..................... 5 Editorial ........................... 6 Letters To The Editor ....................... 8 President’s Letter .............. ........... 10 Minutes of Annual General Meeting 1989 ................. 11 Secretary’s Report from the 1989 AGM .................. 13 Treasurer’s Report from the 1989 AGM .................. 15 SESSPOOLE Information ........ .............. 21 Western Australian UNIX systems Group Information ............. 22 AUUG Regional Meetings Summer’90 .................. 23 AUUG Institutional Members ..................... 24 Call For Speakers - AUUG Summer’90 (Victoria) ............... 26 AUUG90 - Call For Papers ...................... 27 Book Review: Two Examinations Of UNIX Internals .............. 30 Slides from Larry Crume’s AUUG89 talk ................. 32 From the ;login: Newsletter - Volume 14 Number 3 .............. 44 Au revolt and Hello ...................... 45 USENIX 1989 Summer Conference Tutorials .............. 46 Call for Papers: Large Installation Systems Administration Workshop ....... 48 Call for Papers: Distributed and Multiprocessor Systems Workshop ....... 49 Call for Papers: Computer Graphics Workshop .............. 50 Call for Papers: Winter 1990 USENIX Conference ............. 51 AUUG’89 Conference and Exhibition ................ 52
    [Show full text]
  • Iowa State Ualvaraity Dacullllld No
    T 385 .837 1971 COIPUTITIII CUTER MIY1171 Iowa State Ualvaraity Dacullllld No. 4 Rlilllll No. 3 SI.UTT:Efl, A Higl.l Level Plaltlfli SVStlln •., D. G. Scranton ' E; G. Mancheat• n .... u ii 0 ~ ~ •i 1~~!1-~QIIh~ This report was prepared as an account of Govern­ ment sponsored wo~k. Neither the United States r nor the commission, nor any person actinq on b~half of the Commission: A. ~akes any warranty or representation, expressed or implied, with respect to the accuracy , com ­ pleteness, or usefulness of the information contain~d in this report, or that the use of any information, apparatus, method , or process · disclosed in this report may not infringe privately owned riqhts; or B. Assumes any liabilities with respect to the use 0 of, or for damages resulting from the use of any information, apparatus, method, or proces~ d~sclosed in this report. As used in the above, "person acting on behalf of the Commissiob" includes any employee or contractor of the commission, or employee of such contractor, to the extent that such employee or contractor of the Commission , or employee of such contractor prepares, disseminates, or provides access to, any information pursuant to his employment or contract with the Commission, or his employment with such contractor. ·· ' u iii TABLE OF ~ONTENTS gg,.g:~ ABSTRACT v CHAPTER I: INTROP OCT ION TO SIMP LOTTER The Need for a High Level Plottinq system 1 Scope and Application Area of SI~PLOTTER 2 SlMPLOTTER Plotting Concepts 4 overview of SIMPLOTTER Problem- Oriented Routines 8 conventions Followed in tnis
    [Show full text]
  • Management Information Sys Temslansi the Allooation .Pf Computing Resources
    DOCUMENT RESUME ED 092 169 IR 000 733 TITLE Facts and Futures; What's Happening Now in Computing for Higher Education. Annual Proceedings of the EDUCOM Fall Conference (9th, Princeton, New Jersey, October 9-11, 1973). INSTITUTION Interuniversity Communications Council (EDUCOM), Princeton, N. J. PUB DATE 74 NOTE 361p. AVAILABLE FROM EDUCOM, P. O. Box 364, Princeton, New Jersey 08540 ($9.00) EDRS PRICE MF-$0.75 HC-$17.40 PLUS POSTAGE DESCRIPTORS Computer Assisted Instruction; Computer Oriented Programs; *Computers; Computer Science; *Conference Reports; Cost Effectiveness; Data Bases; *Higher Education; Information Centers; *Information Science; *Information Systems; Management Information Systems; Professional Personnel; Research; Statewide Planning IDENTIFIERS Compatibility; EDUCOM; Transportability ABSTRACT The ninth annual EDUCOM conference developed its theme along four major lines: computing for research; computing for inetruction; management information _sys_temsLansi the _allooation_.pf computing resources. Papers in this volume address primarilythe organizational and political considerations (Parts II, III, IV, and V), and technological/economic issues (Part VI) relevant to the` utilization of computing and networking in higher education.(VCM) FACTS and FUTURES r-4 CCi WHAT'S HAPPENING NOW CD IN COMPUTING FOR HIGHER EDUCATION PROCEEDINGS of the EDUCOM FALL CONFERENCE October 9, 10, 11, 1973 Princeton, New Jersey EDUCON1, The Interuniversity Communications Council, Inc. O S DEPARTMENT OF HEALTH EDUCAT;ON 6 WELFARE NATIONAL INSTITUTE OF EDUCATION to..., OLLE4 REPRO EXACT'. ROM nt qEtlEJC; ORIGIN ATIN,. CR CPIN,ONS ST: -TED DO NOT `11,:i.--,AA,L Y SEPAL AL Nyti*li I f CE E P01 - C' 'PERMISSION TO REPRODUCE THIS COPY. RIGHTED MATERIAL HAS BEEN GRANTED BY EDOC O M TO ERIC AND ORGANIZATIONS OPERATING UNDER AGREEMENTS WITH THE NATIONAL IN.
    [Show full text]