set listsize
This command modifies the default number of source lines that the list command displays.
list
set listsize n
set
n
Where:
Specifies the number of source lines.
Example 101. set listsize
set listsize 20 # Set listing size for list command
show listsize.