× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Here's an example from MAILTOOL.

If SENDWITH value is *MAILTOOL then it will display the MAILRTR parameter
(USEMLT)

This can be added to one or more command parameters.

....
PARM KWD(SENDWITH) TYPE(*CHAR) LEN(10) RSTD(*YES) +
DFT(*IBMSMTP) VALUES(*MAILTOOL *IBMSMTP +
*G4MSMAIL *G4GSMAIL) PROMPT('Send With +
Server Type')
PARM KWD(MAILRTR) TYPE(*CHAR) LEN(64) DFT(*NONE) +
SPCVAL((*STMF)) CASE(*MIXED) +
PMTCTL(USEMLT) PROMPT('Mail Router')
......

USEMLT: PMTCTL CTL(SENDWITH) COND((*EQ '*MAILTOOL'))

On Mon, Apr 4, 2022 at 3:19 PM <smith5646midrange@xxxxxxxxx> wrote:

I need to create a command with parameters that vary based on other values
entered. The best example I can think of is the SAVOBJ command. If I
specify DEV(*SAVF), it provides the area to enter the savf name. If I
specify DEV(TAPMLB30), it provides the area for the volume identifier and
sequence number.



I have googled for how to do this but I am apparently missing the keywords
(no pun intended) for google to return the correct search results. Does
anyone have a command that does this that they would be willing to share?

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.