Guest_imported
New member
- Jan 1, 1970
- 0
Our company has switched from Digital VMS operating system to UNIX and the REVERSE command with DISPLAY does not work in UNIX as it did in VMS Cobol.
i.e.
DISPLAY 'Enter name: ' WITH NO
INPUT ENTERED-NAME
Basically, I just want to do something to make the Enter name text to appear different from the input answer. Is this possible in UNIX?
i.e.
DISPLAY 'Enter name: ' WITH NO
INPUT ENTERED-NAME
Basically, I just want to do something to make the Enter name text to appear different from the input answer. Is this possible in UNIX?