I was looking through some source code for a RM/COBOL program and I keep running into ACCEPT statements similar to this:
ACCEPT field-name LINE 23, POSITION 75 PROMPT ECHO
There are similar ACCEPT statements like this one that functions as input fields but have no PROMPT ECHO alongside them.
So my question is: What is the functionality of the PROMPT ECHO?
Thanks, Chubonga93