MERANT
Issue 2
March 2000
Copyright © 2000 MERANT International Limited. 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® and Windows® are registered trademarks of Microsoft Corporation.
UNIX® is a registered trademark of X/Open Company Limited.
Copyright© 2000
MERANT
All Rights Reserved
This book describes the file handling features available with Server Express.
If you are using Server Express to create COBOL applications which access files, this book is for you.
The following online books provide additional information about accessing data, either in files or databases:
This user guide is for COBOL programmers who are using Server Express to create applications which need to use any of the facilities provided by Fileshare:
This book describes how to write COBOL applications thath use embedded SQL to access data held in relational databases.
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