Hp Neoview Release 2.4 Software Manual de usuario Pagina 89

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 88
Example A-5 Control File: Include Defining Dataformats
You can use an Include file such as this to define data formats for many control files. See
Example A-6, in which this file, ./CF/include_part_2.cf has been included to define the
data formats.
/* Simple Load From File To Table Using INCLUDE To Include Control File Fragment (File 2/2) */
# comment: control file fragment defines data formats, can be included in other control files
dataformats
{
dataformat1 delimited
records separated by <nl>
fields delimited by <,>
optionally qualified by <">
(
FIRST_NAME char,
LAST_NAME char,
ADDRESS char,
ZIP int,
PHONE char,
SSN largeint,
INFO1 char,
INFO2 char
)
dataformat2 sql fields
(
FIRST_NAME char,
LAST_NAME char,
ADDRESS char,
ZIP int,
PHONE char,
SSN largeint,
INFO1 char,
INFO2 char
)
}
89
Vista de pagina 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 123 124

Comentarios a estos manuales

Sin comentarios