Disclaimer: This post is migrated from IBM Developer Answers that is no longer in use. Its original author is pikarek, posted on Mar 27, 2019.
The split line via enter does not work correct on mij pc. when hitting enter with the cursor just before 'THRU' :
PERFORM W12-VUL-TTW THRU W12-EXIT
i get the following :
PERFORM W12-VUL-TTW
THRU W12-EXIT
with the cursor just below the 'P' of PERFORM. The cursor is on the correct place, but i expect the code to follow and also start at the cursor position. Any idea how I can fix this?
-------------------------------------------------------
Question asked by pikarek on Mar 27, 2019
--------------------------------------------------------