How to code a FILE statement for a CISAM file under UNIX or z/Linux.
search cancel

How to code a FILE statement for a CISAM file under UNIX or z/Linux.

book

Article ID: 52246

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction

Description:

For CA Easytrieve to recognize the file format of a CISAM INDEXED file, you must supply a file descriptor. The file descriptor provides the Z format that is required to determine which type of INDEXED file you are processing. For more information, see the File Description String (Non Mainframe Only) section in the User Guide on pages 132 through 134.

Solution:

Code the following where filename is the name of your CISAM file:

FILE filename SYSNAME 'filename[Z:CISAM]'

If you don't have SYSNAME, then you will need your environment variable set to

filename='xxx/xxx/filename[Z:CISAM]'

Environment

Release:
Component: EZOBZB