Entering content frame

 Keywords 

Keywords are components of commands. They define the function of the command, which is modified by arguments and options.

DATALOAD TABLE article
  ano         01-08 CHAR
  descr       09-39 CHAR
  stock       40-43 INTEGER
  min_order   44-45 INTEGER
  ordered     46-49 INTEGER
  del_date    50-57 CHAR
  price       58-65 DECIMAL (2)
  weight      66-69 REAL
INFILE 'customer.data' FORMATTED

The Loader uses the keywords listed below. In some cases, you can also use the alternative keywords provided.

Keywords A - C

Keywords D - E

Keywords F - K

Keywords L - P

Keywords R - S

Keywords T - Z

 

Leaving content frame