Basic Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
| Deletes a file, f.e.<br/><tt>DLTF FILE(SOMELIBRARY/SOMEFILE)</tt> | | Deletes a file, f.e.<br/><tt>DLTF FILE(SOMELIBRARY/SOMEFILE)</tt> | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dltf.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dltf.htm Details] | ||
|- | |||
| WRKMBRPDM | |||
| Work with source files using the Programming Development Manager | |||
| [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/wrkmbrpdm.htm Details] | |||
|} | |} | ||
[[Category:Basic Knowledge]] | [[Category:Basic Knowledge]] |
Revision as of 11:17, 30 September 2019
This article describes the basic commands for easy reference. Even more can be found at IBM's documentation.
Command | Short Description | Details |
---|---|---|
CRTSRCPF | Creates a physical file for storing sources, f.e. CRTSRCPF FILE(SOMELIBRARY/SOMEFILE) RCDLEN(112) TEXT('My file description') |
Details |
DLTF | Deletes a file, f.e. DLTF FILE(SOMELIBRARY/SOMEFILE) |
Details |
WRKMBRPDM | Work with source files using the Programming Development Manager | Details |