ANSI (American National Standards Institute) - "...administers and coordinates the U.S. voluntary standardization
and conformity assessment system." ANSI ASC X12 is the official designation of the U.S. national standards body for the
development and maintenance of Electronic Data Interchange (EDI) standards. ASCII X12 has been accredited by ANSI since 1979.
Top of Page
ASN (Advance Ship Notice or 856) - an EDI formatted electronic notification of pending deliveries.
The goal of the ASN is to provide information to the destination's receiving operations in advance of delivery.
Top of Page
AS1 (Applicability Statement 1) - a specification for EDI communications
between two businesses using e-mail protocols. The standard provides S/MIME (Secure Multi-Purpose Internet Mail Extensions)
and uses Simple Mail Transfer Protocol (SMTP) to transmit data. An Internet connection capable of sending and receiving e-mail,
an EDI transfer engine, and digital certificates are required for data exchange using AS1. Almost any type of data can be
transmitted.
Top of Page
AS2 (Applicability Statement 2) - has largely superseded AS1, it specifies how to connect, deliver,
validate and acknowledge data, and creates an envelope for a message which is then sent securely over the Internet.
An implementation of AS2 involves two machines, a client and a server, communicating with each other over the Internet using
HTTP protocol.
Top of Page
AS3 (Applicability Statement 3) - a communications method that uses FTP/S to send EDI transactions
over the Internet.
Top of Page
B2B (Business-to-Business) - electronic commerce transactions between businesses, as opposed
to those between businesses and other groups such as consumers.
Top of Page
CRM (Customer Relationship Management) - helps companies acquire and retain customers,
gain deep marketing and customer insight, and align organization on customer-focused strategies
Top of Page
CSV (Comma-Separated Values) - a file type that stores tabular data, one implementation
of a delimited text file, which uses a comma to separate values.
Top of Page
Data Element - the basic unit of information in the EDI standards containing a set of
values that represent a singular fact. For every piece of information on a paper document, there is generally a
corresponding data element in the electronic document or transaction set. Data elements are the pieces that make up
data segments.
Top of Page
Data Segment - an intermediate unit of information in a transaction set. A segment consists
of logically related data elements in a defined sequence: a predetermined segment identifier, one or more data elements,
and a segment terminator. A data segment is normally one line of ANSI X12 code.
Top of Page
Delimiter - a character that identifies the beginning or the end of a character string or
specifies the boundary between separate, independent regions in a data stream. For example, a comma-separated values (CSV) file
is one in which each value in the cells of a table row is separated from the next value by a comma.
Top of Page
Digital Certificate - establishes your credentials when doing business or other transactions
on the Web. Basically, it acts as a digital "credit card" and is issued by a certificate authority, which also
manages security credentials and public keys for message encryption. The certificate contains your name, a serial
number, expiration date, a copy of the certificate holder's public key, and the digital signature of the certificate-issuing
authority so that a recipient can verify that the certificate is real.
Top of Page
DISA (Data Interchange Standards Association) - serves as the Secretariat for ASC X12 and their X12
EDI and XML standards development process.
Top of Page
DUNS Number - a nine-digit number assigned by Dun and Bradstreet to uniquely identify business
entities. This number is commonly used as an EDI identification number using a qualifier of 01.
Top of Page
E-commerce (Electronic Commerce or EC) is the buying and selling of goods and services
on the Internet. It is also defined as the paperless exchange of business documents using any electronic means available
including EDI.
Top of Page
EDI (Electronic Data Interchange) The computer-to-computer exchange of business documents or business
information in a structured or standard format. An EDI message contains a string of data elements, each of which represents a singular
fact, such as a price, product model number, and so forth, separated by a delimiter. The entire string
is called a data segment. One or more data segments framed by a header and trailer form a
transaction set, which is the EDI unit of transmission. A transaction set often consists of what would usually be contained in a
typical business document or form. The parties who exchange EDI transmissions are referred to as trading
partners.
Top of Page
EDIFACT (Electronic Data Interchange For Administration, Commerce, and Transport) is the
international EDI standard developed under the United Nations. The EDIFACT standard provides messages which allow
multi-country and multi-industry exchange.
Top of Page
Electronic Envelope - Electronic information that binds together a set of transmitted
documents sent from one sender to one receiver. There are three types of envelopes, the ISA/IEA, or transmission
envelope, the GS/GE envelope, and the ST/SE envelope.
Top of Page
ERP (Enterprise Resource Planning) systems integrate all data and processes of an organization
into a unified system. The term was originally derived from manufacturing resource planning (MRP). MRP evolved into ERP
when "routings" became a major part of the software architecture and a company's capacity planning activity also became
a part of the standard software activity. ERPs are cross-functional and enterprise wide. ERP systems typically handle
the manufacturing, logistics, distribution, inventory, shipping, invoicing, and accounting for a company. ERP software
can also aid in the control of many business activities, like sales, marketing, delivery, billing, production, inventory
management, quality management, and human resource management.
Top of Page
Flat File - a computer file that is usually read or written sequentially; a fixed-field,
fixed-record-length application data file. Flat files are still widely used for data transmission because they are compact
and support high performance operations.
Top of Page
FTP (File Transfer Protocol) - used to transfer data from one computer to another over the
Internet, or through a network. FTP is a commonly used protocol for exchanging files over any TCP/IP based network to
manipulate files on another computer on that network regardless of which operating systems are involved.
Top of Page
FTP SSL (File Transfer Protocal over Secure Sockets Layer) - allows sessions to be encrypted
between an FTP client and server.
Top of Page
Functional Acknowledgment (997) – provides for an EDI notification by the ultimate receiver
that the sender’s EDI transmission has been received.
Top of Page
GS/GE (Functional Group Segments) - these segments comprise the
Funcional Group envelope. It contains information such as the type of transaction enclosed, the sender and receiver
information, and defines the version, transmission date and control number.
Top of Page
HIPAA (Health Insurance Portability and Accountability Act) - Part of the HIPAA initiative
seeks to establish standardized mechanisms for electronic data interchange (EDI), security, and confidentiality of all
healthcare-related data.
Top of Page
HTTP (Hypertext Transfer Protocol) - is a communications protocol used to transfer information
on intranets and the World Wide Web, or a request/response protocol between a client and a server.
Top of Page
Hub - often a large customer working with "spokes" that are its suppliers. The hub partner
normally establishes the requirements of which EDI documents it sends and receives. The suppliers, or vendors, are then
required to implement an EDI solution in order to do business with that particular trading partner.
Top of Page
ISA/IEA - (Interchange Control Segments) - the outer envelope known as the Interchange Envelope.
It contains information on the number of transaction sets included, identifies the sender and receiver, and provides
date and time of the transmission.
Top of Page
Mapping - the process of creating data element mappings between two distinct data models;
used as a first step for a wide variety of data integration tasks. For example, a company that would like to transmit and
receive purchase orders and invoices with other companies might use it to create data maps from a company's data to standardized
ANSI ASC X12 messages.
Top of Page
MSMQ (Microsoft Message Queuing) - a messaging protocol that allows applications running on
disparate servers to communicate in a failsafe manner. MSMQ can be used to provide secure, reliable transport with a unified
programming model compatible with other communications standards.
Top of Page
ODBC (Open Database Connectivity) - provides a standard software API (application programming
interface) method for using database management systems, independent of programming languages, database systems, and
operating systems.
Top of Page
OLE DB (Object Linking and Embedding, Database) - an AP interface designed by Microsoft for
accessing different types of data stores in a uniform manner. It separates the data store from the application that needs
access to it through a set of abstractions that include the datasource, session, command and rowsets.
Top of Page
Qualifier - a data element taken from a list of approved codes that identifies or defines
a related element, set of elements or a segment in an EDI transaction set.
Top of Page
RFP (Request for Proposal) - an invitation for suppliers, through a bidding process, to submit a
proposal on a specific commodity or service.
Top of Page
SCM (Supply Chain Management) - helps companies enhance operational flexibility across global
enterprises and provide real-time visibility for customers and suppliers.
Top of Page
SFTP (Secure File Transfer Protocol) - a network protocol that provides file transfer and
manipulation functionality over any reliable data stream. It is typically used with the SSH-2 protocol to provide secure file
transfer.
Top of Page
SMTP (Simple Mail Transfer Protocol) - the de facto standard for e-mail transmissions across the
Internet, a relatively simple, text-based protocol in which one or more recipients of a message are specified.
Top of Page
SRM (Supplier Relationship Management) - customers can collaborate closely with suppliers and
integrate sourcing processes with applications throughout the enterprise to enhance transparency and lower costs.
Top of Page
SSCC (Serial Shipping Container Code) - the GS1 Identification Key for an
item established for transport and/or storage which needs to be managed through the supply chain. The SSCC is assigned
for the lifetime of the transport item and is a mandatory element on the UCC-128 Shipping Label.
Top of Page
ST/SE (Segment Terminator) - these segments indicate the beginning and the end of a singular transaction
and are therefore referred to as the Transaction envelope. They include information such as the number of segments in the
transaction set to ensure complete transmission.
Top of Page
Trading Partner - a person or organization that has agreed to exchange EDI business documents
electronically. The sending or receiving party involved in the exchange of EDI transmissions.
Top of Page
Transaction Sets - X12 standards identify a series of basic electronic documents
called transaction sets. These cover common business documents such as purchase orders, invoices, and manifests
but also specialized single-industry documents such as those for government or health care use.
Top of Page
Translation - conversion of business application data to and from another data format,
such as a standard (ASC X12 for example) using translation software and maps.
Top of Page
UCC-128 Shipping Label - a label containing information such as the SSCC (Serial Shipping Container Code),
barcodes, the origin and destination of the package and it's contents. The label is used on both pallet shipments and individual cartons of product.
Many times used in conjunction with ASN's (856 transaction sets). .
Top of Page
VAN (Value Added Network) A third party network that acts as an intermediary between
trading partners, and is responsible for routing, storing and delivering EDI messages. VAN’s typically support multiple
data communications protocols and interconnect with other VAN’s to allow for almost ubiquitous transmission capabilities between
trading partners.
Top of Page
VBScript (Visual Basic Scripting Edition) - a language to write functions that are embedded in or
included from HTML pages and interact with the Document Object Model (DOM) of the page, to perform tasks not possible in HTML
alone.
Top of Page
X12 (also known as ANSI ASC X12) is the official designation of the U.S. national standards body for
the development and maintenance of EDI standards. The most widely used standard for EDI in the United
States and much of North America.
Top of Page
XML (Extensible Markup Language) is a flexible way to create common information formats and share
both the format and the data on the World Wide Web. XML can be used by any individual or group of individuals or companies that
wants to share information in a consistent way.
Top of Page
To find out more information about DataTrans Solutions Inc., please email info@datatrans-inc.com
or call 1-800-469-0877
|