Glossary

ACCEPT

A COBOL statement that retrieves data from an external source, typically the system date/time or a user input device. In batch programs, ACCEPT FROM DATE/DAY/TIME retrieves system values; in CICS, ACCEPT is generally not used (replaced by CICS RECEIVE). (Ch. 3)

Learn More

Related Terms