To enter data via the console during a program run, use the ACCEPT verb, e.g: ACCEPT W-DATA-IN To display data on the console during a run use the DISPLAY verb, i.e: DISPLAY W-DATA-OUT To place text with the outputed data you would code: DISPLAY 'Inputed data is ' W-DATA-OUT
To display data on the console during a run use the DISPLAY verb, i.e: DISPLAY W-DATA-OUT
To place text with the outputed data you would code: DISPLAY 'Inputed data is ' W-DATA-OUT