The following example illustrates the use of the EXPORT command:
Example 1—export a tableBASE library to a sequential dataset
EXPORT LIB=PRODLIB TO=DOWNLOAD;
Example 2—export a table to a sequential dataset
EXPORT LIB=PRODLIB TBL=TABLE01 TO=DOWNLOAD;