|
It doesn't sound like you're talking about a command line atall.
It sounds like you're talking about the STRSDA screen where you areinformation
prompted for the command to go with the menu selection. This
gets stored in the QQ member (MNUCMD) associated with the menu and thenthe
written as a msgid to a MSGF that is also associated with the menu.
I don't know about the screen that STRSDA gives you for entry
purposes, but I do know that the QQ member will support up to 159
characters for the command string. I know this because we don't use
STRSDA here. We use RDi, instead. So we have to use RSE to maintain
QQ member separately. Thus, I wrote my own REXX command to be able to123-character
"compile" the QQ member into a MSGF object.
Now, once upon a time, the STRPCCMD was limited to a
PC command string. But I believe this restriction has been lifted. So,
at the very least you can get 159 characters for the full menu commandthat
string into the QQ member and the MSGF associated with the menu. If
is not enough then you will have to make an RFE to IBM to get thisafter
limitation increased. Before that, you can manually modify the MSGF
it is created to see if that gives you what you want.
As an Amazon Associate we earn from qualifying purchases.
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.