To create a physical file, take the following steps:
The following command creates a one-member file using DDS and places it in a library called DSTPRODLB.
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.