1753424 Members
4966 Online
108793 Solutions
New Discussion

Re: Scripting ANA/SYS

 
SOLVED
Go to solution
Jim_McKinney
Honored Contributor

Re: Scripting ANA/SYS

Since you're doing this interactively SDA tries to help you out. It determines the page length of your terminal (likely 24) and then pauses to give you a chance to read the display of that many lines and wants you to press return to continue on. You should be able to just insert a "set term/page=255" at the beginning of your piped commands and a "set term/page=24" at the end. Not particularly elegant but it should suffice if your goal is to do this in a single command line.
Jack Trachtman
Super Advisor

Re: Scripting ANA/SYS

Thanks all.

I've now got some useful ideas.