View previous topic :: View next topic |
Author |
Message |
Kris Beginner
Joined: 27 May 2006 Posts: 14 Topics: 7
|
Posted: Wed Jun 07, 2006 9:52 am Post subject: Using WHEN in Xpediter |
|
|
I want to put a when condition in Xpediter, the variable name is of 25 characters and the value is 20 characters. I'm not able to put this in the command line. Is there any other way to put this condition? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Jun 07, 2006 10:30 am Post subject: |
|
|
Kris,
Use the SET CMDSIZE command. This will change the no: of command lines. The default is 1. so in your case change it to 2 or 3 . At the command prompt type in SET CMDSIZE 2
And here is the explanation of the command
Code: |
SET CMDSIZE 1/2/3
SET CMDSIZE controls the size of the primary command area in case one line is not long enough and, once set, it is maintained across test sessions. Entering SET CMDSIZE 2 from the primary command line immediately expands the command line size to two lines. SET CMDSIZE 3 expands the command line size to three lines. When you are using more than a single command line, you can type commands continuously and XPEDITER/TSO wraps them around the end of the line.
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Kris Beginner
Joined: 27 May 2006 Posts: 14 Topics: 7
|
Posted: Thu Jun 08, 2006 12:13 am Post subject: |
|
|
kolusu,
Thnaks for the quick reply . When i am trying to enter the command SET CMDSIZE 2, it's giving me the error Invalid option . Could u pls tell me how can i set this.. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu Jun 08, 2006 7:53 am Post subject: |
|
|
Kris,
Where are you entering the command? at the command prompt? You need to enter the set command at the command prompt once you are in the program you are trying to xpedite.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|