Basic Commands: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
No edit summary
(+Link)
Line 35: Line 35:
|}
|}


== See also ==
* [[UNIX-User's Cheater Table]]


[[Category:Basic Knowledge]]
[[Category:Basic Knowledge]]

Revision as of 12:13, 1 October 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
STRSEU Starts the source code editor. Details
SEU Source code Edit Utility Details
STRREXPRC Start a REXX script, f.e.:
STRREXPRC SRCMBR(SOMEMEMBER) SRCFILE(SOMEPHYSICALSOURCEFILE)
Details
CRTPGM Creates a program from source code Details

See also