Glossary

I/O characteristics of batch programs:

Input comes from files (sequential, VSAM, DB2 tables), not from the keyboard. - Output goes to files, spool datasets, or databases, not to the screen. - DISPLAY is used primarily for logging and operator messages, not for user communication. - ACCEPT reads from SYSIN (a JCL DD), not from the keyboar

Learn More

Related Terms