fix typos

This commit is contained in:
Greg Gauthier 2025-01-21 22:31:31 +00:00
parent 15818f6744
commit eb286c5396

View File

@ -320,7 +320,13 @@ Second, you need to understand that there are different layers of interaction wi
**MVS Tasks**
So, to see everything that Linux users might call "daemons" running on the system, you use the MVS `DISPLAY` command. It has the abbreviation `D`. It looks like this:
So, to see everything that Linux users might call "daemons" running on the system, you use the MVS `DISPLAY` command. It has the abbreviation `D`. We enter this command at the "herc" prompt, at the bottom of the screen, like this:
<pre class="mvs">
herc =====> /d a,l [ENTER]
</pre>
And then, our master console will show us this:
<pre class="mvs">
HHC00013I '/' input entered for console 0:0009: "d a,l"
@ -340,9 +346,9 @@ d a,l
/ 00000 ACTIVE 00040 MAX VTAM TSO USERS
</pre>
Note, I endered: `D A,L`. This means "Display All, in List Form". It's like `ps -ef`, but for MVS tasks.
Note, I entered: `D A,L`. This means "Display All, in List Form". It's like `ps -ef`, but for MVS tasks.
Notice also, the very first line of the output. This is Hercules telling you that it notice you entered a command, and is acknowledging that the command is destined for the MVS system it is hosting. Then mvs shows you the actual mvs command I entered, followed by the output.
Notice also, the very first line of the output. This is Hercules telling you that it noticed you entered a command, and is acknowledging that the command is destined for the MVS system it is hosting. Then mvs shows you the actual mvs command I entered, followed by the actual mvs output.
I'm not going to go over the entire output. For that, you'll have to refer to the IBM documentation. Suffice for this document, to point out just a few important notes: