Reputation: 75
In PL/SQL program i have used
set pagesize 40;
so according to the above line the page break happens after 40 lines.
How do I increment a variable when the page break happens.
i.e. i have a variable l_page_number and I should increment the l_page_number
by 1 whenever page break happens. How to acheieve that??
plz help me out...
Upvotes: 0
Views: 1995