I've seen the below statement in JCL.
How this will work?
//dd1 DD DSN=abc.cde.oo1,disp=(,calog,del)
space=(trks,(2000,100))
Volume (ABC001,ABC002,ABC003)
Could you please explain me how the jcl will use these volumes.
What if i use below volume parameter?
Volume (ABC001,ABC002,ABC003,ABC001)