Taking Advantage of the SAS System on Windows NT

Total Page:16

File Type:pdf, Size:1020Kb

Taking Advantage of the SAS System on Windows NT Taking advantage of the SAS System on Windows NT Mark W. Cates, SAS Institute Inc., Cary, NC ABSTRACT Unless specified, all the SAS System products and features are provided on both Windows NT Windows NT is fast becoming the universal Workstation and Windows NT Server. This desktop client operating system as well as an paper assumes the current release of Windows important file and compute server for mission NT is Version 4.0. For brevity, the abbreviation critical applications. This paper presents a NT will be used for Windows NT. discussion of the state of Windows NT and how the SAS System Release 6.12 for Windows takes advantage and integrates with the operating Windows Family - Single Executable Image system. Areas such as the user interface, OLE and Web integration are presented. Data access Windows NT is now in its full 3rd generation, and Microsoft BackOffice integration, and with the release of Windows NT Workstation hardware considerations are also presented. 4.0 and Windows NT Server 4.0. NT Workstation and NT Server share the same microkernel, and is portable to several RISC INTRODUCTION platforms, including DEC Alpha AXP, and the PowerPC Prep Platforms. The MIPS chip Microsoft Windows NT sales grew dramatically is no longer supported by Windows NT. The in 1996, as many corporations which have been majority of NT installations still run on the Intel investigating Windows NT have now begun to Pentium® and Pentium Pro® processor. The deploy Windows NT for the client desktop. SAS System Release 6.12 only supports the Intel Many of these deployments were replacing platform, and the Pentium Pro processor is ® Windows 3.1 and Windows 95 . Also, highly recommended. At this writing, the Windows NT Server is making major inroads market demand for the SAS System for NT on for mission critical file and compute servers. RISC platforms has not been great enough to Just what does Windows NT provide that is so warrant a production release. Please contact appealing to corporations? And, how does the your SAS Institute sales representative if you are SAS System integrate with Windows NT? This interested in using SAS for Windows NT on a paper presents the current state of the SAS RISC platform. System for Windows NT. It introduces the basic system features of Windows NT as well as some Although this paper focuses on Windows NT, it of the more advanced features of Windows NT. is important to note that the SAS System for At each point, features and products of the SAS Windows Release 6.12, supports the Windows System that integrate well with Windows NT are family of operating systems with a single presented. A brief overview of Windows NT executable image. There is a single CD that Server is discussed within the context of SAS supports all three Windows operating systems Institute’s plan for continued support. The Windows NT (workstation and server), paper concludes with hardware considerations Windows 95, and Windows 3.1 using Win32s. for the SAS System on Windows NT and a However, the product has run time checks for glimpse of future directions for Windows NT Windows NT to take advantage of NT specific and the SAS System. APIs (application programming interfaces). Microsoft’s strategy is to have a family of Note: Throughout the paper, unless otherwise Windows offering from the low end Windows specified, the term Windows NT generally refers 3.1, to the entry level business environment to the code base and feature set that is Windows 95, through the high end power user represented in both product offerings, Windows and server platforms with Windows NT. NT Workstation and Windows NT Server. Applications should be able to run across all of 1 these environments unmodified. Now, this programmatically send a simple email message strategy is being narrowed to Windows 95 and from within a Data Step or SCL program, Windows NT Workstation and Windows NT without requiring a user interface. Server, with the demise of Win32s. Development at SAS Institute focuses on Print Preview for all display manager and graph Windows NT. The SAS System release is later windows is a new feature provided in Release tested on Windows 95 and Windows 3.1 with 6.12. This allows for the printed output to first Win32s for compatibility. Future releases of be reviewed before printing. the SAS System will only support Windows NT and Windows 95. ActiveX Support User Interface - Windows 95 Explorer Shell There has been much confusion over the Windows NT 4.0 has released the Windows 95 difference between OLE and ActiveX. Mostly Explorer shell as the default user interface shell. the confusion has been caused by a name game This means that the user interface between the and marketing push by Microsoft. ActiveX is highly popular Windows 95 and Windows NT, the new generic name for OLE, and OLE is now and the newly released Windows CE®, is the specific acronym for what it should be, that largely the same. This user interface is of Object Linking and Embedding. Much of the commonly believed to have become the defacto confusion has happened because new OLE standard for client workstations. Also provided technology is now being released named as on NT is the Windows 95 Start menu, wizards, ActiveX and there really was never a previous my computer, network neighborhood, recycle OLE name for the technology. For example, bin, interactive help, and other Windows 95 consider ActiveX scripting, where there was applets. never previously an OLE scripting model. In general, ActiveX includes objects, controls, It is important for applications to follow the user documents, and various scripting models. OLE interface guidelines provided by Windows, and has not fundamentally changed; it has just been the SAS System is no exception. The SAS renamed as ActiveX. System is a native Windows NT application. Developers at SAS Institute have paid special Support for ActiveX continues strong in Release attention to Windows 95 user interface 6.12. This includes Object Linking and guidelines outlined in Microsoft’s Windows User Embedding support in SAS/AF and SAS/EIS. Interface Handbook in designing the SAS These SAS products can function as an OLE System user interface. Container and host any ActiveX object. Visual editing, drag and drop, and OLE automation is Additionally, Windows NT supports messaging supported. OLE automation server support was through Microsoft Exchange. NT provides for provided experimentally in Release 6.11 and has an email client named the Inbox, and Microsoft now been fully tested as a production feature in Office97 provides for a Personal Information Release 6.12. This provides for the ability to Manager named Outlook that combines email program the SAS System and access the full inbox, scheduling, and contacts. Through functionality of the SAS System from products support of Microsoft Messaging API (MAPI), such as Microsoft’s Visual Basic, PowerSoft’s the SAS System integrates nicely with the Inbox PowerBuilder, or any OLE automation and Outlook, allowing email messages controller. For example, from a Visual Basic containing rich text and attachments to be program, any SAS procedure or Data Step created and mailed by the SAS System. The statements and DM commands may be SAS System uses the email user interface submitted to the SAS System and the results consistent with the mail program installed. The may be brought back into the Visual Basic messaging APIs supported are MAPI and VIM. program, including text and graphic reports. Please see “OLE and the SAS System for Also provided as a new feature in Release 6.12 Windows Release 6.12” in these proceedings for is the SMNP email access method. This a complete description of ActiveX (OLE) experimental feature makes it much easier to support in Release 6.12. 2 DCOM Support • The FTP access method allows for accessing remote files, directory listings, ActiveX is built on top of a systems and accessing anonymous FTP sites from infrastructure named Component Object Model within the SAS System. (COM). COM provides the software architecture for software components or objects • The TCP/IP socket access method can be to communicate with each other. COM is used to establish peer-to-peer connections limited to coordinating objects all executing on with a remote program. In this way, a the same local workstation. However, now remote program can be set up to provided in Windows NT 4.0 is production communicate with the SAS System. support of Distributed COM referred to as DCOM. DCOM allows for the invocation and • The URL access method allows a SAS coordination of objects across networks. With program to access remote files using the DCOM provided in Windows NT 4.0, the SAS universal resource locator protocol. (Of System can now access objects that are course this is a standard protocol used on remotable across the network. DCOM has now the world wide web.) provided the beginning infrastructure for powerful distributed computing. SAS Release Several new tools are available and can be 6.12 provides support for DCOM in the SAS downloaded from the SAS Institute home page OLE Automation Server. under the Research and Development section. ( http://www.sas.com ) WEB Integration • The HTML Output Formatter is a tool to save output from any SAS procedure to an As Microsoft positions Windows NT to be a HTML file, making the static pages of the premier web client and server, the SAS System data immediately available for users to also is adding features aimed at the web. The access from their web browsers. SAS toolbar now sports a new tool that provides for the invocation of the current web browser.
Recommended publications
  • Implementing X.400 Backbones a Guide for Planners and Support Staff
    Implementing X.400 Backbones A Guide for Planners and Support Staff David Ferris Cemil Betanov Ferris Research information for planners and implementers of enterprise messaging Copyright ©1995 by Ferris Research, Inc. All rights reserved. Reproduction prohibited without permission. No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means—electronic, photocopying, mechanical, recording, known today or hereafter invented—without the prior written permission of Ferris Research. The material contained herein is based on information Ferris Research believes is reliable, but its accuracy and completeness cannot be guaranteed. No liability is assumed for the use of any materials presented herein, nor for any errors or ommisions which may remain. Copyright ©1995 by Ferris Research, Inc. All rights reserved. Reproduction prohibited without permission. For Jean and Nicholas For Rossana, Emile, and Adrian Table of Contents Sponsor Credits Preface iii How the Report is Organized iii Development Method iv Product Assessments iv Development Team vii David Ferris, Editor and Principal Investigator vii Cemil Betanov, Co-Author vii About Ferris Research viii Authors' Thanks ix Executive Summary xi Report Highlights xii Alternative Technologies xii Message Transfer System xii Directories xiii Gateways xiii APIs xiii Management xiii X.400 UAs xiv ADMDs xiv Other xv 1. Introduction 17 1.1 Messaging System Services 17 Fundamental Services 19 Message Preparation Services 19 Message Store Services 20
    [Show full text]
  • 9.4 Flight Operations Data
    REPORT DOCUMENTATION PAGE Form Approved OMB No. 0704-0188 Public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions, searching existing data sources, gathering and maintaining the data needed, and completing and reviewing the collection of information. Send comments regarding this burden estimate or any other aspect of this collection of information, including suggestions for reducing this burden, to Washington Headquarters Services, Directorate for information Operations and Reports, 1215 Jefferson Davis Highway, Suite 1204, Arlington, VA 22202-4302, and to the Office of Management and Budget, Paperwork Reduction Project (0704-0188), Washington, DC 20503. 1. AGENCY USE ONLY (Leave blank) 2. REPORT DATE 3. REPORT TYPE AND DATES COVERED August 1995 Final Report Jan 93 - Aug 95 4. TITLE AND SUBTITLE 5. FUNDING NUMBERS Integrated Noise Model (INM) Version 5.0 User's Guide DTFA01-93-C-00078 6. AUTHOR(S) Task Orders 2 and 5 ATAC Olmstead, Bryan, Jeng, Mirsky, Rajan* VNTSC Fleming, D'Aprile, Gerbi*, Rickley*, Turner* FA565/A5012 LeTech Le, Le, Chen * subcontractors FAA Plante, Gulding (Prog. Mgr.), Vahovich, Warren 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) 8. PERFORMING ORGANIZATION ATAC Corporation DOT/VNTSC LeTech, Inc. REPORT NUMBER 757 N. Mary Ave. DTS-75, Kendall Sq. 5400 Shawnee Rd #202 Sunnyvale, CA 94086 Cambridge, MA 02142 Alexandria, VA 22312 9. SPONSORING/MONITORING AGENCY NAME(S) AND ADDRESS(ES) 10. SPONSORING/MONITORING U.S. Department of Transportation AGENCY REPORT NUMBER Federal Aviation Administration Office of Environment and Energy, AEE-120 FAA-AEE-95-01 800 Independence Ave.
    [Show full text]
  • Windows 95 & NT
    Windows 95 & NT Configuration Help By Marc Goetschalckx Version 1.48, September 19, 1999 Copyright 1995-1999 Marc Goetschalckx. All rights reserved Version 1.48, September 19, 1999 Marc Goetschalckx 4031 Bradbury Drive Marietta, GA 30062-6165 tel. (770) 565-3370 fax. (770) 578-6148 Contents Chapter 1. System Files 1 MSDOS.SYS..............................................................................................................................1 WIN.COM..................................................................................................................................2 Chapter 2. Windows Installation 5 Setup (Windows 95 only)...........................................................................................................5 Internet Services Manager (Windows NT Only)........................................................................6 Dial-Up Networking and Scripting Tool....................................................................................6 Direct Cable Connection ..........................................................................................................16 Fax............................................................................................................................................17 Using Device Drivers of Previous Versions.............................................................................18 Identifying Windows Versions.................................................................................................18 User Manager (NT Only) .........................................................................................................19
    [Show full text]
  • Microsoft Palladium
    Microsoft Palladium: A Business Overview Combining Microsoft Windows Features, Personal Computing Hardware, and Software Applications for Greater Security, Personal Privacy, and System Integrity by Amy Carroll, Mario Juarez, Julia Polk, Tony Leininger Microsoft Content Security Business Unit June 2002 Legal Notice This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This White Paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place or event is intended or should be inferred.
    [Show full text]
  • Microsoft 2013 Partner of the Year
    2015 MPN Partner of the Year Awards Award Guidelines Preview for Partners Self-Nominate Using Award Submission Tool Tool Opens on February 18, 2016 and Closes on April 7, 2016 https://partner.microsoft.com/en-us/wpc/awards Table of Contents Table of Contents ........................................................................................................................................... 2 Introduction ..................................................................................................................................................... 4 Instructions for Preparing Award Nominations .................................................................................. 5 Citizenship Awards ........................................................................................................................................ 6 Innovative Technology for Good Citizenship ................................................................................................... 6 YouthSpark Citizenship ............................................................................................................................................ 8 Competency Based Awards ..................................................................................................................... 10 Application Development...................................................................................................................................... 10 Cloud Business Licensing – Guidelines Coming Soon ...............................................................................
    [Show full text]
  • Getting Started Guide
    Getting Started Guide P/N 066450-004 EZBuilder Intermec Technologies Corporation 6001 36th Avenue West P.O. Box 4280 Everett, WA 98203-9280 U.S. technical and service support: 1-800-755-5505 U.S. media supplies ordering information: 1-800-227-9947 Canadian technical and service support: 1-800-687-7043 Canadian media supplies ordering information: 1-800-267-6936 Outside U.S. and Canada: Contact your local Intermec service supplier. The information contained herein is proprietary and is provided solely for the purpose of allowing customers to operate and/or service Intermec manufactured equipment and is not to be released, reproduced, or used for any other purpose without written permission of Intermec. Information and specifications in this manual are subject to change without notice. 2000 by Intermec Technologies Corporation All Rights Reserved The word Intermec, the Intermec logo, EZBuilder, JANUS, IRL, Trakker Antares, Adara, Duratherm, Precision Print, PrintSet, Virtual Wedge, and CrossBar are either trademarks or registered trademarks of Intermec Technologies Corporation. Microsoft, Active X, Visual C++, Windows, Win32s, the Windows logo, and Windows NT are either trademarks or registered trademarks of Microsoft Corporation. Throughout this manual, trademarked names may be used. Rather than put a trademark (™ or ®) symbol in every occurrence of a trademarked name, we state that we are using the names only in an editorial fashion, and to the benefit of the trademark owner, with no intention of infringement. EZBuilder Getting Started Guide Welcome to EZBuilder EZBuilder™ is a fast, easy-to-use development tool for creating applications that run on Trakker Antares®, T2090, and 6400 terminals.
    [Show full text]
  • DLCC Software Catalog
    Daniel's Legacy Computer Collections Software Catalog Category Platform Software Category Title Author Year Media Commercial Apple II Integrated Suite Claris AppleWorks 2.0 Claris Corporation and Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 1.0.2 --> 1.1.1 Update Apple Computer, Inc. 1984 400K Commercial Apple II Operating System Apple IIGS System 1.1 Apple Computer, Inc. 1986 800K Commercial Apple II Operating System Apple IIGS System 2.0 Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 3.1 Apple Computer, Inc. 1987 800K Commercial Apple II Operating System Apple IIGS System 3.2 Apple Computer, Inc. 1988 800K Commercial Apple II Operating System Apple IIGS System 4.0 Apple Computer, Inc. 1988 800K Commercial Apple II Operating System Apple IIGS System 5.0 Apple Computer, Inc. 1989 800K Commercial Apple II Operating System Apple IIGS System 5.0.2 Apple Computer, Inc. 1989 800K Commercial Apple II Reference: Programming ProDOS Basic Programming Examples Apple Computer, Inc. 1983 800K Commercial Apple II Utility: Printer ImageWriter Toolkit 1.5 Apple Computer, Inc. 1984 400K Commercial Apple II Utility: User ProDOS User's Disk Apple Computer, Inc. 1983 800K Total Apple II Titles: 12 Commercial Apple Lisa Emulator MacWorks 1.00 Apple Computer, Inc. 1984 400K Commercial Apple Lisa Office Suite Lisa 7/7 3.0 Apple Computer, Inc. 1984 400K Total Apple Lisa Titles: 2 Commercial Apple Mac OS 0-9 Audio Audioshop 1.03 Opcode Systems, Inc. 1992 800K Commercial Apple Mac OS 0-9 Audio Audioshop 2.0 Opcode Systems, Inc.
    [Show full text]
  • Mailbox Manager
    _______________________________________________ Version 8.0 General Description The information contained herein is subject to change without notice at the sole discretion of Active Voice, LLC. This document has been created as a sales tool for Authorized Active Voice Resellers. For more information, visit our web site at www.activevoice.com, or contact Active Voice's Sales Support at 1-877-864-8948 or by e-mail at [email protected].) Table of Contents Table of Contents ............................................................................................................................ 2 About Active Voice, LLC.................................................................................................................. 3 Product Overview ............................................................................................................................ 4 Repartee LX Standard Features.................................................................................................... 5 Voice Mail..................................................................................................................................... 5 Mailbox Manager ......................................................................................................................... 9 Automated Attendant ................................................................................................................. 10 Audiotext ...................................................................................................................................
    [Show full text]
  • Blackberry Enterprise Server for Microsoft Exchange Version 4.1.4
    BlackBerry Enterprise Server for Microsoft Exchange Version 4.1.4 Installation Guide BlackBerry Enterprise Server Version 4.1.4 for Microsoft Exchange Installation Guide Last modified: 25 June 2007 Document ID: 12675557 Version 6 At the time of publication, this documentation is based on BlackBerry Enterprise Server Version 4.1.4 for Microsoft Exchange. Send us your comments on product documentation: https://www.blackberry.com/DocsFeedback. ©2007 Research In Motion Limited. All Rights Reserved. The BlackBerry and RIM families of related marks, images, and symbols are the exclusive properties of Research In Motion Limited. RIM, Research In Motion, BlackBerry, “Always On, Always Connected” and the “envelope in motion” symbol are registered with the U.S. Patent and Trademark Office and may be pending or registered in other countries. Adobe, Acrobat, and Reader are trademarks of Adobe Systems Incorporated. IBM, Lotus, and Sametime are trademarks of International Business Machines Corporation. Internet Explorer, Microsoft, SQL Server, Windows, Windows Media, Windows Server, Live Communications Server 2005, Outlook, and Active Directory are trademarks of Microsoft Corporation. Novell and GroupWise are trademarks of Novell, Inc. Ace/ Agent is a trademark of Security Dynamics Technologies, Inc. RSA and SecurID are trademarks of RSA Security Inc. Java, JavaScript, and J2SE are trademarks of Sun Microsystems, Inc. VMware is a trademark of VMware. All other brands, product names, company names, trademarks and service marks are the properties of their respective owners. The BlackBerry device and/or associated software are protected by copyright, international treaties, and various patents, including one or more of the following U.S. patents: 6,278,442; 6,271,605; 6,219,694; 6,075,470; 6,073,318; D445,428; D433,460; D416,256.
    [Show full text]
  • Microsoft Windows for MS
    Month Year Version Major Changes or Remarks Microsoft buys non-exclusive rights to market Pattersons Quick & Dirty Operating System from December 1980 QDOS Seattle Computer Products (Developed as 86-DOS) (Which is a clone of Digital Researches C P/M in virtually every respect) Microsoft buys all rights to 86-DOS from Seattle Computer Products, and the name MS-DOS is July 1981 86-DOS adopted for Microsoft's purposes and IBM PC- DOS for shipment with IBM PCs (For Computers with the Intel 8086 Processor) Digital Research release CP/M 86 for the Intel Q3 1981 CP/M 86 8086 Processer Pre-Release PC-DOS produced for IBM Personal Mid 1981 PC-DOS 1.0 Computers (IBM PC) Supported 16K of RAM, ~ Single-sided 5.25" 160Kb Floppy Disk OEM PC-DOS for IBM Corporation. (First August 1982 PC-DOS 1.1 Release Version) OEM Version for Zenith Computer Corporation.. (Also known as Z-DOS) This added support for September 1982 MS-DOS 1.25 Double-Sided 5.25" 320Kb Floppy Disks. Previously the disk had to be turned over to use the other side Digital Research release CP/M Plus for the Q4 1982 CP/M Plus Intel 8086 Processer OEM Version For Zenith - This added support for IBM's 10 MB Hard Disk, Directories and Double- March 1983 MS-DOS 2.0 Density 5.25" Floppy Disks with capacities of 360 Kb OEM PC-DOS for IBM Corporation. - Released March 1983 PC-DOS 2.0 to support the IBM XT Microsoft first announces it intention to create a GUI (Graphical User Interface) for its existing MS-DOS Operating System.
    [Show full text]
  • Novell Appnotes September 2002
    Novell, Inc. 464-000063-009 Novell AppNotes • September 2002 Novell AppNotes Order Desk PO Box 14530 Fremont, CA 94539 USA Novell AppNotes® Tel 925 463 7391 Tel 800 395 7135 Novell Research www.novell.com Call 1-800-395-7135 for subscriptions SEPTEMBER 2002 Novell’s Technical Journal for Implementing, Managing, and Programming to one Net Spotlight on Troubleshooting APPNOTES 4 Troubleshooting Novell MEDIA MAIL iChain 2.1 Authentication U.S. Postage Issues PAID Fremont, CA 29 Managing Windows 2000 Permit# 774 Group Policies with Novell Appnotes Returns ZENworks for Desktops 3 c/o Zomax, Inc. Troubleshooting Spotlight on 47 How to Use the Alarm 1640 Berryessa Rd, Suite B Management System of San Jose, CA 95133 ZENworks for Servers 3 USA DEVELOPER NOTES CHANGE SERVICE REQUESTED 59 A Methodology for Troubleshooting DirXML 79 Implementing a Utility for Searching Windows Executable Files on NetWare 87 How to Build J2EE Applications Using Novell Technologies: Part 5 SECTIONS 95 Net Management 105 Net Support 116 Code Break 127 Viewpoints AppNotes ® Novell’s Technical Journal for Implementing, Managing, and Programming to one Net September 2002 Volume 13, Number 9 Editor-in-Chief Gamal B. Herbon Novell AppNotes® (formerly Novell Application Notes, ISSN# 1077-0321, and now including the former Novell Developer Notes) is published monthly by Novell, 1800 S. Managing Editor Ken Neff Novell Place, Provo, UT 84606. The material in the AppNotes is based on actual field experience and technical research performed by Novell personnel, covering topics
    [Show full text]
  • IDOL Keyview Viewing SDK 12.7 Programming Guide
    KeyView Software Version 12.7 Viewing SDK Programming Guide Document Release Date: October 2020 Software Release Date: October 2020 Viewing SDK Programming Guide Legal notices Copyright notice © Copyright 2016-2020 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Documentation updates The title page of this document contains the following identifying information: l Software Version number, which indicates the software version. l Document Release Date, which changes each time the document is updated. l Software Release Date, which indicates the release date of this version of the software. To check for updated documentation, visit https://www.microfocus.com/support-and-services/documentation/. Support Visit the MySupport portal to access contact information and details about the products, services, and support that Micro Focus offers. This portal also provides customer self-solve capabilities. It gives you a fast and efficient way to access interactive technical support tools needed to manage your business. As a valued support customer, you can benefit by using the MySupport portal to: l Search for knowledge documents of interest l Access product documentation l View software vulnerability alerts l Enter into discussions with other software customers l Download software patches l Manage software licenses, downloads, and support contracts l Submit and track service requests l Contact customer support l View information about all services that Support offers Many areas of the portal require you to sign in.
    [Show full text]