diff --git a/mvs/entries/tk5-setup.md b/mvs/entries/tk5-setup.md index 2aa7723..f6884b5 100644 --- a/mvs/entries/tk5-setup.md +++ b/mvs/entries/tk5-setup.md @@ -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: + +
+herc =====> /d a,l [ENTER] ++ +And then, our master console will show us this:
HHC00013I '/' input entered for console 0:0009: "d a,l" @@ -340,9 +346,9 @@ d a,l / 00000 ACTIVE 00040 MAX VTAM TSO USERS-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: