DBF0-1518-H0
Full DDS is generated from the .DBF information and all field types are supported in either direction, including binary, packed, etc.
| Keyword | Description |
|---|---|
| FILE | This is the AS/400 physical file name and it's library. The library name can be *LIBL for library list or *CURLIB for current library or a specific library name. |
| MBR | This is the physical file member to convert. The default is to first member (*FIRST). |
| TOFMT | This is the format to convert to. The default is DBIII(*DBIII) format. Currently supported formats:*DBIII, *DBIV, *CVS_NOHEAD *CSV_HEADING, *XLS, *CLIPPER |
| PCFILE | This is the name of the file to convert to. the name must be fully qualified. All directory and subdirectory names must exist. ie "/MYDOWNLOAD/FILENAME.DBF" The file system does support long file names but shared folders do not. |
| Keyword | Description |
|---|---|
| PCFILE | This is the name of the file to convert to. the name must be fully qualified. All directory and subdirectory names must exist. ie "/MYDOWNLOAD/FILENAME.DBF" The file system does support long file names but shared folders does not. |
| FROMFMT | This is the format to convert to. The default is DBIII(*DBIII) format. Currently supported formats:*DBIII, *DBIV, *LABTECH_EPA_1. |
| FILE | This is the AS/400 physical file name and it's library. The library name can be *LIBL for library list or *CURLIB for current library or a specific library name. |
| MBR | This is the file member to convert to. The default is to first member(*FIRST). |
| SRCF | This is the name of the file to convert header information to DDS and store it(optional). |
| SRCMBR | This is the name of the source member to be named, usually same as file(optional). |