need to see all output from Q INCLEXCL command

2003-01-28 Thread Barbara Andrews
I am trying to run the Q INCLEXCL command from a windows client.  However
the response rolls off the screen so that I cannot see it all.  I tried
using the > to redirect the output to a file like I do for my admin
commands, but that does not work.  I also scanned the doc and saw the
options SCROLLPrompt and SCROLLLines.  These options are documented as not
being allowed with  the Q INCLEXCL command, so I added the options to my
dsm.opt file.  Even though these options have an effect on other commands I
enter, they do not have any effect on the Q INCLEXCL.  So does anyone have
any suggestions on how I can see all my output from this command?



Re: need to see all output from Q INCLEXCL command

2003-01-28 Thread Andrew Raibeck
You can try redirecting the output to a file, i.e.:

   dsmc q inclexcl > q.txt 2>&1

Alternatively, if this is Windows NT/2000/XP, you can set your OS prompt's
screen buffer size to a larger number of lines so that you can scroll back
through the output. I always set mine to  (the largest value).

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED] (change eye to i to reply)

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.




Barbara Andrews <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
01/28/2003 10:34
Please respond to "ADSM: Dist Stor Manager"


To:     [EMAIL PROTECTED]
    cc:
    Subject:need to see all output from Q INCLEXCL command



I am trying to run the Q INCLEXCL command from a windows client.  However
the response rolls off the screen so that I cannot see it all.  I tried
using the > to redirect the output to a file like I do for my admin
commands, but that does not work.  I also scanned the doc and saw the
options SCROLLPrompt and SCROLLLines.  These options are documented as not
being allowed with  the Q INCLEXCL command, so I added the options to my
dsm.opt file.  Even though these options have an effect on other commands
I
enter, they do not have any effect on the Q INCLEXCL.  So does anyone have
any suggestions on how I can see all my output from this command?