fix bottom of mvs basic page

This commit is contained in:
Greg Gauthier 2025-01-18 19:55:45 +00:00
parent 322a54293c
commit 4dd4c6ba66
2 changed files with 3 additions and 4 deletions

View File

@ -344,10 +344,7 @@ pre {
font-size: 12pt; font-size: 12pt;
margin-left: 20px; margin-left: 20px;
background: #524646; background: #524646;
border-left: 3px solid #000000; border: solid #000000 3px;
border-right: 3px solid #000000;
border-top: 3px solid #000000;
border-bottom: 3px solid #000000;
border-radius: 20px; border-radius: 20px;
max-width: 70%; max-width: 70%;
padding: .5rem; padding: .5rem;

View File

@ -85,3 +85,5 @@ To run this on MVS, you need a JCL job card deck, to define the batch job to the
</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, you can [download it here](http://gmgauthier.us-east-1.linodeobjects.com/docs/mymort1.pdf).