Robin Vowels
unread,Feb 9, 2012, 1:43:41 AM2/9/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I transcribed a program from Pascal to PL/I. The author claimed that
only an array required long integers;
all scalar variables were ordinary (short) integers.
Fortunately, as always, I enabled subscriptrange, size, and
fixedoverflow,
for a fixed-point overflow occurred part-way in the results (derived
iteratively).
That allowed me to ascertain quickly which variable was involved.