[Migrated content. Thread originally posted on 24 January 2011]
Hi all. During the processing of a called program, i perform this instruction:set address of x to nullwhere x is a linkage variable declared by the using verb and passed by value:
procedure division using xMy question is, does the memory of x is correctly released when i use the cancel verb from the calling program, even if i set its address to null?



