Page 1 of 1

Linkage section define variable

PostPosted: Sun Aug 14, 2016 5:38 pm
by arya_starc
What is the difference between variables which are define in linkage section and which are defines in the working-storage variables?

Re: Linkage section define variable

PostPosted: Sun Aug 14, 2016 6:32 pm
by Robert Sample
Memory for linkage section variables comes from the CALLING program while memory for working storage variables comes from the CALLED program.