-
Notifications
You must be signed in to change notification settings - Fork 10
Functionality
Below is a list of functionality available in IBMiCmd. All available functions in IBMiCmd can be found from within Notepad++ as well: Plugins -> IBMiCmd
-
CL command entry - Submit CL commands. Learn more here.
-
Command bindings - The ability to group CL commands together. Usually used to submit compiles and return back errors at the click of a button. Learn more here.
-
Compile error listing - After you compile an object, you are able to get a pretty compile listing right within the interface. Each error is clickable, in which it will take you to where the error is located. Learn more here.
-
Source Member editing - Browse, view and edit source members inline with all the tools available. Learn more here.
-
Intellisense for free-format RPG. - While our intellisense will work for fixed format, we always recommend you use the free-form for new development.
-
Fixed-to-free - IBMiCmd provides functionality to convert your fixed format code to free format. (May not be one-to-one)
-
CL formatting - Built in formatting for CL commands that go over the record length
-
Multiple system configurations - Setup multiple systems so can switch between them easily.