Mi Martin,
I mean that I can limit the number of rows at metadata level in master file. I found an old example from Cases:
For example, using the CAR master, I created a new master called CARLIMIT
with the following lines added to the end of the master:
END
DBA=DBA,$
USER=,ACCESS=R,RESTRICT=VALUE,NAME=SYSTEM,VALUE=RECORDLIMIT EQ 10,$
Then, when I ran the following request:
TABLE FILE CARLIMIT
PRINT *
END
only 10 records were returned instead of the 18 records that it would
have retrieved without this retriction. You can see in the view source
the status line of the request:
0 NUMBER OF RECORDS IN TABLE= 10 LINES= 10
ACCESS LIMITED BY PASSWORD
You can accomplish the same effect without DBA using FILTER FILE and
SET FILTER commands. However, these commands must be at a global level.
I will send you a separate email with a presentation on FILTERs that
shows how to create it and activiate it.
But this RECORDLIMIT example does not work - gives an error if I try to save master file.
WebFOCUS 8.2.XX