This topic shows how to create a physical file using data description specifications (DDS).
To create a physical file, follow these steps:
CRTPF FILE(DSTPRODLB/ORDHDRP) TEXT('Order header physical file')
As shown, this command uses defaults. For the SRCFILE and SRCMBR parameters, the system uses DDS in the source file called QDDSSRC and the member named ORDHDRP (the same as the file name). The file ORDHDRP with one member of the same name is placed in the library DSTPRODLB.
Similar to physical files are tables. Tables can be created using iSeries Navigator or using the CREATE TABLE SQL statement.