HP Decforms Guide to Developing an Application

Total Page:16

File Type:pdf, Size:1020Kb

HP Decforms Guide to Developing an Application HP DECforms Guide to Developing an Application Order Number: AA–Q0T3C–TE January 2006 HP DECforms is a software product for applications, services, and tools that require a structured, forms-based, or menu-based user interface. DECforms is the first commercial implementation of an ANSI/ISO standard for forms-based interfaces, the CODASYL Form Interface Management System (FIMS). Revision/Update Information: This is a revised manual. Operating System: OpenVMS Alpha Version 7.3-2 or later OpenVMS I64 Version 8.2 or later Software Version: HP DECforms Version 4.0 Hewlett-Packard Company Palo Alto, California © Copyright 2006 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendors standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Intel and Itanium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Oracle CDD, Oracle/Administrator, Oracle CDD/Repository, Oracle Rdb, and Oracle TRACE are trademarks of Oracle Corporation. Motif is a registered trademark of the Open Software Foundation, Inc. ISO is a trademark of the International Organization for Standardization. PostScript is a registered trademark of Adobe Systems, Incorporated. Printed in the US This document was prepared using VAX DOCUMENT Version 2.1. Contents Preface ..................................................... xv Part I Getting Started 1 Introduction 1.1 DECforms Purpose . ................................... 1–1 1.2 DECforms Architecture ................................ 1–2 1.2.1 The Form ........................................ 1–2 1.2.2 The Program . ................................... 1–6 1.2.2.1 Requests . ................................... 1–7 1.2.2.2 Calls to Escape Routines ......................... 1–8 1.2.2.3 Phases in Processing Requests . ................... 1–8 1.3 DECforms Utilities and Facilities ........................ 1–10 1.4 Developing a DECforms Application . ................... 1–12 1.5 What Comes Next . ................................... 1–14 2 Planning the Application 2.1 The Paper Form . ................................... 2–1 2.2 Planning the Data to Capture ........................... 2–3 2.3 Planning the Platforms and Layouts for the Application ....... 2–4 2.4 Planning the User Interface . ........................... 2–4 2.4.1 Planning Panel Size ................................ 2–4 2.4.2 Planning Panel Relationships ........................ 2–5 2.4.3 The Header Panel ................................. 2–6 2.4.3.1 The Header Panel Data .......................... 2–7 2.4.3.2 Operator Interaction with the Header Panel .......... 2–7 iii 2.4.4 The Trips Panel . ................................ 2–10 2.4.4.1 Organizing the Trip Data . ........................ 2–10 2.4.4.2 Operator Interaction with the Trips Panel ............ 2–11 2.4.4.3 Understanding User-Defined Functions ............. 2–12 2.4.4.4 Functions for the Trips Panel ...................... 2–13 2.4.5 Support for Printing ................................ 2–14 2.4.6 Message and Help Panels . ........................ 2–15 2.5 Planning the Program Style ............................. 2–18 2.6 What Comes Next .................................... 2–19 3 Creating the Character-Cell Layout 3.1 Creating the Form Using the Form Development Environment ........................................ 3–1 3.2 Modifying the Default Layout . ........................ 3–5 3.3 Creating Panels ...................................... 3–6 3.4 Modifying the Help Panel .............................. 3–8 3.5 Choosing Panels ...................................... 3–8 3.6 Creating the Appearance of the First Panel . ................ 3–9 3.6.1 Invoking the Panel Editor CCPED .................... 3–12 3.6.2 Specifying Text Display Attributes ..................... 3–13 3.6.3 Creating a Graphic Literal . ........................ 3–14 3.6.4 Specifying Text Literals and Picture Fields for User Input . ........................................ 3–15 3.6.5 Specifying a Text Literal and Text Field for User Input ..... 3–17 3.6.6 Specifying More Text Literals and a Picture Field . ....... 3–19 3.6.7 Creating Informational Text on the Header Panel . ....... 3–20 3.6.8 Modifying Text Display Attributes ..................... 3–20 3.6.9 Creating a Rectangle Literal . ........................ 3–21 3.7 Creating the Appearance of the Second Panel ............... 3–21 3.7.1 Creating Background Text and Graphics ................ 3–22 3.7.2 Specifying a Group . ................................ 3–23 3.7.3 Specifying Picture Fields for the Group . ................ 3–23 3.7.4 Completing the Form Data . ........................ 3–28 3.7.5 Specifying Picture Fields for the Totals . ................ 3–30 3.7.6 Creating a Rectangle Literal for the TRIP Group . ....... 3–31 3.7.7 Creating Text Literals and the Final Picture Field for the Totals . ........................................ 3–32 3.7.8 Specifying Icons . ................................ 3–32 3.8 Creating the Appearance of the Help Panels ................ 3–33 3.9 Testing the Appearance of the Panels ..................... 3–35 3.10 What Comes Next .................................... 3–36 iv 4 Adding Functions, Responses, Display Actions, and Validations to the IFDL File 4.1 Understanding User-Defined Functions and Function Responses ........................................... 4–1 4.2 Creating User-Defined Functions and Function Responses . 4–2 4.2.1 Declaring the Functions in the Layout .................. 4–3 4.2.2 Where to Declare Function Responses ................. 4–5 4.2.3 Creating Function Responses at the Layout Level ......... 4–5 4.2.4 Creating Function Responses at the Panel Level .......... 4–6 4.2.5 Creating Function Responses at the Group Level ......... 4–7 4.2.6 Creating Function Responses at the Icon Level . .......... 4–7 4.3 Creating Other Responses . ........................... 4–9 4.3.1 Summary of Responses and Response Steps . .......... 4–9 4.3.2 Order of Functions and Responses . ................... 4–12 4.3.3 Creating the Other Responses at the Layout Level ........ 4–12 4.3.4 Creating Responses at the Panel Level ................. 4–14 4.3.5 Creating Exit Responses at the Field Level .............. 4–15 4.4 Declaring a Built-In Function Response . ................... 4–16 4.5 Creating Active Highlighting ........................... 4–17 4.6 Validating Data . ................................... 4–18 4.7 What Comes Next . ................................... 4–19 5 Specifying Form Records and Program Data 5.1 Comparing the Portable and OpenVMS APIs ............... 5–1 5.2 Understanding Form Record Descriptions .................. 5–2 5.2.1 Form Records . ................................... 5–2 5.2.2 Form Record Fields and Groups ....................... 5–3 5.3 Forms_Record_Data Structure ........................... 5–3 5.4 Creating the Form Record Descriptions . ................... 5–4 5.5 Creating Header Information and Data Declarations for the Program . ........................................... 5–7 5.5.1 Creating the Data Declarations and Header Information for the C Program . ................................... 5–8 5.5.2 Creating the Data Declarations and Header Information for the FORTRAN Program . ........................... 5–9 5.6 What Comes Next . ................................... 5–10 v 6 Completing the Application Program for the Character-Cell Layout 6.1 Enabling the Form .................................... 6–1 6.1.1 Creating the C ENABLE Request and Request Options Structure ........................................ 6–3 6.1.2 Creating the FORTRAN ENABLE Request and Request Options Structure . ................................ 6–3 6.2 Receiving the Form Data ............................... 6–4 6.2.1 Creating the C RECEIVE Requests and Form Record Data Definitions ....................................... 6–5 6.2.2 Creating the FORTRAN RECEIVE Requests and Form Record Data Definitions ............................. 6–6 6.3 Disabling the Form . ................................ 6–7 6.3.1 Creating the C DISABLE Request ..................... 6–7 6.3.2 Creating the FORTRAN DISABLE Request .............. 6–7 6.4 Creating the Escape Routines . ........................ 6–7 6.4.1 Creating the Escape Routines for the C Program . ....... 6–9 6.4.2 Creating the Escape Routines for the FORTRAN Program . ........................................ 6–11 6.5 What Comes Next .................................... 6–12 7 Building and Testing the Application for Character-Cell Devices 7.1 Translating the Form and Extracting an Object File . ....... 7–1 7.2 Building the Portable API Program ...................... 7–3 7.3 Testing the Application ................................ 7–4 7.4 What Comes Next .................................... 7–7 Part II More Guidelines and Examples 8 Form Structure 8.1 Form Elements ...................................... 8–1 8.1.1 Form Data ......................................
Recommended publications
  • Openvms: an Introduction
    The Operating System Handbook or, Fake Your Way Through Minis and Mainframes by Bob DuCharme VMS Table of Contents Chapter 7 OpenVMS: An Introduction.............................................................................. 7.1 History..........................................................................................................................2 7.1.1 Today........................................................................................................................3 7.1.1.1 Popular VMS Software..........................................................................................4 7.1.2 VMS, DCL................................................................................................................4 Chapter 8 Getting Started with OpenVMS........................................................................ 8.1 Starting Up...................................................................................................................7 8.1.1 Finishing Your VMS Session...................................................................................7 8.1.1.1 Reconnecting..........................................................................................................7 8.1.2 Entering Commands..................................................................................................8 8.1.2.1 Retrieving Previous Commands............................................................................9 8.1.2.2 Aborting Screen Output.........................................................................................9
    [Show full text]
  • RSX - 11 M-PLUS Mini-Reference
    RSX - 11 M-PLUS Mini-Reference Order No. AV-H435F-TC RSX - 11M-PLUS Mini-Reference Order Number. AV-H435F-TC RSX-ll M-PLUS Version 4.2 Digital Equipment Corporation Maynard, Massachusetts First Printing, September 1977 Revised, April 1982 Revised, April 1983 Revised, July 1985 R~vised, .September 1987 Revised, January 1989 The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. The software described in this document is furnished under a license and may be used or copied only in accordance with the terms of such license. No responsibility is assumed for the use or reliability of software on equipment that is not supplied by Digital Equipment Corporation or its affiliated companies. © Digital Equipment Corporation 1977, 1982, 1983, 1985, 1987, 1989. All Rights Reserved. Printed in U.S.A. The postpaid Reader's Comments forms at the end of this document request your critical evaluation to assist in preparing future documentation. The following are trademarks of Digital Equipment Corporation: DEC DIBOL UNIBUS DEC/CMS EduSystem VAX DEC/MMS lAS VAXcluster DECnet MASSBUS VMS DECsystem-lO PDP VT DECSYSTEM-20 PDT DECUS RSTS DECwriter RSX ~U~UIl~DTM ZK5077 Contents Preface vii Conventions ............................................... viii Online Help Files Online Help Files ............................................. 3 Command Line Interpreters Monitor Console Routine (MCR) Commands ......................... 7 Digital Command Language (DCL) ............................... 21 utilities BAD Command Summary ...................................... 67 iii BRU Command Summary ...................................... 69 CMP Command Summary ...................................... 74 DMP Command Summary .....................................
    [Show full text]
  • JAMS User Guide
    JAMS User Guide Order Number: JAMS-UG-42 This manual provides a complete description of the Job Access & Management System. Revision/Update Information: This manual supersedes the Guide to the Job Access & Management System, Version 4.0. Operating System and Version: OpenVMS/VAX Version 6.2 or higher, OpenVMS/AXP V6.2 or higher Software Version: JAMS Version 4.2 The information in this document is subject to change without notice and should not be construed as a commitment by MVP Systems Incorporated. MVP Systems, Inc. assumes no responsibility for any errors that may appear in this document. The software described in this document is furnished under a license and may be used or copied only in accordance with the terms of this license. Restricted Rights Notice: Use, duplication, or disclosure by the U.S. Government is subject to restrictions set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013. All Rights Reserved. Printed in the U.S.A. If you have questions about JAMS please feel free to call JAMS technical support at (866) 259-5267. Technical support is available around the clock, 24 hours a day, 7 days a week. The mailing address is: TECHNICAL SUPPORT DEPT. MVP SYSTEMS INC. 2700 E. MAIN ST. SUITE 108 COLUMBUS, OH 43209 E-Mail: [email protected] WWW: http://JAMS.mvpsi.com WWW: http://www.mvpsi.com The following are trademarks of Hewlett-Packard Company: Alpha, DECnet, DECwindows, OpenVMS, VAX, VMS, VMScluster. Window and Windows NT are registered trademarks of Microsoft Corporation.
    [Show full text]
  • Mamaomo Perhaps the Only Thing Better Than Knowing Your II Decmate II Is There When You're at Work Is Knowing It's There When You're Not
    DECma1eii "' :' For Every Business. Every Day. • .mamaomo • Perhaps the only thing better than knowing your II DECmate II is there when you're at work is knowing it's there when you're not. t\ot only does DECmate II help make the business of doing business easier during working hours. Long after you·ve called it a day, it continues its silent vigil over your office, ... so your business won't miss a beat. If you call it quits in the middle of editing a letter or reviewing a financial ~tatement. for example. DF.Cmate ll will file it safely away until morning-then make it easy for you to find your place and continue. If you're expecting some important information from an associate or customer whose day ends later (or begins earlier) than your own, DECmate II , if so equipped, will receive that information for you over a standard telephone line. Then print it out at the touch of a button when you get in. And if for some reason you can't make it to work one day, DECmate ll makes it easier than ever for others to fill in. All they have to do is insert your diskette into any DECmate li in the office and continue a job where you left off. So you can rest assured that your important work will still get done, even if you're not there. Whatever the size or type of business you run, DECmate II can help you run it better. Don 't let another day end without calling your local Digital sales office.
    [Show full text]
  • Rough Its Paces
    WORLD'S LARGEST COMPUTER MAGAZINE i I & E L ECT»R O I C S AUGUST 1984 HEATH/ZENITH'S NEW PC COMPATIBLES C ' WE COMPARE WM. F. BUCKLEY, JR. - TEN TOP >>` `'`::! " -ON KEYBOARDINGO RDING COMMUNICATIONS HP'S 150 CPS PACKAGES BATTERY POWERED FINDING POST THINKJET WARRANTY HELP PRINTER _ ,;SNiPl15 - s ti _ 1 - P -` +- i dm_ , - -- ,.- -- - , F Ashton -Tale's New . Compaq's o Integráted SoftWare aT,s11 Powerful AU v10S6 H3 OA I 1213df1..:3_ 21a 000N3-111AL-I 0519 New >IH*80 gil' 113f`>ldd0 1 b8030 OTbT T60W0Sb9 >iaC 860L0£ Desktop tUi0S6 .11.19I0-5***************-* 10 Computers "14UL4"l4Ll8' AmericanRadioHistory.Com /xvsuaa annop a paptS a\gPup o'e®% \ >ISi Ldd01 "' 11aX21% .. Lizs . .. wt .is. `.á7 'w_i..-1`_ `a., .4:.*:'..'.. a -- ;ri._ r, r wy7 1.9.1;31.V.Vtzy: While some disks lose their way in the torrid zone of drive heat, Maxell guarantees safe passage. maxell.. A lifetime warranty. And manufac- Maxell's the disk that many drive manu- FLOPPY DISK turing standards that make it almost facturers trust to put new equipment F unnecessary. through its paces. It's that bug -free. tnFixvo Consider this: Every time you take So you can drive a bargain. But in .8Alt! - your disk for a little spin, you expose accelerated tests, Maxell was an 911ax1111til it to drive heat that can sidetrack data. industry leader in error -free perform- Worse, take it to the point of no return. ance and durability. Proving that if Maxell's Gold Standard jacket construc- you can't stand the heat you don't tion defies heat of 140°F.
    [Show full text]
  • VSI Decset for Openvms Guide to VSI Digital Test Manager
    VSI OpenVMS VSI DECset for OpenVMS Guide to VSI Digital Test Manager Document Number: DO-DTMGDE-01A Publication Date: November 2019 Revision Update Information: This is a new manual. Operating System and Version: VSI OpenVMS Integrity Version 8.4-2 VSI OpenVMS Alpha Version 8.4-2L1 Software Version: DECset Version 12.7 VMS Software, Inc., (VSI) Bolton, Massachusetts, USA Copyright © 2019 VMS Software, Inc., (VSI), Bolton Massachusetts, USA Legal Notice Confidential computer software. Valid license from VSI required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for VSI products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. VSI shall not be liable for technical or editorial errors or omissions contained herein. HPE, HPE Integrity, HPE Alpha, and HPE Proliant are trademarks or registered trademarks of Hewlett Packard Enterprise. The VSI OpenVMS documentation set is available on DVD. ii VSI DECset for OpenVMSGuide to VSI Digital Test Manager Preface ................................................................................................................................... vii 1. About VSI ...................................................................................................................
    [Show full text]
  • PDP–11 Keypad Editor Reference Card
    PDP–11 Keypad Editor Reference Card AV–H854B–TC Keypad Functions To use the lower function on a key, press the PF1 (GOLD) key and then press the function key. FINDNEXT DELLINE GOLD HELP FIND UNDELLINE PF1 PF2 PF3 PF4 PAGE SECTION APPEND DELWORD COMMAND FILL REPLACE UNDELWORD 7 8 9 ADVANCE BACKUP CUT DELCHAR BOTTOM TOP PASTE UNDELCHAR 4 5 6 , WORD EOL CHAR ENTER CHNGCASE DELEOL SPECINS 1 2 3 BLINE SELECT SUBSTITUTE OPENLINE RESET 0 . MLO-003510 The letters, numbers, and other characters in the lower right corner of the keys are what actually appear on the keys. © Digital Equipment Corporation. 1980, 1989. All rights reserved. S878 1 Common Keyboard Functions <x The delete function. Deletes the character to the left of the cursor. CTRL/C Cancels your responses to prompts. CTRL/J The line-feed function. Deletes the word to the left of the cursor. CTRL/R Restores the display. CTRL/U Deletes the line to the left of the cursor. CTRL/W Same as CTRL/R. LF Same as CTRL/J, use only on VT100 compatible terminals. Beginning Your Work Session To create a file: EDIT/CREATE output-filespec RET To inspect a file: EDIT/INSPECT input-filespec RET or EDIT/READONLY input-filespec RET To edit a file: EDIT input-filespec RET To specify a maximum output file size: EDIT filespec/ALLOCATE:size RET EDIT Command Options Specifying a New Output File Name /OUTPUT:filespec Specifies a new file to contain the output of your work session. Keeps the original text in your input file.
    [Show full text]
  • VSI FMS Form Driver Reference Manual
    VSI OpenVMS VSI FMS Form Driver Reference Manual Document Number: DO-FMSDRM-01A Publication Date: June 2021 Revision Update Information: This is a new manual. Operating System and Version: VSI OpenVMS x86-64 Version 9.0 VSI OpenVMS I64 Version 8.4-1H1 VSI OpenVMS Alpha Version 8.4-2L1 Software Version: VSI FMS Version 2.6 or higher VMS Software, Inc. (VSI) Burlington, Massachusetts, USA VSI FMS Form Driver Reference Manual Copyright © 2021 VMS Software, Inc. (VSI), Burlington, Massachusetts, USA Legal Notice Confidential computer software. Valid license from VSI required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for VSI products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. VSI shall not be liable for technical or editorial errors or omissions contained herein. HPE, HPE Integrity, HPE Alpha, and HPE Proliant are trademarks or registered trademarks of Hewlett Packard Enterprise. DEC, DEC/CMS, DEC/MMS, DECnet, DECsystem-10, DECSYSTEM-20, DECUS, DECwriter, MASSBUS, MICRO/PDP-11, Micro/ RSX, MicroVMS, PDP, PDT, RSTS, RSX, TOPS-20, UNIBUS, VAX, VMS, VT, and mm are trademarks or registered trademarks of Hewlett Packard Enterprise. ii VSI FMS Form Driver Reference Manual Preface ................................................................................................................................... vii 1. About This Manual ....................................................................................................... vii 2. Intended Audience ........................................................................................................ vii 3.
    [Show full text]
  • RT–11 Commands Manual
    RT–11 Commands Manual Order Number AA–PDU0A–TC August 1991 This manual tells you how to use RT–11 DCL commands. If you are unfamiliar with RT–11, you should read the Introduction to RT–11 before using this manual. Revison/Update Information: This manual supersedes the RT–11 System User’s Guide, AA–5279E–TC. Operating System: RT–11 Version 5.6 Digital Equipment Corporation Maynard, Massachusetts First Printing, August 1991 The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. Any software described in this document is furnished under a license and may be used or copied only in accordance with the terms of such license. No responsibility is assumed for the use or reliability of software or equipment that is not supplied by Digital Equipment Corporation or its affiliated companies. Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227–7013. © Digital Equipment Corporation 1991 All rights reserved. Printed in U.S.A. The Reader’s Comments form at the end of this document requests your critical evaluation to assist in preparing future documentation. The following are trademarks of Digital Equipment Corporation: CTS–300, DDCMP, DECNA, DECnet, DECUS, DECwriter, DEQNA, DEUNA, DIBOL, Ethernet, MASSBUS, MicroPDP–11, Micro/RSX, PDP, Professional, Q-bus, RSTS, RSX, RT–11, RTEM–11, UNIBUS, VMS, VT, and the DIGITAL logo.
    [Show full text]
  • Edfor Version 5.6 User Guide and Reference Manual
    LAL/RT/94-03 February 1994 EDFOR VERSION 5.6 USER GUIDE AND REFERENCE MANUAL Olivier CALLOT U. E. R Institut National de Physique Nucléaire de et Université Paris-Sud de Physique des Particules Bâtiment 200 - 91405 ORSAY Cedex 14 January 1994 Olivier Callot EDFOR Version 5.6 User Guide and Reference Manual This document describes EDFOR, a full screen text editor running on VMS systems. This document is intended to be easy to read for new users. It also contains all the information needed by an advanced user to take full advantage of the power of EDFOR, and to customize it. System requirements VAX/OpenVMS Version 5.2 or higher AXP/OpenVMS Version 1.0 or higher Laboratoire de l'Accélérateur Linéaire, Orsay, France The various trademarks used in this text are acknowledged as such. The information in this document is subject to change without notice. It has been carefully checked and is believed to be accurate. However, no responsibility is assumed in case of error. This software is provided free of charge to non profit-making organizations. No responsibility is assumed in case of error, bugs or unwanted side effects. Comments and bug reports are welcome, please send them to VXCERN::CALLOT or CALLOT ©VXCRNA.CERN.CH with a complete description of the problem. Copyright ©1993,1994 Laboratoire de l'Accélérateur Linéaire, IN2P3-CNRS Contents PREFACE ix CHAPTER 1 BASIC CONCEPTS AND COMMANDS 1-1 1.1 INTRODUCTION. HOW TO START, STOP AND CONTROL EDFOR 1-1 1.1.1 Activating EDFOR 1-1 1.1.1.1 First usage on a system • 1-2 1.1.2 The screen 1-2 1.1.3
    [Show full text]
  • VSI Openvms System Analysis Tools Manual
    VSI OpenVMS VSI OpenVMS System Analysis Tools Manual Document Number: DO-DSYATM-01A Publication Date: November 2019 Revision Update Information: This is a new manual. Operating System and Version: VSI OpenVMS Integrity Version 8.4-2 VSI OpenVMS Alpha Version 8.4-2L1 VMS Software, Inc., (VSI) Bolton, Massachusetts, USA VSI OpenVMS System Analysis Tools Manual: Copyright © 2019 VMS Software, Inc. (VSI), Bolton, Massachusetts, USA Legal Notice Confidential computer software. Valid license from VSI required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for VSI products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. VSI shall not be liable for technical or editorial errors or omissions contained herein. HPE, HPE Integrity, HPE Alpha, and HPE Proliant are trademarks or registered trademarks of Hewlett Packard Enterprise. The VSI OpenVMS documentation set is available on DVD. ii VSI OpenVMS System Analysis Tools Manual Preface .................................................................................................................................... xi 1. About this manual ........................................................................................................
    [Show full text]
  • Fake Your Way Through Minis and Mainframes
    Fake Your Way Through Minis and Mainframes (formerly, "The Operating System Hand- book") Bob DuCharme Fake Your Way Through Minis and Mainframes: (formerly, "The Operating System Handbook") Bob DuCharme Copyright © 2001 Table of Contents I. Introduction ........................................................................................................1 A 2001 Preface to a 1994 Book ..................................................................... iii Acknowledgments ................................................................................ iii 1 Introduction .................................................................................................5 1.1 Why Should You Learn How to Use Minis and Mainframes? ...............5 1.1.1 What This Book Assumes That You Know ..............................7 1.2 Minicomputers ..................................................................................9 1.3 Mainframes ......................................................................................9 1.4 Getting to Know an Operating System ..............................................13 1.4.1 History and Culture ..............................................................13 1.4.2 Starting Up: Getting to Use the System ..................................14 1.4.3 Filenames ............................................................................15 1.4.4 How Files Are Organized ......................................................15 1.4.5 On-line Help ........................................................................15
    [Show full text]