Re: MF NE 3.1 Call fails to pass linkage



Thank you both - that took care of my problem. I've been away from COBOL
too long - but it's coming back. Little details like this will drive me
crazy. Pau H.
=============================

"Rick Smith" <ricksmith@xxxxxxx> wrote in message
news:YsGdncSnrf89ZELVnZ2dnUVZ_rPinZ2d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

"Paul H" <NoSpamphobergNoSpam@xxxxxxx> wrote in message
news:48dfe66f$0$5483$bbae4d71@xxxxxxxxxxxxxxxxxxxxxx

[snip]

---------------------------
called program "call2.cbl":

[snip]

linkage section.
01 link-area.
03 link-company pic 9(3).
03 link-lease-no pic 9(10).
procedure division.

Changing the line above to:

procedure division using link-area.

eliminated the problem on my older system.



.