|  | 
Hex   Dec Type/Val   Lng Label (dup)    Comments
---- ---- --------- ---- -------------- --------
0000    0 Structure      FSEENTRY       SFS Error Mapping Entry Table
0000    0 Character    6 FSEDATTM       Date and Time Stamp in packed
                                        format: YYMMDDHHMMSS
0006    6 Character    2 *              For future use
0008    8 Character   22 FSEOPRNM       Name of failing operation. Its
                                        meaning is described by the
                                        FSEOPRTY field. If FSEOPRTY
                                        indicates that this is a CSL
                                        routine or FS macro, then
                                        FSEOPRNM contains an eight
                                        character field. The operation
                                        type is an SPS request, FSEOPRNM
                                        contains a 22 character SPS
                                        request name, as documented in
                                        Query Filepool Status output.
001E   30 Character    1 FSEOPRTY       Type of request: 'C' = CSL
                                        routine 'S' = SPS request 'M' =
                                        CMS Macro (i.e., FSREAD)
001F   31 Character    1 *              For future use
0020   32 Signed       4 FSERETCD       SFS Return Code
0024   36 Signed       4 FSEREACD       SFS Error Reason Code
0028   40 Character    8 FSECALLR       Detecting Module
0030   48 Character   18 FSEFILI1       File id (if available) in the
                                        following format:
0030   48 Character    8 FSEFILNM       File name (1-8)
0038   56 Character    8 FSEFILTY       File type (9-16)
0040   64 Character    2 FSEFILMD       File mode (17-18)
0042   66 Character   18 *              Reserved for future use
0054   84 Character  284 FSEWUDAT       Wuerror Data The size of this is
                                        set to the maxmium size wuerror
                                        buffer used by the CMS file stem,
                                        which is 2 FPERROR blocks (FINIS)
             Useful Equates
          00000170       FSENTSIZ       *-FSEENTRY Size of each entry
          00000030       FSEPRFLN       FSEARRAY-FSEPRFIX Length of
                                        prefix area
          000000C3       FSECSLRQ       C'C' Operation is CSL request
          000000D4       FSEMACRO       C'M' Operation is a CMS Macro
          000000E2       FSESPSRQ       C'S' Operation is an SPS request
          00000002       FSEMAXFP       2 Maximum number of FPERROR
                                        entries Used internally by CMS
                                        file system |  |