You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: execs/README.md
+8-37Lines changed: 8 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# zvm-tools
1
+
# zvm-community-tools
2
2
These are tools for z/VM, many based on Linux commands.
3
3
4
-
Some emulate commonly used Linux commands such as ``diff``, ``grep``, ``man``, ``rm``, ``wc`` and ``who``. Others are more specific to z/VM such as ``calcdasd``, ``copydisk``, ``cpformat`` and ``ssicmd``. Most are REXX EXECs, some are XEDIT macros and there is one VMARC file containing all other files.
4
+
Some emulate commonly used Linux commands such as ``diff``, ``grep``, ``man``, ``rm``, ``wc`` and ``who``. Others are more specific to z/VM such as ``calcdasd``, ``copydisk``, ``cpformat`` and ``ssicmd``.
5
5
6
-
The following tools for z/VM are in this repository:
6
+
The following EXECs for z/VM are in this directory:
@@ -146,7 +145,7 @@ Where: 'fn1 ft1 fm1' is the source file:
146
145
'options' add to COPY command such as 'REP' or 'OLDD'
147
146
```
148
147
149
-
For example, if you want to copy the file ``COPYDISK EXEC A`` to your B disk, you can type ``CFM B COPYDISK EXEC A``, but if your in a ``FILELIST``, you can simply type ``CFM B`` next to it, as the ``FN FT FM`` will be automatically added to the end.
148
+
For example, if you want to copy the file ``COPYDISK EXEC A`` to your B disk, you can type ``cfm b copydisk exec a``, but if your in a ``FILELIST``, you can simply type ``cfm b`` next to it, as the ``FN FT FM`` will be automatically added to the end.
150
149
151
150
### CFN EXEC
152
151
The ``CFN EXEC`` copies a file just changing the file name.
@@ -438,8 +437,8 @@ Where: command can be CMS, CP, XEDIT, TCPIP or REXX
438
437
439
438
For example, ``man q da`` takes you to the ``CP QUERY DASD`` help screen, and ``man substr`` takes you to the ``XEDIT SUBSTR`` help screen.
440
439
441
-
### MKVMARC EXEC
442
-
The ``MKVMARC EXEC`` creates the z/VM file ``ZVMTOOLS VMARC`` from all of these REXX EXECs and XEDIT macros.
440
+
### MKZVMARC EXEC
441
+
The ``MKZVMARC EXEC`` creates the z/VM file ``ZVMTOOLS VMARC`` from all of these REXX EXECs.
443
442
444
443
### QA EXEC
445
444
The ``QA EXEC`` simply calls ``QUERY ACCESSED`` to save keystrokes.
@@ -584,31 +583,3 @@ SSL00004 - DSC
584
583
SSL00005 - DSC
585
584
```
586
585
587
-
## XEDIT Macros
588
-
Following are descriptions of each XEDIT macro.
589
-
590
-
### BF.XEDIT
591
-
The ``BF XEDIT`` macro takes you to the last screen of a file.
592
-
593
-
### PROFFLST.XEDIT
594
-
Is it just me, or does the stock ``FILELIST`` command *not* have an option to sort by file name?
595
-
596
-
The ``PROFFLST XEDIT`` macro sets PF10 to *Sort by name* to the ``FILELIST`` command.
597
-
598
-
### PROFILE.XEDIT
599
-
The ``PROFILE XEDIT`` macro is a slightly modified copy of the one on the ``MAINT 191`` disk. It's the *REAL THING*.
600
-
601
-
## VMARC file
602
-
There is a compressed file of all the EXECs and XEDIT macros in the file ``ZVMTOOLS.VMARC``.
603
-
604
-
The ``VMARC`` tool to decompress it does not ship with z/VM. If you don't have it already, it has to be installed:
0 commit comments