Hp Neoview Release 2.4 Software Instrukcja Użytkownika Strona 89

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag