Glossary

IBM-specific details:

`DISPLAY UPON SYSOUT` sends output to the SYSOUT DD statement in the JCL, which typically goes to a spool dataset that the programmer can review after the job completes. - `DISPLAY UPON CONSOLE` sends a Write-To-Operator (WTO) message to the z/OS system console. This is used for operator communicati

Learn More

Related Terms