Basic Commands: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
| 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]
|-
| STRSQL
| 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]
|-
| STRDFU
| Start Data File Utility.
| [https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_71/cl/strdfu.htm Details]
|-
|}
|}


== See also ==
== See also ==

Revision as of 10:58, 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
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
STRSEU Starts the source code editor. Details
SEU Source code Edit Utility Details
…and more useful…
Usage
STRREXPRC Start a REXX script, f.e.:
STRREXPRC SRCMBR(SOMEMEMBER) SRCFILE(SOMEPHYSICALSOURCEFILE)
Details
CRTPGM Creates a program from source code Details
DSPUSRPRF Shows user profile, f.e.
DSPUSRPRF HKRETSCHME
Details
DSPMSG Displays your messages, their origin might be another user or the compiler. Details
STRSQL Start interactive SQL session
to view or change content of your databases.
Details
STRDFU Start Data File Utility. Details


See also