Q) Lengthy TAGS will decrease the performance?
Ans: "YES".
The layout is basic, which is good.60 MB of data is high for EBS but doable.
<?LINE_NUMBER?>For each row two tags need to open and close:
<?LINE_NUMBER?><?/LINE_NUMBER?>
If you change these in the base program to a1, a2, a3, ...b1, b2, b3...
The memory space used for the tags will be reduced and you will see a marked increase in performance.
<?LINE_NUMBER?><?/LINE_NUMBER?>
If you change these in the base program to a1, a2, a3, ...b1, b2, b3...
The memory space used for the tags will be reduced and you will see a marked increase in performance.