(Contents)(Previous)(Next)

Input of Test Data on the Screen

If * is specified after INFILE, the input data can be entered using the input form displayed on the screen. The file options DATE, TIME, etc. can also be used after INFILE *.

Example:

DATALOAD TABLE customer

cno 1-5

firstname 7-16

name 18-27

city 29-48

state 50-51

zip 52-56

INFILE *

DEC '/ /,/'

1 001 JULIE ANDREWS SANTA CLARA CA95054

1 002 WARREN BEATTY DALLAS TX75243

1 003 BURT LANCASTER HOLLYWOOD CA90029


(Contents)(Previous)(Next)