The following example illustrates the use of the LOAD command:
Example 1—load a sequential dataset into a tableBASE library
LOAD table PARTNO from the file identified by the DDNAME PARTFLE. The table must have been defined prior to this command.
LOAD TBL=PARTNO FROM=PARTFLE;