Warning, /include/dzdoc/bkfoparq.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/03/04 16:12:57 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_DZDOC_BKFOPARQ_INC
0010 #define CERNLIB_DZDOC_BKFOPARQ_INC
0011 *
0012 * Description of the bank IO characteristic codes
0013 *
0014 * bkfoparq.inc
0015 *
0016
0017 C-- Definition of the bank IO characteristic types (MZBOOK/MZLIFT)
0018
0019 C-- Undefined --> bank cannot be transported
0020 PARAMETER ( IFOUNQ = 0)
0021 C-- Bit pattern
0022 PARAMETER ( IFOBIQ = 1)
0023 C-- Integer
0024 PARAMETER ( IFOINQ = 2)
0025 C-- Floating point
0026 PARAMETER ( IFOFLQ = 3)
0027 C-- Double precision
0028 PARAMETER ( IFODOQ = 4)
0029 C-- Hollerith
0030 PARAMETER ( IFOHOQ = 5)
0031 C-- Self describing sector
0032 PARAMETER ( IFOSEQ = 7)
0033 C-- Retrieve by name
0034 PARAMETER ( IFONAQ = 9)
0035 C-- Copy from linear chain
0036 PARAMETER ( IFOLIQ = 11)
0037 C-- Multiplication factor for self-describing sector
0038 PARAMETER ( JFOSEQ = 16)
0039
0040
0041 #endif