History/Common JCL
Many of these utilities were designed by IBM users, through the group SHARE, and then modified or extended by IBM from versions originally written by a user.
These utilities are usually invoked via Job Control Language (JCL). They tend to use common JCL DD identifiers for their data sets:
- SYSIN — input file for the 'commands' for the utility. Often set to DUMMY if the default action is desired.
- SYSUT1 — input file.
- SYSUT2 — output file.
- SYSUT3 — work (spill) file for input (SYSUT1) (often not used).
- SYSUT4 — work (spill) file for output (SYSUT2) (often not used).
- SYSPRINT — output file for printed output from the utility.
- SYSOUT — output file for messages from the utility.
- SYSUDUMP — output file for a system 'dump' if the program fails.
Read more about this topic: IBM Mainframe Utility Programs
Famous quotes containing the words history and/or common:
“The history of philosophy is to a great extent that of a certain clash of human temperaments.”
—William James (18421910)
“I set forth a humble and inglorious life; that does not matter. You can tie up all moral philosophy with a common and private life just as well as with a life of richer stuff. Each man bears the entire form of mans estate.”
—Michel de Montaigne (15331592)