Software Identification (SWID) User's Guide
SWID Server Interface
Software Identification (SWID) User’s Guide—527243-004
6-4
Using SWID as a Server
The rectype of FO-REC is determined by the switches used during startup and 
remains the same during the life of the server. The rectype is one of the defaults 
or dv. Sample record structures of def-rec, adef-rec, and dv-rec are as follows:
def def-rec.
 04 fileiname   type character 24.
 04 original.
* -1 in error field indicates suppressed; -2 indicates n/a.
  05 perror   type binary 16.
  05 serror   type binary 16.
  05 fpts.
    10 version  type binary 16.
    10 unused   type binary 16.
    10 bytstr   type character 8.
 04 current.
* -1 in error field indicates suppressed.
  05 perror   type binary 16.
  05 serror   type binary 16.
 05 fpts.
    10 version  type binary 16.
    10 unused   type binary 16.
    10 bytstr   type character 8.
 04 mismatch   type binary 16.
end
def adef-rec.
 04 fileiname   type character 24.
 04 original.
* -1 in error field indicates suppressed; -2 indicates n/a.
  05 perror   type binary 16.
  05 serror   type binary 16.
  05 version  type binary 16.
  05 unused   type binary 16.
  05 bytstr   type character 8.
 04 current.
* -1 in error field indicates suppressed.
  05 perror   type binary 16.
  05 serror   type binary 16.
  05 version  type binary 16.
  05 unused   type binary 16.
  05 bytstr   type character 8.
 04 mismatch   type binary 16.
 04 orig-afpt   type character 16
 04 curr-afpt   type character 16
end










