Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Statement -revised

Status
Not open for further replies.

D2BEA

Technical User
Mar 13, 2001
41
US
I need to clarify my previous problem. I have the output going to the screen, not a file. Therefore when I display the results of my search on the screen it displays only one record and I am not sure how to display multiple records on the same screen.
 
Hi,

This depends also on what system you are working. But, if you use the display statement, you can use more than one of course, until the screen is filled.

The display statement is not combined with the assign clause.

In your working-storage, you can also define a complete screen. There are examples on this site. You can display the screen in one statement.

The screen definition in your working-storage can also be written to a file. Line by line probably.

I hope this is helpful.

Regards,

Crox
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top