Action code segment limit exceeded

pavana

New Member
Hi all,
I have written a big code of (about 8500 lines). It is .html file with speed script code. While compilation it throws an error "Acode segment has exceeded its limit of 253952 bytes in at line #8154" . It has lot of temp tables with cannot be deleted. Please help to to execute the program.

regards,
Pavana
 

bulklodd

Member
What progress version have you got?

You need to restructure your code, try to define several inner or external procedures and move your code into them.

btw the code segment size was increased in 9.1d whereas 10th version
PKB said:
has raised the action code limits from 4 segments of 62K each to 4MB
 
Top