I have a simple cobol console program using visual studio 2017 (running visual cobol 2017)
display "ackack" line 4 position 10.
this throws an "index out of range exception"
this syntax worked with Visual Cobol 2015.
Am I missing something in the docs?