The LOAD command loads a table from a sequential dataset (DSORG=PS) into a tableBASE library, creating a new generation of the table. To perform this function, the table must already exist.
LOAD
TBL=(table name) |
Required keyword Required keyword Default is YES |
Action
If PSWD is the correct write password, a new generation of the named table is created from the records of the dataset connected to the DDNAME of the FROM parameter. The definition of the generation specified determines how the data is stored. STARTREC and RECCOUNT can be used to control the records loaded; STARTBYT can be used to control the portion of each record loaded. The number of loaded rows is displayed.