@@ -76,14 +76,14 @@ Following are descriptions of each REXX EXEC.
7676### CALCDASD EXEC
7777The `` CALCDASD EXEC `` calculates the size of all disk space.
7878
79- Here is the help:
79+ - Here is the help:
8080```
8181calcdasd -h
8282Name: CALCDASD EXEC - compute total disk space
8383Usage: CALCDASD
8484```
8585
86- Here is an example of using it:
86+ - Here is an example of using it:
8787
8888```
8989calcdasd
@@ -107,15 +107,15 @@ Total SYSTEM cylinders: 1892676 (1498.22 GiB)
107107### CALCOSA EXEC
108108The `` CALCOSA EXEC `` merges free and used OSAs by `` rdev `` and verifies the CHPIDs and PCHIDs.
109109
110- Here is the help:
110+ - Here is the help:
111111```
112112calcosa -h
113113Name: CALCOSA EXEC - compute OSA statistics
114114Usage: CALCOSA [(v|verbose]
115115```
116116By including the `` (V `` verbose flag, free OSAs will be shown also.
117117
118- Here is an example of using it:
118+ - Here is an example of using it:
119119
120120```
121121calcosa
@@ -136,7 +136,7 @@ Free OSAs: 3
136136
137137### CFM EXEC
138138The `` CFM EXEC `` copies a file just changing the file mode.
139- Here is the help:
139+ - Here is the help:
140140```
141141cfm -h
142142Name: CFM EXEC - Copy file changing only file mode
@@ -151,7 +151,7 @@ For example, if you want to copy the file ``COPYDISK EXEC A`` to your B disk, yo
151151### CFN EXEC
152152The `` CFN EXEC `` copies a file just changing the file name.
153153
154- Here is the help:
154+ - Here is the help:
155155```
156156cfn -h
157157Name: CFN EXEC - Copy file changing only file name
@@ -161,7 +161,7 @@ Where: 'fn2' is the target file name
161161 'options' add to COPY command such as 'REP' or 'OLDD'
162162```
163163
164- Here is an example of using it from within FILELIST to copy an EXEC with a new file name of `` FOO `` :
164+ - Here is an example of using it from within FILELIST to copy an EXEC with a new file name of `` FOO `` :
165165
166166```
167167 MIKEMAC FILELIST A0 V 169 Trunc=169 Size=50 Line=1 Col=1 Alt=0
@@ -173,7 +173,7 @@ cfn foo LCOSA EXEC A1 V 73 233 3 2/08/25 5:48:42
173173### CFT EXEC
174174The `` CFT EXEC `` copies a file just changing the file type.
175175
176- Here is the help:
176+ - Here is the help:
177177```
178178cft -h
179179Name: CFT EXEC - Copy file changing only file type
@@ -186,7 +186,7 @@ Where: 'ft2' is the target file type
186186### COPYDISK EXEC
187187The `` COPYDISK EXEC `` first tries to copy a disk with `` FLASHCOPY `` and if that fails, falls back to `` DDR `` .
188188
189- Here is the help:
189+ - Here is the help:
190190```
191191copydisk ?
192192Name: COPYDISK EXEC - copy minidisk with FLASHCOPY or DDR
@@ -196,7 +196,7 @@ Usage: COPYDISK source_vdev target_vdev
196196### CPFORMAT EXEC
197197The `` CPFORMAT EXEC `` formats one or more DASD volumes using `` CPFMTXA `` .
198198
199- Here is the help:
199+ - Here is the help:
200200```
201201cpformat ?
202202Name: CPFORMAT EXEC
@@ -250,7 +250,7 @@ diff MKARCZCT EXEC A MKVMARC EXEC D
250250<h3 id =" grep-exec " >GREP EXEC</h3 >
251251The `` GREP EXEC `` searches for patterns in files.
252252
253- Here is the help:
253+ - Here is the help:
254254```
255255grep -h
256256Name: GREP EXEC - search files for text patterns
@@ -374,7 +374,7 @@ A B A1:this is the file A B A
374374
375375The `` HEAD EXEC `` output the first part of files.
376376
377- Here is the help:
377+ - Here is the help:
378378```
379379head -h
380380Name: HEAD EXEC - output the first part of files
@@ -387,7 +387,7 @@ Where: 'fn ft' is the file name and type
387387### HISTORY EXEC
388388The `` HISTORY EXEC `` displays all commands previously issued, or applies a filter to them.
389389
390- Here is the help:
390+ - Here is the help:
391391```
392392history -h
393393Name: HISTORY EXEC - Show the command history
@@ -459,7 +459,7 @@ HISTORY LOG
459459### MAN EXEC
460460The `` MAN EXEC `` calls help for the requested command.
461461
462- Here is the help:
462+ - Here is the help:
463463```
464464man -h
465465Name: MAN EXEC - give help on command, details on QUERY and SET
@@ -481,7 +481,7 @@ The ``QA EXEC`` simply calls ``QUERY ACCESSED`` to save keystrokes.
481481### RFN EXEC
482482The `` RFN EXEC `` renames a file only changing the file name.
483483
484- Here is the help:
484+ - Here is the help:
485485```
486486rfn -h
487487Name: RFN EXEC - Rename file changing only file name
@@ -495,7 +495,7 @@ If you want to rename the file name of a file to ``RFNOLD`` in FILELIST, you wou
495495### RFT EXEC
496496The `` RFT EXEC `` renames a file only changing the file type.
497497
498- Here is the help:
498+ - Here is the help:
499499```
500500rft -h
501501Name: RFT EXEC - Rename file changing only file type
@@ -507,7 +507,7 @@ Where: 'ft2' is the new file type
507507### RM EXEC
508508The `` RM EXEC `` allows wild cards when erasing files.
509509
510- Here is the help:
510+ - Here is the help:
511511```
512512rm -h
513513Name: RM EXEC - erase one or more files
@@ -518,7 +518,7 @@ Where: fn, ft or fm can be '*' for all files
518518### SPC EXEC
519519The `` SPC EXEC `` closes your console and sends it to the reader with a unique timestamp.
520520
521- Here is the help:
521+ - Here is the help:
522522
523523```
524524rm -h
@@ -527,7 +527,7 @@ Usage: rm fn [ft [fm]]
527527Where: fn, ft or fm can be '*' for all files
528528```
529529
530- Here is an example of using it, and receiving the file from the reader:
530+ - Here is an example of using it, and receiving the file from the reader:
531531
532532```
533533spc
@@ -541,7 +541,7 @@ File CON85431 20250208 A1 received from MIKEMAC at SNAVM4
541541### SSICMD EXEC
542542The `` SSICMD EXEC `` runs a CP command on all members of a z/VM SSI cluster.
543543
544- Here is the help:
544+ - Here is the help:
545545```
546546ssicmd -h
547547Name: SSICMD EXEC - Issue a CP command on all SSI members
@@ -552,7 +552,7 @@ Usage: SSICMD <CPcmd>
552552
553553The `` TAIL EXEC `` output the last part of files.
554554
555- Here is the help:
555+ - Here is the help:
556556```
557557tail -h
558558Name: TAIL EXEC - output the last part of files
@@ -565,7 +565,7 @@ Where: 'fn ft' is the file name and type
565565### WC EXEC
566566The `` WC EXEC `` counts lines, words and bytes in one or more files.
567567
568- Here is the help:
568+ - Here is the help:
569569```
570570ssicmd ?
571571Name: SSICMD EXEC - Issue a CP command on all SSI members
@@ -575,7 +575,7 @@ Usage: SSICMD <CPcmd>
575575### WHICH EXEC
576576The `` WHICH EXEC `` resolves and fully qualifies CMS, CP and XEDIT commands.
577577
578- Here is the help:
578+ - Here is the help:
579579```
580580which -h
581581Name: WHICH EXEC - list type of command, details on QUERY and SET
@@ -606,7 +606,7 @@ QUERY SCALE is a XEDIT command
606606### WHO EXEC
607607The `` WHO EXEC `` takes the output of `` QUERY NAMES `` , sorts it and shows it one virtual machine per line. It also allows for a search pattern.
608608
609- Here is an example of using it:
609+ - Here is an example of using it:
610610
611611```
612612who SSL
0 commit comments