Home > AS/400 Tips > iSeries administrator tips > How to define iSeries commands
iSeries 400 Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

ISERIES ADMINISTRATOR TIPS

How to define iSeries commands


Ron Turull
08.17.2005
Rating: -3.48- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



[TABLE]

What is a command on the iSeries? It is an object of type *CMD. But more important than that, it is a program interface designed to make calling a program simpler for the user.

iSeries administrators use commands such as WRKSPLF (Work with Spool Files), WRKWTR (Work with Writers) and WRKACTJOB (Work with Active Jobs) almost daily. Those commands in particular, and all iSeries commands in general, allow us to implicitly call an underlying program called the command processing program (CPP).

Specifically, commands allow us to specify the parameters to the CPP using an easy-to-use "prompt-able" interface. When the parameters of a program become numerous and/or complicated, a command interface for the program alleviates the need to remember all the details of the parameters. Commands also provide a number of validity-checking options so parameters can be validated before the program is actually called.

[TABLE]
[IMAGE]

Understanding the basics of the command definition language
Command objects are created using a special language called the command definition language. Command definition statements are entered into a source member using SEU just as program code is. The default source file name is QCMDSRC, and the appropriate member type to use is CMD.

There are six command definition statements. We will cover the three most frequently used , which themselves can be used to create all but the most complicated


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
iSeries administrator tips
Translating Linux for IBM i admins: Using GUI to make it easy
Translating Linux for IBM i admins: Working with jobs and networking
OpenOffice: What to know before making the transition from Microsoft Office
OpenOffice: An enterprise open source solution
Database performance comparisons on IBM i
Translating Linux for IBM i admins: User profile commands
Modern System i reports using Client Access
Tips for installing Lotus Domino server on a System i partition
The iSeries Blog has a new home on IT Knowledge Exchange
Virtualization for IBM i: Backups

iSeries programming commands
Date calculation commands for AS/400
Monitoring escape messages and using RCVMSG for diagnostic messages
iSeries application display subfiles with other program windows
Creating a user profile from a file
DSPPGMREF (Display Program Reference)
DSPPGM (Display Program)
DSPFD (Display File Description)
DSPPTF (Display PTF)
Top 10 iSeries commands
WRKACTJOB (Work with Active Jobs)
iSeries programming commands Research

RELATED GLOSSARY TERMS
Terms from Whatis.com − the technology online dictionary
Quiz: iSeries (AS/400) Commands  (Search400.com)

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


commands. The three basic command definition statements are as follows:

Command definition statements can be prompted in SEU using F4. The resulting prompt screens for command definition statements are identical to the prompt screen you get when you prompt a CL command in SEU or on a command line. (In fact, you can prompt any of the command definition statements while on a command line even though they are not executable commands.)

Sample code: The CRTMIPGM command
These two programs -- crtmipgm0.clp and crtmipgm1.rpg -- compose a bare-bones preprocessor for the MI compiler, which is accessed using the QPRCRTPG API. The QPRCRTPG API does not accept a source file name or member. Instead, it expects the MI code that you want compiled to be in a one long character string. This makes it very inconvenient -- actually nearly impossible -- to use by itself, thus requiring a preprocessor to read your source member and copy it into one long string. The preprocessor makes the QPRCRTPG API usable; however, the parameter list of the preprocessor is still rather complicated. This makes it a perfect candidate for a command interface. The code shown here is the command definition statements for a command interface to the main program of the preprocessor, namely the CL program CRTMIPGM0.

Take some time to digest all this code. In the next installment, we will discuss the command definition source.

-----------------------------------
About the author: Ron Turull is editor of Inside Version 5. He has more than 20 years' experience programming for and managing AS/400-iSeries systems.


Rate this Tip
To rate tips, you must be a member of Search400.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



iSeries Security - Security Tools, Physical Security and System Security
HomeNewsTopicsITKnowledge ExchangeTipsBlogsAsk the ExpertsMultimediaWhite PapersProducts
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts