Page 1 of 1

Altnernative to ACCEPT

PostPosted: Mon Apr 29, 2019 7:51 pm
by cwseay
In another thread a member informed me that ACCEPT was not the best way to get input for a COBOL program. I am using ACCEPT to get a value from the user. Is there another method I should be using?

Re: Altnernative to ACCEPT

PostPosted: Mon Apr 29, 2019 10:06 pm
by Robert Sample
The READ statement in COBOL is the usual, normal, accepted way to get input.