I have an online file that is used in a batch job and I wonder if there is a way to speed up processing by adding different buffering. Here is what we have coded for the JCL now:
//CT3NAARC DD DSN=XXX.XXXXXXX.XXXNAARC.ONLIV,DISP=SHR,
// AMP=('BUFNI=4,BUFND=50')
Can you use the BLSR parameters to buffer these datasets? Is there another way to buffer these? Hiperspaces? etc...