I have a situation where some code works on my WinXP development machine but fails on my customers W2003 server. The program crashes in the 'ALLOCATE' statement (despite it having a STAT= attribute). So, I want to check how much memory it is attempting to allocate (just to make sure that its not trying to allocate an 'undefined' or 'negative' size etc).
How can I do it? I thought 'SIZE' might do it, but that just comes back with zero...
TIA
K