Page 2 of 2

Re: how to display the value of the index variable in cobol

PostPosted: Wed Mar 25, 2009 7:47 am
by qykong1986
sorry,
MOVE index TO WS-NUM1 WS-NUM2 WS-NUM3 WS-NUM4.

This is wrong.
It should be SET ws-num1 ws-num2 ws-num3 ws-num4 TO index .
I am sorry.

Re: how to display the value of the index variable in cobol

PostPosted: Wed Mar 25, 2009 7:55 am
by dick scherrer
Hello,

Not a problem :)

Typically, it is better to copy/paste rather than re-type. I'm too slow and make too many errors to type ;)

Re: how to display the value of the index variable in cobol

PostPosted: Wed Mar 25, 2009 2:47 pm
by Ieet
Hi Dick,

... nice. You just got a regular reader more here :)

Regards
Ieet

Re: how to display the value of the index variable in cobol

PostPosted: Thu Mar 26, 2009 12:05 am
by dick scherrer
Enjoy :)

d