|
"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 06/27/2018
02:08:01 PM:
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.
Sorry, I misled you a bit. I went and tested STRSDA specifically
and found that the most it will support is a 115-character command string
in the QQ member. The following was generated by STRSDA as part of my
test. It is my REXX command that will support a a longer command string.
But the ADDMSGD command will only support a 132-character message text so
that is another limitation. It is unlikely that IBM will change this.
MXX00QQ,1
0001
|---+----1----+----2----+----3----+----4----+----5----+----6----+----7
0002+|---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+
----8----+----9----+----A----+----B----|
0003
|---+----1----+----2----+----3----+----4----+----5----+----6----+----7
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.
*********************************************************************************************
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.