HOT TIPS: Commands (1 Tip)

CL
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Placing Required Parms After Optional

Most programmers who have worked with command definitions for very long have probably discovered that creating a parameter with a default value forces that parameter to be optional. Once a parameter is defined as optional (MIN value of 0), no parameter defined after it can be made mandatory (MIN value greater than 0). This requirement often causes a programmer to make a parameter optional that should be mandatory. There is a workaround for this problem although it may not be that obvious.

For example, let's say you want to create a command with two parameters. The first parameter is FROMDATE, for which you want to supply a default value of *CURRENT. The second parameter is TODATE, which must be entered. Since FROMDATE is optional (has a default value), we can't make TODATE mandatory.

To get around this problem, in the PROMPT parameter of the PARM statement, you can specify a display position relative to the other parameters. The display position is specified as the second element of the PROMPT parameter, immediately after the prompt text. For an example of how this is done, look at the following command:

 CMD PROMPT('Example Command') PARM KWD(TODATE) TYPE(*DATE) MIN(1) PROMPT('To + date' 2) PARM KWD(FROMDATE) TYPE(*DATE) (DFT(*CURRENT) + SPCVAL((*CURRENT 000000)) PROMPT('From + date' 1) 

In the example given above, we can define TODATE first as mandatory parameter with a relative display position value of 2. We can then define FROMDATE using a relative display position of 1. This way, we are satisfying the command compiler's requirement of mandatory parameter definition ahead of optional parameter definition. At the same time, we are also causing the parameter display to appear to the order we want as shown below:

 Example command (EXMCMD) Type choices, press Enter From date . . . . . . . . . . . FROMDATE *CURRENT To date . . . . . . . . . . . . TODATE _______ 
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: