SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Wed Jul 07, 2004 3:45 pm Post subject: Procedure Division 'USING' clause - Limitations ? |
|
|
Hi,
What is the limitation for the 'USING' clause on the procedure Division statment ? I just could not get the right number..But the following is what the manual says..
Procedure + constant area
4,194,303 bytes (1)
USING identifier ...
32,767 bytes
Does this mean 32K is the limitation for a single variable and about 4MB is the limitation for the entire area ?
I am using this to know as I am coding some stored procedures which have quite a number of variables. Thanks |
|