From ac2ee316d79884dcc5fb7dccdcfc8b812f40abf2 Mon Sep 17 00:00:00 2001 From: Moshix Date: Sun, 24 Sep 2017 04:05:31 -0500 Subject: [PATCH] fixed volume defrag utility JCL --- defragvolume.jcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defragvolume.jcl b/defragvolume.jcl index cedffdc..2f3d5f6 100644 --- a/defragvolume.jcl +++ b/defragvolume.jcl @@ -5,7 +5,7 @@ //SYSPRINT DD SYSOUT=* //INVOL1 DD VOL=SER=Z9DIS6,UNIT=3390,DISP=OLD //SYSIN DD * -DEFRAG DDNAME(INVOL1) - + DEFRAG DDNAME(INVOL1) - MAXMOVE(9999,2) PASSDELAY(10) - FASTREP(PREF) - WAIT(2,3)