Basic Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
! Short description | ! Short description | ||
! Link to detailed description | ! Link to detailed description | ||
! Category | |||
|- | |- | ||
| CRTSRCPF | | CRTSRCPF | ||
| Creates a physical file for storing sources, f.e.<br/><tt>CRTSRCPF FILE(SOMELIBRARY/SOMEFILE) RCDLEN(112) TEXT('My file description')</tt> | | Creates a physical file for storing sources, f.e.<br/><tt>CRTSRCPF FILE(SOMELIBRARY/SOMEFILE) RCDLEN(112) TEXT('My file description')</tt> | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/ddp/rbae5crtsrcp.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/ddp/rbae5crtsrcp.htm Details] | ||
| FILES | |||
|- | |- | ||
| DLTF | | DLTF | ||
| 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] | ||
| FILES | |||
|- | |- | ||
| WRKMBRPDM | | WRKMBRPDM | ||
| Work with source files using the Programming Development Manager | | Work with source files using the Programming Development Manager | ||
| [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/wrkmbrpdm.htm Details] | | [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/wrkmbrpdm.htm Details] | ||
| Development | |||
|- | |- | ||
| STRSEU | | STRSEU | ||
| Starts the source code editor. | | Starts the source code editor. | ||
| [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/strseu.htm Details] | | [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/strseu.htm Details] | ||
| Development | |||
|- | |- | ||
| SEU | | SEU | ||
| Source code Edit Utility | | Source code Edit Utility | ||
| [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzasc/hseu.htm Details]<br/>…and more useful…<br/>[https://as400i.com/2013/03/13/using-the-source-entry-utility-seu-as400/ Usage] | | [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rzasc/hseu.htm Details]<br/>…and more useful…<br/>[https://as400i.com/2013/03/13/using-the-source-entry-utility-seu-as400/ Usage] | ||
| Development | |||
|- | |- | ||
| STRREXPRC | | STRREXPRC | ||
| Start a REXX script, f.e.:<br/><tt>STRREXPRC SRCMBR(SOMEMEMBER) SRCFILE(SOMEPHYSICALSOURCEFILE)</tt> | | Start a REXX script, f.e.:<br/><tt>STRREXPRC SRCMBR(SOMEMEMBER) SRCFILE(SOMEPHYSICALSOURCEFILE)</tt> | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/cl/strrexprc.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/cl/strrexprc.htm Details] | ||
| Development | |||
|- | |- | ||
| CRTPGM | | CRTPGM | ||
| Creates a program from source code | | Creates a program from source code | ||
| [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/crtpgm.htm Details] | | [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/cl/crtpgm.htm Details] | ||
| Development | |||
|- | |- | ||
| DSPUSRPRF | | DSPUSRPRF | ||
| Shows user profile, f.e.<br/>DSPUSRPRF HKRETSCHME | | Shows user profile, f.e.<br/>DSPUSRPRF HKRETSCHME | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/cl/dspusrprf.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/cl/dspusrprf.htm Details] | ||
| Administration | |||
|- | |- | ||
| DSPMSG | | DSPMSG | ||
| Displays your messages, their origin might be another user or the compiler. | | Displays your messages, their origin might be another user or the compiler. | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dspmsg.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/dspmsg.htm Details] | ||
| Administration | |||
|- | |- | ||
| STRSQL | | STRSQL | ||
| Start interactive SQL session<br/>to view or change content of your databases. | | Start interactive SQL session<br/>to view or change content of your databases. | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/cl/strsql.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/cl/strsql.htm Details] | ||
| Databases | |||
|- | |- | ||
| STRDFU | | STRDFU | ||
| Start Data File Utility. | | Start Data File Utility. | ||
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/strdfu.htm Details] | | [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/strdfu.htm Details] | ||
| Databases | |||
|- | |- | ||
|} | |} |
Revision as of 10:17, 2 October 2019
This article describes the basic commands for easy reference. Even more can be found at IBM's documentation.
Command | Short description | Link to detailed description | Category |
---|---|---|---|
CRTSRCPF | Creates a physical file for storing sources, f.e. CRTSRCPF FILE(SOMELIBRARY/SOMEFILE) RCDLEN(112) TEXT('My file description') |
Details | FILES |
DLTF | Deletes a file, f.e. DLTF FILE(SOMELIBRARY/SOMEFILE) |
Details | FILES |
WRKMBRPDM | Work with source files using the Programming Development Manager | Details | Development |
STRSEU | Starts the source code editor. | Details | Development |
SEU | Source code Edit Utility | Details …and more useful… Usage |
Development |
STRREXPRC | Start a REXX script, f.e.: STRREXPRC SRCMBR(SOMEMEMBER) SRCFILE(SOMEPHYSICALSOURCEFILE) |
Details | Development |
CRTPGM | Creates a program from source code | Details | Development |
DSPUSRPRF | Shows user profile, f.e. DSPUSRPRF HKRETSCHME |
Details | Administration |
DSPMSG | Displays your messages, their origin might be another user or the compiler. | Details | Administration |
STRSQL | Start interactive SQL session to view or change content of your databases. |
Details | Databases |
STRDFU | Start Data File Utility. | Details | Databases |