fix bottom of mvs basic page

This commit is contained in:
Greg Gauthier 2025-01-18 19:57:48 +00:00
parent 4dd4c6ba66
commit ab7d7227f3

View File

@ -84,6 +84,6 @@ To run this on MVS, you need a JCL job card deck, to define the batch job to the
000016 // 000016 //
</pre> </pre>
Mainframe batch jobs are designed from the start to produce printed output. They were written in an era where end-user applications presented interactively on a screen were not really an option. The only people who had screens were engineers, system operators, and programmers. Everyone else interacted with computers by way of printed output. To see the output from this program, you can [download it here](http://gmgauthier.us-east-1.linodeobjects.com/docs/mymort1.pdf). Mainframe batch jobs are designed from the start to produce printed output. They were written in an era where end-user applications presented interactively on a screen were not really an option. The only people who had screens were engineers, system operators, and programmers. Everyone else interacted with computers by way of printed output. To see the output from this program [download the pdf from here](http://gmgauthier.us-east-1.linodeobjects.com/docs/mymort1.pdf). I'll post an article explaining how to get the greenbar effect on this site soon.