mainframe1 wrote:1. pls let me know the limit of displaying a view in adabas.( wat is the maximun lines which can be displayed using ' DISPLAY ' Staterment
DISPLAY creates a columnar report. The field list is limited by the width of the printer. The number of lines is limited (sort of) by the length of the page, but there is no limit to the number of pages.
mainframe1 wrote:2 pls give few examples for * counter and * number using read and find
*COUNTER is available in READ, FIND, and HISTOGRAM loops. It's the number of iterations.
*NUMBER is available for FIND and HISTOGRAM.
For more information, refer to the
System Variables section of the manual.
mainframe1 wrote:3, pls give some examples for the use of CVvariables in adabas.
Adabas doesn't have CV variables. Please revise your question.
These are rather broad questions. Please try to be more specific.