View previous topic :: View next topic |
Author |
Message |
ace Beginner
Joined: 24 Feb 2004 Posts: 58 Topics: 23
|
Posted: Tue Aug 02, 2011 4:35 am Post subject: Error message - COMMAND RT@XEF NOT FOUND |
|
|
Hi,
We are trying to create an ISPF Panel and executing it using REXX. We have 10-12 variables in the panel where user can enter the required data.
But whenever we are enetring XE in the first variable (which is of length 2 bytes) we are getting an error saying COMMAND RT@XEF NOT FOUND . We are doing preliminay validation thru the ISPF panel itself once invoked thru the REXX routine. User is allowed to enter whatever data in other fileds/variabled but only for the first variable we are getting this error, which I guess it's treating as a REXX executable.
Please help me to resolve this problem, either thru ISPF Panel OR thru REXX routine. _________________ Thank You
-Ace |
|
Back to top |
|
 |
RonB Beginner
Joined: 02 Dec 2002 Posts: 93 Topics: 0 Location: Orlando, FL
|
Posted: Tue Aug 02, 2011 7:18 am Post subject: |
|
|
The manual says:
If the CMD keyword is omitted from a )BODY statement, ISPF uses the first input field as a default command field. You can specify that you do not want a command field by using CMD().
HTH
Ron |
|
Back to top |
|
 |
ace Beginner
Joined: 24 Feb 2004 Posts: 58 Topics: 23
|
Posted: Wed Aug 03, 2011 1:04 am Post subject: |
|
|
Thank you very much, Ron.
It worked !!! _________________ Thank You
-Ace |
|
Back to top |
|
 |
|
|