|
| Options | Name | Purpose | |
|---|---|---|---|
| extractNumericInfo (character) |
|
||
| FindPSC () |
/* If the bytecount at the end of the file is wrong, we will jump
* back the maximum number of bytes in a trailer and start looking
* from there. If we still don't find it then tough luck.
* NOTE: Variable p holds the number of bytes to roll back. AS of
* 7/21/94, the max size of a trailer (.d) is 204 bytes, if you add
* anything to this trailer, you must change this number to reflect
* the number of bytes you added. I'll use 256 to add a little padding. (gfs)
*/
|
||
| GetPSC (int64) |
/* using the byte count, we scoot right down there and look for
* the beginning of the trailer ("PSC"). If we don't find it, we
* will go and look for it.
*/
|
||
| CHARACTER ReadBits (int64) |
/* reads trailer given a starting position */
|
||
| ReadTrailer (character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| DataFileInfo () |
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER CodePage |
|
||
| CHARACTER CodePageError |
|
||
| CHARACTER DateFormat |
|
||
| CHARACTER LogicalDatabaseName |
|
||
| CHARACTER lvar |
|
||
| CHARACTER MapType |
|
||
| CHARACTER NumericDecimalPoint |
|
||
| LOGICAL NumericFormatError |
|
||
| CHARACTER NumericSeparator |
|
||
| INT64 NumRecords |
|
||
| CHARACTER TableName |
|
||
| DATETIME TimeStamp |
|
||
| INTEGER YearOffset |
|
extractNumericInfo (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FindPSC ()
|
||||||||||||||||
GetPSC (int64)
|
||||||||||||||||
CHARACTER ReadBits (int64)
|
||||||||||||||||
ReadTrailer (character)
|
||||||||||||||||
DataFileInfo () |
||||
|---|---|---|---|---|
CHARACTER CodePage
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER CodePageError
|
||||||||
CHARACTER DateFormat
|
||||||||
CHARACTER LogicalDatabaseName
|
||||||||
CHARACTER lvar
|
||||||||
CHARACTER MapType
|
||||||||
CHARACTER NumericDecimalPoint
|
||||||||
LOGICAL NumericFormatError
|
||||||||
CHARACTER NumericSeparator
|
||||||||
INT64 NumRecords
|
||||||||
CHARACTER TableName
|
||||||||
DATETIME TimeStamp
|
||||||||
INTEGER YearOffset
|
||||||||