COBOL-Its relationship with other American national standards

Size: px
Start display at page:

Download "COBOL-Its relationship with other American national standards"

Transcription

1 COBOL-Its relationship with other American national standards by L. ARNOLD JOHNSON, PATRICK M. HOYT and GEORGE N. BAIRD Department of the Navy Washington, DC INTRODUCTION The standards which interface with COBOL can effect the degree of machine independence a COBOL program has. COBOL 74 1 provides the capability to process the standard coded character set defined by the American National Standard Code for Information Interchange (ASCII). 2 In that' regard, COBOL 74 relies on the ASCII Standard for defining the character codes and the collating sequence that are to be reflected by the program when processing that particular character code. Additionally, COBOL can specify that ASCII be recorded on external media such as punch cards 3 or magnetic tape 4 with magnetic tape labels. 5 If that data is to be used for information interchange, then the recording of the data should be in accordance with the respective media standards. The American National Standards which interface with COBOL must be properly defined and implemented on a computer system for a COBOL program to be independent of the computer system. In the process of validating COBOL compilers, we use these other American National Standards related to COBOL and have found that data cannot be easily transported between computer systems. ANSC X3 ROLE IN COBOL AND RELATED STANDARDS American National Standard Committee X3 through its three standing committees is responsible for the standardization of COBOL and other subjects related to systems, computer equipments, devices and media for information processing. 6 Three committees assist X3 in discharging its responsibilities concerning the administration, evaluation, allocation and scheduling of standards projects. The Standards Planning and Requirements Committee (SPARC) and the International Advisory Committee (lac) of X3 have staff responsibilities while the Standards Steering Committee (SSC) has line responsibilities. The lac is responsible for coordinating the work of ANSC X3 with respect to international organizations. The purpose of SPARC is to review the need for standards, make recommendations to X3 on the desirability of standards and determine that work of the technical committees is responsive to the original objective of the standardization project. The administrative arm of X3 is the Standards Steering Committee which monitors and coordinates the standards projects that are being developed by the project groups. Individual projects are. classified as being in one of three project groups, hardware, software or systems. The technical committees (established for each individual project) designated for the development and maintenance of American National Standards for COBOL, character codes, magnetic tape labels, and data representation are part of the software group. Technical committees for the standardization of physical media asso-. ciated with magnetic tape and punched cards are included in the hardware group. The basic objectives of the American National Standards Institute (ANSI) as well as its subordinate committees are the (1) promulgating of standards, (2) coordination of standards development, (3) establishment of standards, and (4) exchange of information. The underlying purpose of the COBOL standard is to "promote a high degree of machine independence in such programs in order to permit their use on a variety of automatic data processing systems."* Further, one of the criteria used by ANSC X3J4 (technical committee for COBOL standardization) for considering a COBOL element as a candidate in the 1974 COBOL standard was its compatibility with other standards. A philosophy similar to COBOL is reflected in the standards associated with magnetic tape, punched cards, magnetic tapes labels and standard coded character set in that these standards are concerned with a common format for informatio,n interchange between computer systems. Based on experiences noted later in this paper, there is a question as to whether COBOL and related standards, as yet are fully effective in providing information interchange. STANDARDS INTERFACING WITH COBOL There are five different American National Standards which may either directly or indirectly interface with American National Standard Programming Language COBOL, * See Paragraph 1.1, page 1-1 in Reference

2 1114 National Computer Conference, 1978 X The COBOL 74 Standard conveniently includes the language syntax which make these interfaces possible and thereby provides a common definition for the purpose of data interchange. American National Standard Code for Information Interchange (ASCII) is the common character code used for the interchange of data. Ideally, a standard data interchange on punched cards or magnetic tape is possible between computer systems when ASCII together with the appropriate American National Standards for punched cards or for recorded magnetic tape and magnetic tape labels are used. For data interchange as well as program interchange to be possible, a fundamental assumption is that each of the computer systems between which the data interchange is to occur must implement and support the applicable ADP standards. Until COBOL 74, there was no definition within the COBOL language which allowed for the designation of a program collating sequence or how data would be represented on external media. Without such a definition each implementor was permitted to use his own techniques regarding the character collating sequence used, recording of signed data on external media, and the character code used for external media. The facilities in COBOL 74 for defining the collating sequence, the character code and representation of signed data are the COBOL features associated with the PROGRAM COLLATING SEQUENCE clause, CODE SET clause, alphabet-name clause and SIGN SEPARATE clause. For the first time, it is possible for COBOL programs to read, process and produce data that is interchangeable in accordance with related ADP standards. COBOL 74 The COBOL language feature by which ASCII is written to or read from an external media is the CODE-SET clause plus an associated alphabet-name clause. The CODE-SET clause in an optional clause of the File Description Entry in a COBOL program. When it is present, this clause specifies the character code convention used on the external media. Any conversion that may be required of the code, as represented internally in the computer system, and the code as represented on the external media occurs during execution of either an input or output operation (a READ or WRITE statement). The construct of the CODE-SET clause is "CODE-SET IS alphabet-name." Alphabet-name is defined in the SPECIAL-NAMES paragraph and has the form: STANDARD-l ) NATIVE I h b t IS implementor-name a p a e -name literal 1 When the STANDARD-l phrase is specified, the character code or collating sequence identified is that defined by the American National Standard Code for Information Interchange, X Each character of the standard character set is associated with a corresponding character of the native character code. Note the COBOL Standard does not require that the computer system's architecture use ASCII, only that the computer system and associated COBOL compiler process the character code as if it were ASCII. The ASCII character code standard defines the bit configuration for representing characters in the standard data format. The value of numeric fields may be represented in either binary or decimal form depending on the equipment. If more than one type of numeric representation is available for a computer system, this selection may be specified through COBOL by use of the USAGE clause. The. two options of the USAGE clause are COMPUTATIONAL (binary) and DISPLAY (decimal). Therefore, in order to produce ASCII on an external media via COBOL, data descriptions for the file must be explicitly or implicitly defined as DISPLAY. Another factor which effects the ability to interchange data between systems is the representation of signed data. The positive or negative characteristic of a numeric value may have, as many possible representations. Signs may be represented as part of the bit configuration associated with the high order or low order position of the numeric value. Signs also may be represented as a separate character which may be either leading or trailing. Since the ASCII character code does not provide for signed data values, the sign characteristic of a numeric value must be carried as a separate character. This is defined through COBOL using the SIGN SEPARATE clause. Data is only interchangeable if the sequence of data is characteristic of the character code selected and the COBOL program processes it accordingly. This sequence is controlled within the COBOL program by use of the PRO GRAM COLLATING SEQUENCE IS alphabet-name clause located in the OBJECT-COMPUTER paragraph. The PROGRAM COLLATING SEQUENCE clause is optional, but if specified, the program uses the collating sequence defined by a corresponding alphabet-name clause. If the alphabet-name clause specifies the ASCII character code (alphabet-name option STANDARD-I) then all nonnumeric comparisons for any relation conditions during program execution should reflect the ASCII code collating sequence. AMERICAN NATIONAL STANDARD CODE FOR INFORMATION INTERCHANGE (ASCII) ASCII is the standard coded character set to.be used for information interchange among information processing systems. The ASCII Standard describes the code insofar as the bit arrangement or configuration relates to an associated graphic character. A minimum of 7 bits is used to represent an ASCII code character. The Standard does not define the means by which the code set is to be recorded in any physical medium but there is a bit relationship with the ASCII code to other standards such as the American National Standard Recorded Magnetic Tape for Information Interchange, X (1600 CPI, PE) and also X (800 CPI, NRZI). For COBOL to produce or recognize ASCII data, the language feature CODE-SET in combina-

3 COBOL 1115 tion with the STANDARD-1 option of the alphabet-name clause is required. The binary bit pattern of the character code gives a collating sequence position for each character in the code. For an implementation to support the ASCII standard, the computer system must be capable of not only accepting and producing ASCII, but also must be able to process ASCII coded data in the proper collating sequence. AMERICAN NATIONAL STANDARD HOLLERITH PUNCHED CARD CODE X The Hollerith Punched Card Code Standard specified 256 Hole-pattern in twelve-row punched cards. These Hole-patterns are assigned to the 128 characters of 7-bit ASCII and to 128 additional characters for use in 8-bit coded systems. This standard relates these punched Hole-patterns to a particular bit pattern in an 8-bit data system. An example of such a system noted in this standard is the American National Standard Recorded Magnetic Tape for Information Interchange (800 CPI, NRZI), X3.22-l973. In addition to relating Hole-patterns to a particular bit construct, the code table presented in this standard also associates a graphic character to that particular position within the table. Columns 0-7 of the table correspond to the bit pattern and associated graphic character of that defined in the ASCII standard. The standard does not specify a card sorting sequence; however, when we consider the bit patterns of any two ASCII characters there is a well-defined sequence relationship. Since the CODE-SET clause gives COBOL the capability to specify the character code convention used to represent data on the external media (such as punched cards) a relationship does exist through the ASCII character code standard for a COBOL program to accept, process, and create data on punched cards in accordance with X AMERICAN NATIONAL STANDARD MAGNETIC TAPE LABELS FOR INFORMATION INTERCHANGE, X3.27-l976 The magnetic tape label standard gives specifications for the recording of magnetically recorded labels on magnetic tapes used for information interchange. Rather than specify how the labels of the tape are to be processed or the data bit structure on the tape, this Standard identifies the information and the structure of tape labels that are recorded on tape. As such, the tape label standard is applicable to either 7 track or 9 track magnetic tape. The standard makes note of the fact that the physical recording size of labels may be larger than the required 80 characters subject to hardware constraints. These 80-character records are grouped together based on their respective locations on tape related to beginning of tape volume, beginning of file, end of the file and end of tape volume. A tape mark, both before and after the file data, separates a label record group from the file data. Each label record is uniquely recognized by the first four characters in that record. A record group may have one or more records depending on the implementation and an agreement between the data interchange parties. For a single volume tape all label records are optional except for label records identified as VOL1, HDRI and EOFI which respectively define the beginning of the volume or tape, header label for beginning of each data file, and label record immediately following the data file. An illustration follows: VOL1----HDR1---*File Data*t EOF1----** The tape label standard identifies the information and the data category (numeric or alphanumeric) that is to be stored in each field of the label record. ASCII is mentioned by the standard as a character code which can be used; however, the standard is applicable to any code structure. Certain fields of the label records are designated as optional by the standard. These optional fields may be recognized and processed or may be ignored at the option of the implementor. COBOL includes provisions for specifying labels for data files through the LABEL RECORD STANDARD clause of the File Description Entry. However, COBOL 74 does not describe the format, structure, or content of file labels. It states only that file labels will be present when the clause is specified. If an implementation claims support of the tape label standard for use with COBOL, then the implementor should be expected to accept and process ANS tape labels on input, process those tape labels and create ANS tape labels on output, both in accordance with the ~agnetic tape label standard, X3.27-l976. AMERICAN NATIONAL STANDARD RECORDED MAGNETIC TAPE FOR INFORMATION INTERCHANGE (800 CPI, NRZI), X3.22-l973 AND (1600 CPI, PE), X3.39-l973 The standards X3.22-l973 and X for recorded magnetic tape provide specifications for the format andrecording of half inch, 9-track magnetic tape to be used for information interchange with systems and associated equipment utilizing the ASCII code, X3.4-l976. These standards define the physical requirements for magnetic tape and the bit pattern for the recording of information on 9-track tape. Seven of the nine tracks are used for data; one track is used for character parity; and one track is treated as a bit of higher order than ASCII bits (shall be a zero bit). Each of the tracks used for the recording of data are assigned a particular bit identification which corresponds to the bit assignment used by the ASCII character code standard. COBOL 74 does not reference the recorded magnetic tape standards; however, it includes COBOL syntax and general rules governing the semantics for the COBOL statements which apply specifically to.the treatment of files on magnetic teach "'" represents a tape mark.

4 1116 National Computer Conference, 1978 tape. Within COBOL 74, Sequential 1-0 module statements such as the CLOSE REEL, CLOSE WITH NO REWIND, OPEN WITH NO REWIND and OPEN REVERSED are used to specify the actions for files stored on tape or analogous sequential media. Also the general rules associated with the READ and WRITE verbs define the actions to be taken when an end of reel is recognized during a read or write. USING COBOL WITH RELATED STANDARDS Programs written in compliance with the 1974 COBOL Standard language specification do not necessarily accept or produce data files that comply with the other data processing standards on many systems. Part of our work, here at the Federal COBOL Compiler Testing Service, involves the validation of COBOL compilers with respect to FederalStandard COBOL s (ANS, X COBOL). Because we are continuously implementing the COBOL Compiler Validation System (CCVS)9 on different computer systems, the underlying purposes for which standards are developed are of vital importance to our operations. More importantly, we test COBOL compilers and as part of those tests we validate the compiler's capability to read, process and write ASCII in accordance with the 1974 COBOL Standard. Briefly stated, the 1974 CCVS consists of some 250 COBOL programs which collectively test a COBOL compiler's conformance to COBOL 74 language syntax and semantics. That part of the CCVS used to validate the compiler's ASCII capability consist of three COBOL programs, an ASCII-encoded punched card deck, and an ASCII-encoded magnetic tape. The ASCII validation requires three steps. In the first step, the first of the three-program set produces an ASCII-encoded magnetic tape and punched card file. The two remaining COBOL programs read and check the files produced by the first COBOL program. For the second step, the two programs which read and check the ASCII-encoded files are again executed. However, for this run they use as inputs an ASCII-encoded tape file and punched card file produced on another computer system. The purpose of this run is to validate that the compiler/ computer system being tested is capable of processing ASCII (represented both on magnetic tape and punched cards) that was produced by another computer system in accordance with the appropriate American National Standards. The final step is to take the magnetic tape and punched card file produced during the validation to a different computer system for further checking. The purpose of this latter step is to determine whether the compiler/computer system being tested can also produce ASCII (represented both on magnetic tape and punched cards) which is capable of being processed on another computer system. Since COBOL 74 is not definitive regarding labels that are used for magnetic tape, the labels used for the ASCII portion of the compiler validation are dependent on the system under test. If the system under test supports the ANSI tape label standard, then tape labels conforming to ANS X are placed on the magnetic tapes. If the system under test does not support ANSI tape labels then the magnetic. tapes for the validation were supplied without tape labels. To recognize a system under test as being in full support of COBOL and associated data related standards, the system is expected to do the following: (1) Compile and execute the audit routines (CCVS programs) that conform to the 1974 COBOL Standard (ANS X ) without requiring any modifications to the source code, (2) Pass all the semantic tests made by the audit routines as reflected in the execution report of each audit routine, (3) Accept ASCII-encoded (ANS X ) data files from tape and punched cards that conform to the Magnetic Tape Standard (ANS X and ANSI X ) and Hollerith Punched Card Code Standard (ANS X ) respectively, (4) Produce ASCII -encod~d data files on tape and punched cards that conform to the same standards noted in 3 above, and (5) Accept and produce magnetic tapes containing magnetic tape labels that conform to Magnetic Tape Label Standard (ANS X ). Very few of the compiler/computer systems validated to date were successful in meeting all of the above criteria. The type of problems that were found follow: (0 Date recording formats unacceptable. One system tested resulted in an end of file condition occurring after processing the first record of a 50 record tape file. Another system could not read either a labeled or an unlabeled magnetic tape. However, this same system, for some unexplained reason, was able to create a tape that, when read on another computer system, proved to be correct according to applicable standards. (2) Data code not read or recorded correctly. One system tested produced records on tape which included an additional character located in the first character position of each record thus causing the contents of the record to be offset by one character. Another system did not provide proper character translation of all ASCII characters when reading punched cards. (3) Incompatible Tape labels. Some systems tested simply did not support ANSI tape labels while others required the presence of optional labels HDR2 and EOF2. (4) Non-standard COBOL syntax. One system tested required that the nonstandard clause "RECORDING MODE IS STANDARD-ASCII" be added to the SE LECT Entry for all tape files. (The CODE-SET clause in the File Description Entry should have accomplished this function). One system, oddly enough,

5 COBOL 1117 could properly read and write ASCII on punched cards only when the CODE-SET clause was removed from the program. A number of special considerations were necessary in order to process ASCII. Some implementations required that specific hardware models of magnetic tape and card readers/punches be used. Others required that specific options be invoked through the job control language, and still others required particular system generation parameters be used when the operating system is generated. IMPACT OF COBOL 74 REVISION WITH REGARD TO OTHER STANDARDS In looking to the future to see how the revision to COBOL 74 might affect the interfaces of COBOL with related standards, it appears that there will be little or no impact. In a sense this is unfortunate because the COBOL standard could give more guidance as to the type of file labels that are to be used. The only feature for defining file labels within COBOL is via the LABEL RECORD STANDARD clause, which in COBOL 74 merely requires that labels will be present and conform to the implementor's label specifications. The difficulty most often found in transporting magnetic tape files between computer systems, next to improper implementation of standards related to COBOL, was the tape label. Many COBOL compiler/computer systems tested did not support ANSI magnetic tape labels. If the COBOL interface mechanisms for ANSI magnetic tape labels were similar in detail to the interfaces now present for ASCII, COBOL would have a direct link to another American National Standard. CONCLUSION One thing became quite apparent while testing the interfaces to ASCII and other standards related to COBOL. Even when strict adherence to American National Standards is maintained, COBOL programs and associated data files are not easily interchangeable among computer systems. This, in part, is due to improper implementation of ADP Standards by the parties involved in the interchange. Another factor is that the goals and objectives of X3 do not emphasize the compatibility of related standards or encourage interaction of related standards. REFERENCES 1. American National Standard Programming Language COBOL, X , American National Standards Institute Incorporated, New York, American National Standard Code for Information Interchange, X , American National Standards Institute Incorporated, New York, American National Standard Hollerith Punched Card Code, X , American National Standards Institute Incorporated, New York, American National Standard Recorded Magnetic Tape for Information Interchange (800 CPl, NRZI), X , American National Standards Institute Incorporated, New York, American National Standard Magnetic Tape Labels for Information Interchange, X , American National Standards Institute Incorporated, New York, Hill, MaIjorie F., The World ofedp Standards, Control Data Corporation, Tech Memo TM4, American National Standard Recorded Magnetic Tape for Information Interchange (1600 CPl, Phase Encoded), X , American National Standards Institute Incorporated, New York, Federal Information Processing Standards, Publication 21-1 COBOL, U. S. Government Printing Office, Washington, D.C., CCVS Users Guide Version 3.0, available from the National Technical Information Service, U.S. Department of Commerce, 5285 Port Royal Road, Springfield, Virginia 22151

6

COBOL-SO: The new structured language

COBOL-SO: The new structured language COBOL-SO: The new structured language by JEROME GARFUNKEL Jerome Garfunkel Associates, Inc. Litchfield, Connecticut ABSTRACT This paper includes a presentation of the most important new features of COBOL-

More information

Conformance Requirements Guideline Version 0.1

Conformance Requirements Guideline Version 0.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Editors: Conformance Requirements Guideline Version 0.1 Aug 22, 2001 Lynne Rosenthal (lynne.rosenthal@nist.gov)

More information

GnuCOBOL Quick Reference

GnuCOBOL Quick Reference GnuCOBOL Quick Reference For Version 2.2 Final [7Sept2017] Gary L. Cutler (cutlergl@gmail.com). For updates Vincent B. Coen (vbcoen@gmail.com). This manual documents GnuCOBOL 2.2 Final, 7Sept2017 build.

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD Third edition 99--5 Information technology - IS0 7-bit coded character set for information interchange Technologies de

More information

X/Open CAE Specification

X/Open CAE Specification X/Open CAE Specification X/Open Company, Ltd. December 1991, X/Open Company Limited All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in

More information

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia 22209 USA Copyright

More information

Review of Number Systems

Review of Number Systems Review of Number Systems The study of number systems is important from the viewpoint of understanding how data are represented before they can be processed by any digital system including a digital computer.

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 13673 First edition 2000-05-01 Information technology Document processing and related communication Conformance testing for Standard Generalized Markup Language (SGML) systems

More information

Chapter 4: Computer Codes. In this chapter you will learn about:

Chapter 4: Computer Codes. In this chapter you will learn about: Ref. Page Slide 1/30 Learning Objectives In this chapter you will learn about: Computer data Computer codes: representation of data in binary Most commonly used computer codes Collating sequence Ref. Page

More information

Supplement 207 Conformity Assessment

Supplement 207 Conformity Assessment Supplement 207 Conformity Assessment WG-31 Conformance, May 2018 Contents What did we achieve so far [WG-06]? [Nov-17] DICOM Conformity Assessment Model [Nov-17] Definitions for conformance based on OASIS

More information

SURFACE VEHICLE RECOMMENDED PRACTICE

SURFACE VEHICLE RECOMMENDED PRACTICE 400 Commonwealth Drive, Warrendale, PA 15096-0001 SURFACE VEHICLE RECOMMENDED PRACTICE An American National Standard J1979 Issued 1991-12 Revised 1997-09 Superseding J1979 JUL96 REV. SEP97 E/E DIAGNOSTIC

More information

International Standards Organisation. Parameterized Derived Types. Fortran

International Standards Organisation. Parameterized Derived Types. Fortran International Standards Organisation Parameterized Derived Types in Fortran Technical Report defining extension to ISO/IEC 1539-1 : 1996 {Produced 4-Jul-96} THIS PAGE TO BE REPLACED BY ISO CS ISO/IEC 1

More information

Request for Comments: 1007 June 1987

Request for Comments: 1007 June 1987 Network Working Group Wayne McCoy Request for Comments: 1007 June 1987 MILITARY SUPPLEMENT TO THE ISO TRANSPORT PROTOCOL Status of this Memo This RFC is being distributed to members of the Internet community

More information

COBOL's dominance in underlined by the reports from the Gartner group.

COBOL's dominance in underlined by the reports from the Gartner group. Programming Languages Research Paper Submitted by: Amit Jaju-Roll no 16 Swarjit Das-Roll no 9 Introduction COBOL is a high-level programming language first developed by the CODASYL Committee (Conference

More information

RM/COBOL to RM/COBOL-85

RM/COBOL to RM/COBOL-85 Liant Software Corporation RM/COBOL to RM/COBOL-85 Conversion Guide Copyright 1989 2003. Liant Software Corporation. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

The History and the layers of the OSI Model 30 - October

The History and the layers of the OSI Model 30 - October THE OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. An ISO standard that covers all aspects

More information

Document Version FUNCTIONAL ACKNOWLEDGEMENT (ANSI X12 VERSION 4040) 10/10/2008. X12V General Parts, Inc./CARQUEST

Document Version FUNCTIONAL ACKNOWLEDGEMENT (ANSI X12 VERSION 4040) 10/10/2008. X12V General Parts, Inc./CARQUEST Document Version 1.0 997 FUNCTIONAL ACKNOWLEDGEMENT (ANSI X12 VERSION 4040) 10/10/2008 X12V4040 1 General Parts, Inc./CARQUEST Table of Contents CONTACT(S)... 3 CHANGE HISTORY... 3 CONVENTIONS USED IN

More information

Copyright Network Management Forum

Copyright Network Management Forum SPIRIT Platform Blueprint SPIRIT COBOL Language Portability Guide (SPIRIT Issue 3.0) Network Management Forum Copyright December 1995, Network Management Forum All rights reserved. No part of this publication

More information

Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO

Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO Joint ISO/TC 154 UN/CEFACT Syntax Working Group (JSWG) publication of ISO 9735-1 equivalent to the official ISO publication: ISO 9735-1 (First edition 1998-10-01) Electronic data interchange for administration,

More information

Regions Client Image Cash Letter

Regions Client Image Cash Letter Regions Client Image Cash Letter Regions Bank Member FDIC Revised March 2018 Client Image Cash Letter File Specification Requirements Guide Client Image Cash Letter (CICL) is an image processing service

More information

Cyber Security Reliability Standards CIP V5 Transition Guidance:

Cyber Security Reliability Standards CIP V5 Transition Guidance: Cyber Security Reliability Standards CIP V5 Transition Guidance: ERO Compliance and Enforcement Activities during the Transition to the CIP Version 5 Reliability Standards To: Regional Entities and Responsible

More information

Standards Designation and Organization Manual

Standards Designation and Organization Manual Standards Designation and Organization Manual InfoComm International Standards Program Ver. 2014-1 April 28, 2014 Issued by: Joseph Bocchiaro III, Ph.D., CStd., CTS-D, CTS-I, ISF-C Director of Standards

More information

x. The optional Cross-compiler word set x.1 Introduction x.2 Additional terms and notation x.2.1 Definitions of terms

x. The optional Cross-compiler word set x.1 Introduction x.2 Additional terms and notation x.2.1 Definitions of terms x. The optional Cross-compiler word set x.1 Introduction The purpose of this optional wordset is to facilitate writing programs that may be compiled to run on s other than the system performing the compilation.

More information

Volume II, Section 5 Table of Contents

Volume II, Section 5 Table of Contents Volume II, Section 5 Table of Contents 5...5-1 5.1 Scope...5-1 5.2 Basis of...5-1 5.3 Initial Review of Documentation...5-2 5.4 Source Code Review...5-2 5.4.1 Control Constructs...5-3 5.4.1.1 Replacement

More information

ISO. International Organization for Standardization. ISO/IEC JTC 1/SC 32 Data Management and Interchange WG4 SQL/MM. Secretariat: USA (ANSI)

ISO. International Organization for Standardization. ISO/IEC JTC 1/SC 32 Data Management and Interchange WG4 SQL/MM. Secretariat: USA (ANSI) ISO/IEC JTC 1/SC 32 N 0736 ISO/IEC JTC 1/SC 32/WG 4 SQL/MM:VIE-006 January, 2002 ISO International Organization for Standardization ISO/IEC JTC 1/SC 32 Data Management and Interchange WG4 SQL/MM Secretariat:

More information

ENGINEERING COMMITTEE Digital Video Subcommittee

ENGINEERING COMMITTEE Digital Video Subcommittee ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 164 2010 Emergency Alert Metadata Descriptor NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards are intended to serve the public

More information

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange PS 3.10-2000 Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange Warning: This copyrighted electronic document is a final draft document,

More information

ANSI/SCTE

ANSI/SCTE ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 87-2 202 Stereoscopic 3D PSI Signaling NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards and

More information

Type of Cobol Entries

Type of Cobol Entries Review of COBOL Coding Rules: Columns Use Explanation 1-6 sequence numbers or page and line numbers (optional) 7 Continuation, Comment, or starting a new page Previously used for sequencechecking when

More information

CLASS A PROFILE. Prepared by: NTCIP Steering Group. May 1996

CLASS A PROFILE. Prepared by: NTCIP Steering Group. May 1996 CLASS A PROFILE Prepared by: NTCIP Steering Group May 1996 NTCIP Steering Group - Class A Profile Draft March 1998 Table of Contents FOREWORD...i Section 1: GENERAL...1-1 1.1 SCOPE...1-1 1.1.1 Background...1-1

More information

GENERAL INFORMATION 7090 DATA PROCESSING SYSTEM

GENERAL INFORMATION 7090 DATA PROCESSING SYSTEM 7090 DATA PROCESSING SYSTEM GENERAL INFORMATION THE IBM 7090 Data Processing System, newest addition to IBM's family of data processing systems, includes the latest electronic component developments resulting

More information

Electronic data interchange for administration, commerce and Transport (EDIFACT) - Application level syntax rules

Electronic data interchange for administration, commerce and Transport (EDIFACT) - Application level syntax rules ISO 9735 : 1988 (E) Electronic data interchange for administration, commerce and Transport (EDIFACT) - Application level syntax rules 1 Scope This International Standard gives syntax rules for the preparation

More information

Lecture (02) Operations on numbering systems

Lecture (02) Operations on numbering systems Lecture (02) Operations on numbering systems By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Spring 2018, CSE202 Logic Design I Complements of a number Complements are used in digital computers to simplify

More information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information Logic and Computer Design Fundamentals Chapter 1 Digital Computers and Information Overview Digital Systems and Computer Systems Information Representation Number Systems [binary, octal and hexadecimal]

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISOIIEC 9636-1 First edition 1991-12-15 Information technology - Computer graphics - Interfacing techniques for dialogues with graphical devices (CGI) - Functional specification

More information

UNIT V SYSTEM SOFTWARE TOOLS

UNIT V SYSTEM SOFTWARE TOOLS 5.1 Text editors UNIT V SYSTEM SOFTWARE TOOLS A text editor is a type of program used for editing plain text files. Text editors are often provided with operating systems or software development packages,

More information

Micro Focus RM/COBOL. RM/COBOL Syntax Summary

Micro Focus RM/COBOL. RM/COBOL Syntax Summary Micro Focus RM/COBOL RM/COBOL Syntax Summary Contents Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved.

More information

COMPUTER EDUCATION TECHNIQUES, INC. (COBOL_QUIZ- 4.8) SA:

COMPUTER EDUCATION TECHNIQUES, INC. (COBOL_QUIZ- 4.8) SA: In order to learn which questions have been answered correctly: 1. Print these pages. 2. Answer the questions. 3. Send this assessment with the answers via: a. FAX to (212) 967-3498. Or b. Mail the answers

More information

Request for Comments: 1154 Prime Computer, Inc. April 1990

Request for Comments: 1154 Prime Computer, Inc. April 1990 Network Working Group Request for Comments: 1154 D. Robinson R. Ullmann Prime Computer, Inc. April 1990 1. Status of the Memo Encoding Header Field for Internet Messages This RFC proposes an elective experimental

More information

Lecture (03) Binary Codes Registers and Logic Gates

Lecture (03) Binary Codes Registers and Logic Gates Lecture (03) Binary Codes Registers and Logic Gates By: Dr. Ahmed ElShafee Binary Codes Digital systems use signals that have two distinct values and circuit elements that have two stable states. binary

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 6983-1 Second edition 2009-12-15 Automation systems and integration Numerical control of machines Program format and definitions of address words Part 1: Data format for positioning,

More information

Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur Number Representation

Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur Number Representation Number Systems Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. Indian Institute of Technology Kharagpur 1 Number Representation 2 1 Topics to be Discussed How are numeric data items actually

More information

Computer Centre. vjeekly Newsletter. VJeek ended 6 July Director of the Computer Centre

Computer Centre. vjeekly Newsletter. VJeek ended 6 July Director of the Computer Centre ~ --- WN-96 13JUL72 UNIVERSITY OF QUEENSLAND Computer Centre vjeekly Newsletter Date VJeek ended 6 July 1972 Authorization Director of the Computer Centre 1. OPERATIONS 1.1 PDP-lO System Wednesday 5 July

More information

Chapter 1B-26, Florida Administrative Code RECORDS MANAGEMENT - STANDARDS AND REQUIREMENTS Electronic Recordkeeping

Chapter 1B-26, Florida Administrative Code RECORDS MANAGEMENT - STANDARDS AND REQUIREMENTS Electronic Recordkeeping Chapter 1B-26, Florida Administrative Code RECORDS MANAGEMENT - STANDARDS AND REQUIREMENTS Electronic Recordkeeping 1B-26.003 Electronic Recordkeeping. (1) PURPOSE. These rules provide standards for record

More information

UNIT I. Introduction

UNIT I. Introduction UNIT I Introduction Objective To know the need for database system. To study about various data models. To understand the architecture of database system. To introduce Relational database system. Introduction

More information

Developing Real-Time Systems

Developing Real-Time Systems Developing Real-Time Systems by George R. Dimble, Jr. Introduction George R. Trimble, Jr., obtained a B.A. from St. John's College in 1948 and an M.A. in mathematics from the University of Delaware in

More information

Summary of FERC Order No. 791

Summary of FERC Order No. 791 Summary of FERC Order No. 791 On November 22, 2013, the Federal Energy Regulatory Commission ( FERC or Commission ) issued Order No. 791 adopting a rule that approved Version 5 of the Critical Infrastructure

More information

Network Working Group. Obsoletes: 1342 September 1993 Category: Standards Track

Network Working Group. Obsoletes: 1342 September 1993 Category: Standards Track Network Working Group K. Moore Request for Comments: 1522 University of Tennessee Obsoletes: 1342 September 1993 Category: Standards Track MIME (Multipurpose Internet Mail Extensions) Part Two: Message

More information

ADC 329 Use of Borrowed and Migration Codes in DLMS Supplements

ADC 329 Use of Borrowed and Migration Codes in DLMS Supplements ADC 329 Use of Borrowed and Migration Codes in DLMS Supplements 1. ORIGINATING SERVICE/AGENCY AND POC INFORMATION: a. System POC: Department of Defense (DoD) Defense Automatic Addressing System Center

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISOAEC 14699 First edition 1997-06-I 5 Information technology - Open Systems Interconnection - Transport Fast Byte Protocol

More information

Specification for TRAN Layer Services

Specification for TRAN Layer Services Specification for TRAN Layer Services Version 1.0 November 3, 1995 Sponsored by: Architecture Working Group of the 1394 Trade Association Approved for Release by: 1394 Trade Association Steering Committee

More information

Chapter 7. Representing Information Digitally

Chapter 7. Representing Information Digitally Chapter 7 Representing Information Digitally Learning Objectives Explain the link between patterns, symbols, and information Determine possible PandA encodings using a physical phenomenon Encode and decode

More information

Progress towards database management standards

Progress towards database management standards Progress towards database management standards by DONALD R. DEUTSCH General Electric Information Services Co. Nashville, Tennessee ABSTRACT The first proposals for database management standards appeared

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system: Motion JPEG 2000

ISO/IEC INTERNATIONAL STANDARD. Information technology JPEG 2000 image coding system: Motion JPEG 2000 INTERNATIONAL STANDARD ISO/IEC 15444-3 Second edition 2007-05-01 Information technology JPEG 2000 image coding system: Motion JPEG 2000 Technologies de l'information Système de codage d'image JPEG 2000:

More information

SBI CLERK COMPUTER GENERAL KNOWLEDGE PAPER COMPUTER GENERAL KNOWLEDGE

SBI CLERK COMPUTER GENERAL KNOWLEDGE PAPER COMPUTER GENERAL KNOWLEDGE SBI CLERK COMPUTER GENERAL KNOWLEDGE PAPER COMPUTER GENERAL KNOWLEDGE 1. Register is a (a) Set of capacitors used to register input instructions in a digital computer (b) Set of paper tapes and cards put

More information

INTERNATIONAL TELECOMMUNICATION UNION 4%,%-!4)# 3%26)#%3 4%2-).!, %15)0-%.43!.$ 02/4/#/,3 &/2 4%,%-!4)# 3%26)#%3

INTERNATIONAL TELECOMMUNICATION UNION 4%,%-!4)# 3%26)#%3 4%2-).!, %15)0-%.43!.$ 02/4/#/,3 &/2 4%,%-!4)# 3%26)#%3 INTERNATIONAL TELECOMMUNICATION UNION )454 4 TELECOMMUNICATION (03/93) STANDARDIZATION SECTOR OF ITU 4%,%-!4)# 3%26)#%3 4%2-).!, %15)0-%.43!.$ 02/4/#/,3 &/2 4%,%-!4)# 3%26)#%3 ).&/2-!4)/. 4%#(./,/'9 /0%.

More information

Follow-up question: now, comment on what each of these acronyms actually means, going beyond a mere recitation of the definition.

Follow-up question: now, comment on what each of these acronyms actually means, going beyond a mere recitation of the definition. Question 1 Define the following acronyms as they apply to digital logic circuits: ASIC PAL PLA PLD CPLD FPGA file 03041 Answer 1 ASIC: Application-Specific Integrated Circuit PAL: Programmable Array Logic

More information

PL/SQL Block structure

PL/SQL Block structure PL/SQL Introduction Disadvantage of SQL: 1. SQL does t have any procedural capabilities. SQL does t provide the programming technique of conditional checking, looping and branching that is vital for data

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Programming languages - C. Langages de programmation - C

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD. Programming languages - C. Langages de programmation - C INTERNATIONAL STANDARD ISOIIEC 9899 First edition 1990-12-15 Programming languages - C Langages de programmation - C E - w - E = z 2 z 3 = = = = - = s E- E Z C - Reference number ISOAEC 9899 : 1990 (El

More information

Unicode Support. Chapter 2:

Unicode Support. Chapter 2: Unicode Support Chapter 2: SYS-ED/Computer Education Techniques, Inc. Ch 2: 1 SYS-ED/Computer Education Techniques, Inc. Ch 2: 1 Objectives You will learn: Unicode features. How to use literals and data

More information

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD INTERNATIONAL STANDARD lso/iec 8211 Second edition 1994-I o-01 Information technology - Specification for a data descriptive file for information interchange Technologies de I informa tion - Spkifications

More information

ADOBE Inbound 997 ANSI X Version: 1.0

ADOBE Inbound 997 ANSI X Version: 1.0 ADOBE Inbound 997 ANSI X12 3040 Version: 1.0 Author: Adobe Systems Modified: 01/29/2008 997 Functional Acknowledgment Functional Group=FA This Draft Standard for Trial Use contains the format and establishes

More information

ISO/IEC TR TECHNICAL REPORT

ISO/IEC TR TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 19755 First edition 2003-12-01 Information technology Programming languages, their environments and system software interfaces Object finalization for programming language COBOL

More information

ISO INTERNATIONAL STANDARD. Hard-copy output of engineering drawings Specification for the structure of control files

ISO INTERNATIONAL STANDARD. Hard-copy output of engineering drawings Specification for the structure of control files INTERNATIONAL STANDARD ISO 14985 First edition 1999-07-01 Hard-copy output of engineering drawings Specification for the structure of control files Sortie papier de dessins d'engineering Spécifications

More information

ANSI/SCTE

ANSI/SCTE ENGINEERING COMMITTEE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 194-2 2013 DTS-HD AUDIO SYSTEM Part 2: Constraints for Carriage over MPEG-2 Transport NOTICE The Society of Cable Telecommunications

More information

DISTRIBUTION A: APPROVED FOR PUBLIC RELEASE DISTRIBUTION IS UNLIMITED

DISTRIBUTION A: APPROVED FOR PUBLIC RELEASE DISTRIBUTION IS UNLIMITED DOCUMENT 118-17 Telemetry Group AUTOMATED TEST METHODS FOR XML METADATA ABERDEEN TEST CENTER DUGWAY PROVING GROUND REAGAN TEST SITE REDSTONE TEST CENTER WHITE SANDS MISSILE RANGE YUMA PROVING GROUND NAVAL

More information

Network Working Group Request for Comments: 1043 Defense Intelligence Agency Updates: RFC 732 February 1988

Network Working Group Request for Comments: 1043 Defense Intelligence Agency Updates: RFC 732 February 1988 Network Working Group A. Yasuda Request for Comments: 1043 T. Thompson Defense Intelligence Agency Updates: RFC 732 February 1988 Status of this Memo TELNET Data Entry Terminal Option DODIIS Implementation

More information

Programmable logic technology

Programmable logic technology Programmable logic technology This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Standard 11. Lesson 9. Introduction to C++( Up to Operators) 2. List any two benefits of learning C++?(Any two points)

Standard 11. Lesson 9. Introduction to C++( Up to Operators) 2. List any two benefits of learning C++?(Any two points) Standard 11 Lesson 9 Introduction to C++( Up to Operators) 2MARKS 1. Why C++ is called hybrid language? C++ supports both procedural and Object Oriented Programming paradigms. Thus, C++ is called as a

More information

FSC STANDARD. Standard for Multi-site Certification of Chain of Custody Operations. FSC-STD (Version 1-0) EN

FSC STANDARD. Standard for Multi-site Certification of Chain of Custody Operations. FSC-STD (Version 1-0) EN FOREST STEWARDSHIP COUNCIL INTERNATIONAL CENTER FSC STANDARD Standard for Multi-site Certification of Chain of Custody Operations FSC-STD-40-003 (Version 1-0) EN 2007 Forest Stewardship Council A.C. All

More information

Filter Query Language

Filter Query Language 1 2 3 4 Document Number: DSP0212 Date: 2012-12-13 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: en-us 9 DSP0212 10 11 Copyright notice Copyright

More information

APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 TRUE-FALSE FILL-IN-THE-BLANKS

APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 TRUE-FALSE FILL-IN-THE-BLANKS APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 2. F The AS/400 family of computers, as with all IBM midrange and mainframe computers, uses the EBCDIC coding system. 3. F Arrival sequence files do not

More information

National Information Assurance Partnership. Common Criteria Evaluation and Validation Scheme Validation Report

National Information Assurance Partnership. Common Criteria Evaluation and Validation Scheme Validation Report National Information Assurance Partnership TM Common Criteria Evaluation and Validation Scheme Validation Report Microsoft Corporation Windows 2000 Report Number: CCEVS-VR-02-0025 Dated: 25 October 2002

More information

Request for Comments: Category: Informational October 1994

Request for Comments: Category: Informational October 1994 Network Working Group Request for Comments: 1706 Obsoletes: 1637, 1348 Category: Informational B. Manning ISI R. Colella NIST October 1994 DNS NSAP Resource Records Status of this Memo This memo provides

More information

INTRODUCTION TO DATABASE

INTRODUCTION TO DATABASE 1 INTRODUCTION TO DATABASE DATA: Data is a collection of raw facts and figures and is represented in alphabets, digits and special characters format. It is not significant to a business. Data are atomic

More information

Purchase Order Change Request. Transaction Set (860) (Inbound to TI)

Purchase Order Change Request. Transaction Set (860) (Inbound to TI) Purchase Order Change Request Transaction Set (860) (Inbound to TI) ANSI X12 Version Format: 3020 Date: December 15, 1994 Copyright 1994 Texas Instruments Inc. All Rights Reserved The information and/or

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD Digital Video Subcommittee AMERICAN NATIONAL STANDARD Methods for Isochronous Data Services Transport NOTICE The Society of Cable Telecommunications Engineers (SCTE) / International Society of Broadband

More information

ECMA-405. Data Interchange on Parallel Write/Read Disk Format for 5 Optical Disks. 1 st Edition / December Reference number ECMA-123:2009

ECMA-405. Data Interchange on Parallel Write/Read Disk Format for 5 Optical Disks. 1 st Edition / December Reference number ECMA-123:2009 ECMA-405 1 st Edition / December 2013 Data Interchange on Parallel Write/Read Disk Format for 5 Optical Disks Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International

More information

Sources of Evidence. CSF: Forensics Cyber-Security. Part I. Foundations of Digital Forensics. Fall 2015 Nuno Santos

Sources of Evidence. CSF: Forensics Cyber-Security. Part I. Foundations of Digital Forensics. Fall 2015 Nuno Santos Sources of Evidence Part I. Foundations of Digital Forensics CSF: Forensics Cyber-Security Fall 2015 Nuno Santos Summary Reasoning about sources of evidence Data representation and interpretation Number

More information

Framework for building information modelling (BIM) guidance

Framework for building information modelling (BIM) guidance TECHNICAL SPECIFICATION ISO/TS 12911 First edition 2012-09-01 Framework for building information modelling (BIM) guidance Cadre pour les directives de modélisation des données du bâtiment Reference number

More information

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats

Chapter 9 Section 3. Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Records Management (RM) Chapter 9 Section 3 Digital Imaging (Scanned) And Electronic (Born-Digital) Records Process And Formats Revision: 1.0 GENERAL 1.1 The success of a digitized document conversion

More information

Audit Report. Mineral Products Qualifications Council (MPQC) 31 March 2014

Audit Report. Mineral Products Qualifications Council (MPQC) 31 March 2014 Audit Report Mineral Products Qualifications Council (MPQC) 31 March 2014 Note Restricted or commercially sensitive information gathered during SQA Accreditation s quality assurance activities is treated

More information

The New C Standard (Excerpted material)

The New C Standard (Excerpted material) The New C Standard (Excerpted material) An Economic and Cultural Derek M. Jones derek@knosof.co.uk Copyright 2002-2008 Derek M. Jones. All rights reserved. 1378 type specifier type-specifier: void char

More information

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc. Chapter 3: Number Systems and Codes Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc., 5 th edition Decimal System The radix or base of a number system determines

More information

Chapter Two: Conformance Clause

Chapter Two: Conformance Clause HL7 EHR TC Electronic Health Record - System Functional Model, Release 1 February 2007 Chapter Two: Conformance Clause EHR Technical Committee Co-chairs: Linda Fischetti, RN, MS Veterans Health Administration

More information

OIX DDP. Open-IX Document Development Process draft July 2017

OIX DDP. Open-IX Document Development Process draft July 2017 OIX DDP Open-IX Document Development Process draft 04 11 July 2017 Table 1 - Version History Version Date Author Description d01 7 May 2017 Chris Grundemann Initial Draft d02 21 May 2017 Chris Grundemann

More information

Minsoo Ryu. College of Information and Communications Hanyang University.

Minsoo Ryu. College of Information and Communications Hanyang University. Software Reuse and Component-Based Software Engineering Minsoo Ryu College of Information and Communications Hanyang University msryu@hanyang.ac.kr Software Reuse Contents Components CBSE (Component-Based

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment VANTAGE GROUP accepts functional acknowledgments for all EDI documents we send. We send functional acknowledgments to trading partners that send us EDI documents. For all

More information

Data Types Literals, Variables & Constants

Data Types Literals, Variables & Constants VISUAL BASIC Data Types Literals, Variables & Constants Copyright 2013 Dan McElroy Under the Hood As a DRIVER of an automobile, you may not need to know everything that happens under the hood, although

More information

M T S. The Michigan Terminal System. Magnetic Tapes. Volume 19. Reference R1019. October 1993

M T S. The Michigan Terminal System. Magnetic Tapes. Volume 19. Reference R1019. October 1993 M T S The Michigan Terminal System Volume 19 Reference R1019 University of Michigan Information Technology Division Consulting and Support Services DISCLAIMER The MTS manuals are intended to represent

More information

ISO/IEC/ IEEE INTERNATIONAL STANDARD. Systems and software engineering Architecture description

ISO/IEC/ IEEE INTERNATIONAL STANDARD. Systems and software engineering Architecture description INTERNATIONAL STANDARD ISO/IEC/ IEEE 42010 First edition 2011-12-01 Systems and software engineering Architecture description Ingénierie des systèmes et des logiciels Description de l'architecture Reference

More information

indexing and subroutines; a full complement of logical, relational and control operators should be provided to enable efficient

indexing and subroutines; a full complement of logical, relational and control operators should be provided to enable efficient Chapter 9 Design of the B 5000 System^ William Lonergan /Paul King Computing systems have conventionally been designed via the "hardware" route. Subsequent to design, these systems have been handed over

More information

UNIT 7A Data Representation: Numbers and Text. Digital Data

UNIT 7A Data Representation: Numbers and Text. Digital Data UNIT 7A Data Representation: Numbers and Text 1 Digital Data 10010101011110101010110101001110 What does this binary sequence represent? It could be: an integer a floating point number text encoded with

More information

INTERNATIONAL STANDARD 11558

INTERNATIONAL STANDARD 11558 - ---- ----- -_.- - --.._ -._ ---.. _.-_ -. --.-----------I_- ---.- - _...---- INTERNATIONAL STANDARD 558 First edition 992-09-0 Information technology - Data compression for information interchange -

More information

STAR Data Transfer Specification General File Format Requirements Version 2.0. Table Of Contents 1. DOCUMENT INFORMATION...1

STAR Data Transfer Specification General File Format Requirements Version 2.0. Table Of Contents 1. DOCUMENT INFORMATION...1 STAR General File Format Requirements Version 2.0 Table Of Contents 1. DOCUMENT INFORMATION...1 1.1 REVISION HISTORY...1 2. FILE NAMING AND LOCATION...3 3. BATCH DATA TRANSFER FORMAT...4 3.1 FILE FORMAT...4

More information

ANSI/SCTE

ANSI/SCTE Digital Video Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 243-3 2017 Next Generation Audio Carriage Constraints for Cable Systems: Part 3 MPEG-H Audio Carriage Constraints NOTICE The Society of Cable

More information

SAS Clinical Data Integration 2.6

SAS Clinical Data Integration 2.6 SAS Clinical Data Integration 2.6 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Clinical Data Integration 2.6: User's Guide.

More information

Programmer s Reference

Programmer s Reference Programmer s Reference Copyrights and Notices Attachmate INFOConnect Enterprise Edition 2013 Attachmate Corporation. All Rights Reserved. Patents This Attachmate software is protected by U.S. patents 6252607

More information

Electronic Data Interchange General Specifications

Electronic Data Interchange General Specifications Electronic Interchange General Specifications This guide contains the specifications to allow you to exchange financial data with CIT using the standard EDI formats. The accompanying document, General

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Information object specification

ISO/IEC INTERNATIONAL STANDARD. Information technology Abstract Syntax Notation One (ASN.1): Information object specification INTERNATIONAL STANDARD ISO/IEC 8824-2 Fifth edition 2015-11-15 Information technology Abstract Syntax Notation One (ASN.1): Information object specification Technologies de l'information Notation de syntaxe

More information