IBM SC33-1686-02 Server User Manual


 
CEMT INQUIRE FILE
by tabbing (they appear in the same sequence as in
the expanded format), and overtype with input valid
for that field. You may find it more convenient to use
the expanded format when setting one of these
values, (negating is easier because you are
overtyping a displayed field with its negative causing
the result to become non-displayed).
If you place the cursor against a specific entry in the list and
press ENTER, CICS displays an expanded format as shown
in Figure 75.
INQ FILE
RESULT - OVERTYPE TO MODIFY
File(DFHCSD)
Accessmethod(Vsam)
Openstatus( Closed )
Enablestatus( Unenabled )
Readstatus( Read )
Updatestatus( Update )
Addstatus( Addable )
Browsestatus( Browse )
Deletestatus( Delete )
Exclstatus( )
Disposition( Share )
Rlsaccess( Notrls )
Emptystatus( Noemptyreq )
Dsname( CICSTS13.CICS.CICSH.DFHCSD )
Table( Nottable )
Loadtype( Noload )
Cfdtpool( )
+ Tablename( )
Updatemodel( )
Maxnumrecs(  )
Keylength(  )
Recordsize(  )
Figure 75. The expanded display of an individual entry
Displayed fields
Accessmethod
displays the access method of the file. The values are:
Vsam
Virtual storage access method (VSAM).
BDam
Basic direct access method (BDAM).
REMote
The file is defined as remote.
Addstatus
displays whether new records can be added to the file.
The values are:
ADdable
New records can be added to the file.
NOAddable
New records cannot be added to the file.
Note: You can reset this value by overtyping it with a
different value.
Browsestatus
displays whether you can browse the file. The values
are:
BRowse
You can browse records in the file.
NOBrowse
You cannot browse records in the file.
Note: You can reset this value by overtyping it with a
different value.
| CFDtpool(
name
)
| displays, for a file that refers to a coupling facility data
| table, the 8-character name of the coupling facility data
| table pool in which the CFDT resides.
| If the pool name is not defined, the name is displayed as
| 8 blanks. If the pool name is specified, it is always
| displayed even if the file definition does not refer to a
| coupling facility data table.
Deletestatus
displays whether you can delete records from the file.
The values are:
DElete
You can delete records from the file.
NODelete
You cannot delete records from the file.
Note: You can reset this value by overtyping it with a
different value.
Disposition
displays the disposition of this file. The values are:
OLd The disposition of the data set associated with the
file is defined as unshared for dynamic allocation.
Share
The disposition of the data set associated with the
file is defined as shared for dynamic allocation.
Note: You can reset this value by overtyping it with a
different value.
DSname(
value
)
displays the name (1–44 characters) of the VSAM or
BDAM data set with which this file is associated.
| For a coupling facility data table, CICS displays the
| name of the source data set if the file specifies that the
| table is initially loaded from a data set, otherwise CICS
| displays blanks.
| CICS also displays blanks for files that have their
| DSNAME specified on a DD statement in the CICS JCL
| if the file has not been opened since the last cold or
| initial start.
| Note: If the file is disabled, you can change this name
| by overtyping it with a different value.
Emptystatus (
VSAM only
)
displays whether the data set is to be made empty when
| a file that references it is next opened. This is valid only
| for data sets that have been defined as reusable and are
| accessed in non-RLS mode. The values are:
EMptyreq
Applies only to a VSAM file that has been defined
to VSAM as a cluster with the REUSE parameter.
86 CICS Supplied Transactions