@@ -489,39 +489,39 @@ Where: command can be CMS, CP, XEDIT, TCPIP or REXX
489489
490490For example, `` man q da `` takes you to the `` CP QUERY DASD `` help screen, and `` man substr `` takes you to the `` XEDIT SUBSTR `` help screen.
491491
492- ### MKZVMARC EXEC
493- The `` MKZVMARC EXEC`` creates the z/VM file `` ZVMTOOLS VMARC `` from all of these REXX EXECs.
492+ ### MKVMARC EXEC
493+ The `` MKVMARC EXEC`` creates the z/VM file `` ZVMTOOLS VMARC `` from all of these REXX EXECs.
494494
495495Here is an example of using it:
496496```
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
497+ mkvmarc
498+ Erasing old file: ZVMTOOLS VMARC A
499+ CALC EXEC A1. Bytes in= 845 , bytes out= 720 ( 85 %).
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= 12212 , 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= 1321 , bytes out= 1040 ( 78 %).
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= 769 , bytes out= 720 ( 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 with 25 EXECs
525525```
526526
527527### QA EXEC
@@ -621,6 +621,9 @@ Name: SSICMD EXEC - Issue a CP command on all SSI members
621621Usage: SSICMD <CPcmd>
622622```
623623
624+ ### WCZVMTLS EXEC
625+ The `` WCZVMTLS EXEC `` counts lines, words and bytes in all of these EXECs.
626+
624627### WHICH EXEC
625628The `` WHICH EXEC `` resolves and fully qualifies CMS, CP and XEDIT commands.
626629
0 commit comments