MERANT®
Issue 3
May 2000
Copyright © 2000 MERANT International Ltd. All rights reserved.
This document and the proprietary
marks and names used herein are protected by international law.
MERANT has made every effort to ensure that this manual is correct and accurate but reserves the right to make changes without notice at its sole discretion at any time.
The software described in this document is supplied under a license and may be used or copied only in accordance with the terms of such license, and in particular any warranty of fitness of MERANT software products for any particular purpose is expressly excluded and in no event will MERANT be liable for any consequential losses.
Microsoft®, Windows® and Windows for Workgroups® are registered trademarks of Microsoft Corporation.
Visual Basic and Windows NT are trademarks of Microsoft Corporation
Btrieve® is a registered trademark of Pervasive Software Inc.
IBM® is a registered trademark of International Business Machines Corporation.
UNIX® is a registered trademark of X/Open Company Limited.
Copyright© 1987-2000 MERANT International Ltd.
All Rights Reserved.
This book describes the file handling features available with Net Express.
If you are using Net Express to create COBOL applications which access files, this book is for you.
This user guide is for COBOL programmers who are using Net Express to create applications which need to use data files across a network.
This book describes accessing relational databases in detail.
If you are already familiar with a particular aspect of file handling and you are looking for a quick reminder, an example or reference help, try the Net Express online help. Click Help Topics on the Help menu. Then on the Contents tab:
For |
Click |
---|---|
Simple, step-by-step instructions on how to accomplish a task | Programming, File Handling, How to |
Examples, usually sections of code, showing file handling techniques in use | Programming, File Handling, Examples |
Reference information such as lists, tables, data structures, error messages, Compiler directives and run-time system switches | Reference, File Handling |
The following type styles and conventions have been used in this book:
cat script_name | more
The italic text denotes a variable that you type as part of the command.
column_name
is like the pattern_value
,
or is not like the pattern_value
, depending on the
absence or presence of the optional word NOT
:
column_name [NOT] LIKE pattern_value
UNIX
This paragraph only applies on UNIX systems.