@@ -20,7 +20,7 @@ The following EXECs for z/VM are in this directory:
2020 | HEAD EXEC | Output the first part of files |
2121 | HISTORY EXEC | Display list of commands previously run |
2222 | MAN EXEC | Give help on CMS/CP/XEDIT/TCPIP/REXX commands |
23- | MKARCZCT EXEC | Create the VMARC file with all EXECs inside |
23+ | MKVMARC EXEC | Create the VMARC file with all EXECs inside |
2424 | QA EXEC | Run QUERY ACCESSED |
2525 | RFN EXEC | Rename file changing only file name |
2626 | RFT EXEC | Rename file changing only file type |
@@ -90,11 +90,6 @@ calc 21 * 5
909021 * 5 = 105
9191```
9292
93- - Here is an example of using it:
94-
95- ```
96- calcdasd
97-
9893### CALCDASD EXEC
9994The `` CALCDASD EXEC `` calculates the size of all disk space.
10095
@@ -497,6 +492,38 @@ For example, ``man q da`` takes you to the ``CP QUERY DASD`` help screen, and ``
497492### MKZVMARC EXEC
498493The `` MKZVMARC EXEC `` creates the z/VM file `` ZVMTOOLS VMARC `` from all of these REXX EXECs.
499494
495+ Here is an example of using it:
496+ ```
497+ mkvmarc
498+ Erasing old file: ZVMTOOLS VMARC A
499+ CALC EXEC A1. Bytes in= 735, bytes out= 640 ( 87%).
500+ CALCDASD EXEC A1. Bytes in= 4581, bytes out= 2560 ( 55%).
501+ CALCOSA EXEC A1. Bytes in= 10372, bytes out= 4240 ( 40%).
502+ CFM EXEC A1. Bytes in= 1254, bytes out= 880 ( 70%).
503+ CFN EXEC A1. Bytes in= 1252, bytes out= 880 ( 70%).
504+ CFT EXEC A1. Bytes in= 1298, bytes out= 960 ( 73%).
505+ COPYDISK EXEC A1. Bytes in= 1765, bytes out= 1200 ( 67%).
506+ CPFORMAT EXEC A1. Bytes in= 7773, bytes out= 3840 ( 49%).
507+ DIFF EXEC A1. Bytes in= 6250, bytes out= 3040 ( 48%).
508+ GREP EXEC A1. Bytes in= 12292, bytes out= 4880 ( 39%).
509+ HEAD EXEC A1. Bytes in= 3996, bytes out= 2080 ( 52%).
510+ HISTORY EXEC A1. Bytes in= 4273, bytes out= 2240 ( 52%).
511+ MAN EXEC A1. Bytes in= 1812, bytes out= 1200 ( 66%).
512+ MKVMARC EXEC A1. Bytes in= 1274, bytes out= 1040 ( 81%).
513+ QA EXEC A1. Bytes in= 371, bytes out= 320 ( 86%).
514+ RFN EXEC A1. Bytes in= 1088, bytes out= 800 ( 73%).
515+ RFT EXEC A1. Bytes in= 1090, bytes out= 800 ( 73%).
516+ RM EXEC A1. Bytes in= 1548, bytes out= 1120 ( 72%).
517+ SPC EXEC A1. Bytes in= 1089, bytes out= 720 ( 66%).
518+ SSICMD EXEC A1. Bytes in= 1291, bytes out= 1040 ( 80%).
519+ TAIL EXEC A1. Bytes in= 1217, bytes out= 800 ( 65%).
520+ WC EXEC A1. Bytes in= 4337, bytes out= 2240 ( 51%).
521+ WCZVMTLS EXEC A1. Bytes in= 428, bytes out= 400 ( 93%).
522+ WHICH EXEC A1. Bytes in= 20735, bytes out= 10480 ( 50%).
523+ WHO EXEC A1. Bytes in= 3301, bytes out= 1840 ( 55%).
524+ Created file: ZVMTOOLS VMARC A
525+ ```
526+
500527### QA EXEC
501528The `` QA EXEC `` simply calls `` QUERY ACCESSED `` to save keystrokes.
502529
0 commit comments