Posted by Jeff Cinelli on February 22, 2012 at 07:15:20:
In Reply to: Re: status of COMMON after a RUN posted by Grant Foraker on February 21, 2012 at 12:02:43:
We've eliminated common variables in most of our programs. We have a file called $WORK, 2000x64 that programs can dump information to. Using keys like "COMMON VARIABLES"+PARTITION$, we just read and write from that from program to
program, rather than actually use commons. The # buffer is another option. Write out your commons before you exit back to program A, then input them from the # in program A.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.